Skip to content

Releases: PilotDataPlatform/cli

Release develop 2.5.0a0

01 Jun 13:26
Compare
Choose a tag to compare

Staging Merge back 2023.05.15

Release main 2.4.3

18 May 13:04
Compare
Choose a tag to compare

Pilot 2936: add an action to create the cli with mac version (#59)

Release develop 2.4.0

16 May 19:52
Compare
Choose a tag to compare
fixes versioning

Former-commit-id: 5a94d24325cd673bdfec8df8fe87ba1b5caa1dc3

Release main 2.4.1

16 May 19:43
Compare
Choose a tag to compare

Merge pull request #53 from PilotDataPlatform/PILOT-2809

PILOT-2809: update the lineage to use core zone file instead of greenroom

Release develop 2.2.4

24 Apr 14:01
Compare
Choose a tag to compare
Merge pull request #47 from PilotDataPlatform/PILOT-2678

PILOT-2678: Fix error message for dataset version download when versi…
Former-commit-id: e9069bc714efa9c4b25687d4b94c84f7d70b5a3d

Release main 2.3.2

21 Apr 18:00
Compare
Choose a tag to compare

Merge pull request #50 from PilotDataPlatform/rc/staging-release-18042023

Rc/staging hotfix 21042023: fixup the preupload will recieve the source_id as None

Release main 2.3.1

20 Apr 14:41
Compare
Choose a tag to compare
  • remove the block for lineage operation

Release main 2.3.0

20 Apr 13:07
Compare
Choose a tag to compare

Staging Release 2023.04.19:

  • add new command for resumable upload as pilotcli file resume -r manifest.json. the logic of normal upload and resumble will be split. the manifest file will be output for both file/folder upload. The resumable upload operation will be per batch action with size 100.
  • add a new constraint to block tagging/manifest when folder uploading.
  • skip and raise the warning for file with size 0.
  • update error message.
  • adapt cli with new lineage workflow.Temporary disable the lineage in this stating release since backend is not merged yet.
  • add token refresh in a dedicate thread.
  • update upload bar logic which will block the multithread.

Release develop 2.2.3

18 Apr 15:42
Compare
Choose a tag to compare
  • adapt with new lineage flow to add the payload source_id in pre-upload
  • cleanup the old lineage logic
  • fix the resumable upload will only output manifest of last batch
  • fix the token might timeout if user login after 200s
  • fix the error message error when download empty folder

Release develop 2.2.2

18 Apr 13:06
Compare
Choose a tag to compare

with the new design for folder resumable upload, the cli will have following major update:

  • add new command for resumable upload as pilotcli file resume -r manifest.json
  • the logic of normal upload and resumble will be split.
  • the manifest file will be output for both file/folder upload
  • add a new constraint to block tagging/manifest when folder uploading
  • skip and raise the warning for file with size 0