Codalab

Latest version: v1.7.3

Safety actively analyzes 630254 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 21

0.5.24

Not secure
Frontend
- Fix the bug of table scrolling (2925)
- Fix 'j k' keyboard shortcut for scroll up and down (2911)
- Remove extra space between the navbar and the homepage (2943)
- order search results by user's own worksheets (2954)
- Provide an adaptive text wrap for the first column in the table (2923)


Backend
- Handle invalid spec in a better way (2829)
- Fix AWSBatchWorkerManager --job-filter (2944)
- Limit `summary` field to 1024 characters (2921)
- Make AWSBatchWorkerManager boto3 warning stricter and more robust (2897)

Dev / docs / CI
- Remove dependabot.yml (2916)
- Revert resolutions for invalid escapes (2936)
- Add tests for `cl work` (2942)
- BundleManager tests (2795)
- Run github actions on all PRs, even those that are not to master (2956)

0.5.23

Not secure
Frontend
- Fix the bug of Command + click on a worksheet link opening up two tabs (2834)
- Validate new worksheet name on the frontend (2735)
- Add staged_status to bundle details page (2850)
- Switch shift-enter and enter in New Run logic change (2762)
- Create an indicator for when the cursor is "above" all bundles (2733)
- Fix the bug of upload not releasing keyboard shortcuts (2867)
- Remove componentWillMount and componentWillReceiveProps in FileBrowser (2866)
- Move the jump-to-end button to the front (2876)
- Fix bug of 'g g' not scrolling to top (2877)
- Make file browser have less vertical spacing (2883)
- Better style of bundle table header (2879)
- Add schema button and delete schema button (2686)
- Fix frontend npm build warnings (2912)
- Reset the state rows when opening the schema detail (2697)



Backend
- Share workers among group members (2463)
- Better handle nonexistent files in codalab.worker.file_utils.get_path_size (2855)
- Run negative priority bundles behind those with unspecified priority (2858)
- Added --worker-group to WorkerManager (2860)
- Remove "CREATED" docker containers when they've failed to start (2766)
- Optionally enable sentry on AWS batch workermanager-launched workers (2889)
- Make WorkerManager name subparser required (2895)
- Put the hostname in the remote: field for workermanager-launched jobs (2894)
- Resolve flake8 errors in tests directory and config flake8 property (2837)
- Resolve flake8 errors in alembic directory (2839)
- Delete prefixing f (2865)
- Resolve flake8 errors in scripts directory (2838)
- Resolve flake8 errors in tests directory (2841)
- Resolve flake8 errors in root directory (2840)
- Fix AwsBatchWorkerManager --job-filter (2945)



Dev / docs / CI
- Fix stress test path (2836)
- Improve monitor logging (2901)



Dependency upgrades
- Bump sentry-sdk from 0.17.3 to 0.17.4 (2820)
- Bump testing-library/react from 10.4.8 to 11.0.2 in /frontend (2827)
- Bump freezegun from 0.3.15 to 1.0.0 (2826)
- Bump dompurify from 2.0.14 to 2.0.15 in /frontend (2828)
- Bump alembic from 1.4.2 to 1.4.3 (2830)
- Bump coverage from 5.2.1 to 5.3 (2831)
- Bump sentry-sdk from 0.17.4 to 0.17.5 (2845)
- Bump sentry-sdk from 0.17.5 to 0.17.6 (2848)
- Bump sentry-sdk from 0.17.6 to 0.17.7 (2880)
- Bump sentry-sdk from 0.17.7 to 0.17.8 (2887)
- Bump mkdocs-material from 5.5.12 to 5.5.14 (2886)
- Bump boto3 from 1.14.57 to 1.15.5 (2893)
- Bump boto3 from 1.15.5 to 1.15.7 (2908)
- Bump mkdocs-material from 5.5.14 to 6.0.1 (2905)
- Bump argcomplete from 1.12.0 to 1.12.1 (2906)
- Bump sentry-sdk from 0.17.8 to 0.18.0 (2927)

0.5.22

Not secure
Frontend
- Added subpath feature for edit and rerun (2702)
- Refactor scrolling on worksheets ui (2713)

Backend
- Ignore requests.exceptions.ReadTimeout when pruning docker networks (2719)
- Flexible tag search query for worker manager (2706)
- Make SlurmBatchWorkerManager use per-user scratch spaces (2734)
- Make `cl ls` print URL to refer to worksheet in the CLI (2731)
- Worker telemetry with Sentry (2740, 2755, 2756, 2759)
- Ignore 'reference does not exist' when removing docker tags (2758)
- Enable arbitrary field modification for `cl edit` (2742)
- Resolve potential file not found error in gpuworker (2765)
- Set timeouts for urlopen calls (2767)
- Fix public worker check (2809)
- Avoid conflicting worker resources (2775)

Dev / docs / CI
- Reorganize and scaffold testing infrastructure (2750)
- Update build badge link from Travis -> GHA (2711)
- Fix link on badge (2728)
- cleanup pre-commit.sh (2732)
- Add pre-commit.sh to the test.yml (2764)
- Resolve Invalid type: ClassVar nested inside other type (2726)
- Update Interactive Session edit commands instructions (2818)

