Roman Donchenko
5441c4ee67
Fix isort version output in the workflow ( #5436 )
...
`isort --version` prints a large banner, which, after shell processing,
is collapsed into one line, and the result is an unreadable mess. Use
`--version-number` instead, which prints just the number.
3 years ago
Kirill Sizov
4cd43a27c8
Refactor CI ( #5060 )
...
* workflows: add docker image scan for CI workflow
* enter debug mode
* update mod-wsgi dependency
* add Trivy image scanner for cvat/ui image
* add trivyignore file
* update trivyignore file
* try scan without trivyignore
* remove trivy scanner
* add workflow that updates yarn.lock file for PRs from Snyk
* remove extra empty lines
* revert changes for mod-wsgi version
* remove deprecated set-output for workflows
* update upload-artifact action
* update upload-artifact action
* test another github action for getting changed files
* fix typo
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* revert changes for bandit linter
* remove debug changes
* remove debug changes
* remove debug changes
* remove debug changes
* exit debug mode
3 years ago
Kirill Sizov
ad4635e020
Update Github Actions ( #5136 )
...
* update actions/checkout version
* update actions/setup-python version
* update actoins/setup-node version
3 years ago
Maxim Zhiltsov
6654366021
Autoformat python tests ( #5021 )
3 years ago
Maxim Zhiltsov
5f58a0f7be
Add 2nd layer of SDK ( #19 )
4 years ago
Kirill Sizov
768abc961a
CI small fixes ( #114 )
4 years ago
Maxim Zhiltsov
26d78fe12e
Make CLI code nicer ( #60 )
...
* Return created task id from function
* Add pbar for annotation dump
* Add testing requirements list
* Remove resources properly in tests
* Add backup dump progress bar
* Refactor code
* Set up logging in CLI
* Add annotations uploading progress with tus
* Refactor code
* Add tqdm dependency
* Update changelog
* Add some comments to the implementation
* Remove extra code
* Update ci container
* Add progress bars to task import
* Add tests, refactor code
* Add progressbar for task creation
* Remove extra line
* Change exception type
* Move requirements files
* Fix dockerfile
* Revert extra change
* Isolate test directories
* Move cli package
* Update cli package references
* Move package files into a directory
* Move files
* Update requirements and dockerfiles
* Add cvat-cli package
* Autoformat CLI code
* Add developer guide
* Update readme
* Add Black check on CI
* Add isort check on CI
* Merge branch 'develop' into zm/cli-package
* Update package
* Change paths in cli code
* Move files
* Update docs
* Update dockerfile
* Update changelog
* Fix linter issues
* Fix linter issues
* Add dev requirements
* Update ci
Co-authored-by: Nikita Manovich <nikita.manovich@gmail.com>
4 years ago