Skip to content

Releases: codalab/codalab-worksheets

Version 1.5.11 (Nov. 2, 2022)

02 Nov 02:53
Compare
Choose a tag to compare

Frontend

  • Provide download link for bundles. (#4281)
  • Allow users to bulk-select all bundles in a table in worksheet view (#4289)

Backend

  • Fix/4196 speed up search bundles (#4273)
  • Fix Azure bypass-server upload to Azure timeout issue (#4275)
  • adding changes to check time quota for running jobs. (#4283)

Dev

  • Test installing codalab CLI on mac as well (#4270)
  • Add time quota request form in documentations (#4296)

Version 1.5.10 (October 14, 2022)

14 Oct 17:11
Compare
Choose a tag to compare

Frontend

  • Add ANSI coloring to stdout on frontend. (#4266)

Backend

  • Modify error message output when input bundle prefix corresponds to more than two bundles (#4267)
  • Fix/3523 remove is superuser from user table (#4268)

Dev

None

Version 1.5.9 (October 5, 2022)

05 Oct 17:44
Compare
Choose a tag to compare

Frontend

  • Show error message for private bundles. (#4241)
  • Remove min-height from worksheet content area (#4244)
  • Simplify isLoading logic in MainContent component (#4243)
  • Add preparing and finalizing text to upload progress. (#4248)
  • Fix mutateMetadata. (#4249)
  • Sync bundle row state and bundle detail state (#4246)
  • Prevent worksheet reloads during command execution. (#4253)
  • Add error handling for editable bundle fields. (#4254)
  • Disable editing for certain fields once bundle reaches starting state (#4252)
  • Improve bundle view responsiveness. (#4260)
  • Only show [uploaded] summary for dataset bundles that are ready. (#4247)

Backend

  • Fix staged_status and add it to bundle state details (#4242)
  • Bypass server upload for GCS (#4119)

Dev

  • Use minikube instead of kind for local k8s (#4214)

Full Changelog

v1.5.8...v1.5.9

Version 1.5.8 (Aug 24, 2022)

25 Aug 06:07
7e6762f
Compare
Choose a tag to compare

Frontend

  • Truncate remote field and make it copyable by @leilenah in #4232
  • Return empty state_details for deprecated bundle types. by @leilenah in #4229

Backend

Full Changelog

v1.5.7...v1.5.8

Version 1.5.7 (Aug 22, 2022)

22 Aug 18:07
ebd500d
Compare
Choose a tag to compare

Frontend

CLI

None

Backend

None

Dev / docs / CI

  • Speed up local reloading by updating Dockerfiles to run "pip install" before copying over code by @epicfaace in #4202
  • Mount codalab directory in dev mode by @epicfaace in #4211

Full Changelog: v1.5.5...v1.5.7

Version 1.5.6 (Aug 10, 2022)

11 Aug 04:47
Compare
Choose a tag to compare

Frontend

  • Normalize worksheet item sort keys during get_worksheet_info. (#4168)

CLI

None

Backend

None

Dev / docs / CI

None

Version 1.5.5 (July 27, 2022)

27 Jul 20:37
Compare
Choose a tag to compare

Frontend

  • Add bundle state docs (#4127)
  • Optimize & Consolidate Bundle Sidebar & Bundle View (#4150)
  • Update size_str formatting to optionally include bytes string. (#4161)

CLI

None

Backend

  • Fix dependency resolution issues by pinning fewer GCP requirements (#4141)
  • Replace container with container_id in worker_run_state (#4120)
  • Upgrade ubuntu to 20.04 in Dockerfile.worker (#4146)
  • k8s runtime: Add Runtime abstraction for docker_utils methods (#4142)

Dev / docs / CI

None

Version 1.5.4 (July 6, 2022)

06 Jul 13:45
Compare
Choose a tag to compare

Frontend

None

CLI

  • Bypass server when uploading to Azure blob storage (#4108)

Backend

  • Read and authenticate with credentials from password file when starting Slurm worker manager (#4125)
  • k8s: organize docs, fix version, add CI setup (#4117)
  • Bump bottle from 0.12.19 to 0.12.20
  • Bump eventsource from 1.0.7 to 1.1.1 in /frontend
  • Refactor kill() and remove() into docker_utils (#4118)

Dev / docs / CI

None

Version 1.5.3 (June 1, 2022)

02 Jun 00:14
Compare
Choose a tag to compare

Backend

Update python from 3.6 to 3.7 in codalab docker containers (#4109)

Frontend

Add run-status in bundle sidebar view (#4103)

CLI

None

Dev / docs / CI

Allow running a local kubernetes cluster using kind (#4088)

Version 1.5.2 (May 17, 2022)

17 May 21:45
Compare
Choose a tag to compare

Frontend

None

CLI

None

Backend

Use signed URL to bypass server for GCS downloads #4070
Simplify NFS mount and document #4093

Dev / docs / CI

None