Dependency upgrades
- Bump prismjs from 1.20.0 to 1.21.0 in /frontend (2725)
- Bump husky from 4.2.5 to 4.3.0 in /frontend (2823)
- Bump react-scripts from 3.4.1 to 3.4.2 in /frontend
- Bump c3 from 0.7.18 to 0.7.20 in /frontend (2739)
- Bump lodash from 4.17.19 to 4.17.20 in /frontend (2752)
- Bump dompurify from 2.0.12 to 2.0.15 in /frontend (2828)
- Bump lint-staged from 10.2.11 to 10.2.13 in /frontend
- Bump underscore from 1.10.2 to 1.11.0 in /frontend (2798)
- Bump mkdocs-material from 5.5.0 to 5.5.12 (2814)
- Bump sqlalchemy from 1.3.18 to 1.3.19
- Bump boto3 from 1.14.35 to 1.14.57 (2808, 2812, 2817)
- Bump psutil from 5.6.6 to 5.7.2
- Bump mypy from 0.770 to 0.782 (2738)
- Bump docker from 4.2.2 to 4.3.0 (2813)

0.5.21

Not secure
Frontend
- fix esc, give text item correct sort key (2588)
- Merge pull request 2657 from codalab/rc0.5.20
- Bump jquery.terminal from 2.1.2 to 2.17.6 in /frontend (2626)
- Slim down Docker images (no multistage builds) (2604)
- Cleanup edit mode variable names and function names (2647)
- Fix resolution of aggregate search directives (2557)
- Bump elliptic from 6.5.2 to 6.5.3 in /frontend
- Bump c3 from 0.6.12 to 0.7.18 in /frontend
- Bump react-bootstrap from 1.2.2 to 1.3.0 in /frontend
- Fix uploading files on frontend (2690)
- Fix keyboard shortcuts modal
- remove duplicate infoModal (2693)
- Bump semantic-ui-react from 0.88.2 to 1.1.1 in /frontend

Backend
- Run stress tests on CI (2606)
- Merge pull request 2657 from codalab/rc0.5.20
- Disable auto-rebase for dependabot PRs (2663)
- Graphical editor for schemas in worksheet (2268)
- Add editing table schema functionality (2670)
- Implement --link functionality for local filesystems and directories (2326)
- Fix Slurm GPU isolation (2351)
- Fix undefined variable (2688)
- Expose slurm excludes to slurmworkermanager (2704)
- Log hostname when executing slurm jobs (2705)
- Fix typo in worker (2721)

Dev / docs / CI
- Update REST API Reference (2636)
- Bump black from 18.9b0 to 19.10b0 (2530)
- Bump mkdocs-material from 5.4.0 to 5.5.0
- Merge pull request 2657 from codalab/rc0.5.20
- Update code overview docs (2673)
- Resolve found module but no type hints or library stubs (2674)
- Slim down Docker images (no multistage builds) (2604)
- Bump alembic from 1.0.0 to 1.4.2
- Revert "Add CUDA / nvidia-smi to worker Docker image (2650)" (2678)
- 2360: Support cl run --interactive (2672)
- Bump boto3 from 1.9.228 to 1.14.35
- Update tornado requirement from <6.0 to <7.0
- Temporarily remove running mypy checking (2699)
- Bump six from 1.11.0 to 1.15.0
- Add a required package (2707)
- Add type annotations with mypy (2677)
- Bump to 0.5.21
- Add "set -e" to travis-deploy.sh
- Add "set -e" to upload-to-pypi.sh
- Update release.yml

0.5.20

Not secure
Frontend
- add go to end button, fix "go to end" keyboard shortcut (2585)
- Cleanup: remove event listener (2621), deprecate canEdit (2620)
- Bump material-ui/core from 3.9.3 to 3.9.4 in /frontend (2628)
- Bump react and react-dom from 16.8.6 to 16.13.1 in /frontend (2613)
- Bump underscore from 1.9.1 to 1.10.2 in /frontend (2627)
- Bump husky from 2.7.0 to 4.2.5 in /frontend (c970230)
- Bump argcomplete from 1.11.1 to 1.12.0 (0b57e63)
- Bump sass from 1.26.9 to 1.26.10 in /frontend (09adbe8)
- Bump material-ui-chip-input from 1.0.0-beta.16 to 1.1.0 in /frontend (3c78790)
- fix esc bug, give text item correct sort key (2588)

Backend
- Add authentication CLI tests (added this in the process of bumping oauthlib from 2.1.0 to 3.1.0 (2550), but had to revert that change in 1f2c0ea6fadc0eaf5e86bc3d5b407c146bf348d4)
- Support protected mode (2600)
- Skip when pruning docker networks fails (2638)
- Pass --exit-on-exception from cli to worker (2637)
- Handle termination in workers that are sleeping from exceptions (2639)
- Bump gunicorn from 19.9.0 to 20.0.4 (0a1df5f)
- Expose sbatch gpu type to Slurm WorkerManager (2648)
- Add CUDA / nvidia-smi to worker Docker image (2650)
- Fix an issue where GPUs could not be requested by reverting PR 2415 (2649)

Dev / docs / CI
- Enable Mergify (2625)
- Remove test cleanup on CI (2568)
- GitHub Actions - Always upload logs for backend tests (2618)
- Update REST API Reference (2636)
- Bump black from 18.9b0 to 19.10b0 (2530)
- Bump mkdocs-material from 5.4.0 to 5.5.0 (cb92cf8)

0.5.19

Not secure
Backend:
Sync RunStateMachine docker networks when re-initializing them (2609)
Remove chats (2605)

Frontend:
Remove the quotes around record item values (2477)
Skip frontend production build on dev mode (2603)

Page 13 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.