Maria Khrustaleva
b00bc653ff
Social account authentication tests ( #5444 )
...
Depends on #5349
Related #5432
Added tests for social account authentication functionality: cypress
test with dummy auth server
3 years ago
Roman Donchenko
580ae49e5a
Migrate to Docker Compose V2 ( #5524 )
...
Also, migrate to the version less Compose file format.
Compose V1 is EOL:
<https://www.docker.com/blog/announcing-compose-v2-general-availability/ >.
3 years ago
Maxim Zhiltsov
ec3e1f34a4
Better reporting for user limits ( #5225 )
...
- Added explanatory messages for actions denied for user limits
- Fixed few rules and checks
- Upgraded OPA version
3 years ago
Maxim Zhiltsov
f6d2a8fe46
Fix the missing env variable issue ( #5467 )
...
Fixes #5448 , #5453 , #5457
- Relaxed env var requirements in the images, no mandatory ones
- RQ workers now use a custom python class for remote debugging
- Factored out common remote debugging implementation
3 years ago
Maxim Zhiltsov
2ed778818a
Allow server debugging when deployed with Docker ( #5445 )
...
Closes https://github.com/opencv/cvat/issues/5327
- Added a way to debug the server in Docker-based deployments
- Added docs
3 years ago
Maxim Zhiltsov
4e97c243d6
Refactor OPA tests ( #5373 )
...
- OPA tests are now autogenerated
- Updated invocation docs
3 years ago
Maxim Zhiltsov
673ecefbc3
Remove old CLI tests from unit test docs ( #5415 )
3 years ago
Maxim Zhiltsov
0943de9d6f
Update test guide with SDK/CLI info ( #5402 )
...
Follow up for #5394
The existing text wont work in a clean repo. This PR adds missing info.
3 years ago
Nikita Manovich
00228ab7bb
Fix several issues with testing system ( #5394 )
...
Fix https://github.com/opencv/cvat/issues/5214
1. Stable names for containers (_ vs -)
2. Improve documentation
3 years ago
Maria Khrustaleva
56e8c1eb82
Cypress tests for source & target storage ( #4914 )
...
* Draft version
* Implemented import & fixed export && some code cleanup && some fixes && updated notifications
* Refactoring && fixed several bugs
* Update licence headers && small fixes
* Update remaining licence headers && small changes
* Fix part of tests
* Fix tests
* Remove unused code
* Fix part of comments
* Some fixes
* Move file download process to job
* Rename methods
* Small fix
* Fix storages configuration for tasks
* Styles
* Remove unused
* Change storage configuration && fix forms reset && some fixes
* Update imports
* Remove extra argument type
* Add catch
* Fix import backup from local
* Import architecture refactoring && some fixes
* Rename props
* Small reorganization of export architecture && minor fixes
* Remove unused import
* Small fix && skip error notification when no permissions
* Fix project creating
* Fix part of eslint issues
* Fix eslint
* Fix eslint
* Fix eslint
* eslint
* Fix some eslint issues
* Combine uploadAnnotations and importDataset
* Fix annotation uploading from local
* Update tests
* Fix annotation uploading
* Fix notification
* Update dependencies
* fix
* Update jest tests
* Skip error notification when no permissions
* Update case 91 92 canvas3d tests
* Styles
* Update icons
* eslint
* eslint
* eslint
* eslint
* Create & delete cloud storage
* Common part && export job annotations
* Update tests && add tests for project backup
* Fix typo
* Rename variables
* debug
* Revert timeout
* Fix server host
* Fix test with project backup restore
* small refactoring
* Update issue_2473_import_annotations_frames_dots_in_name
3 years ago
kirill-sizov
2813503858
fix container name
4 years ago
Maxim Zhiltsov
5f58a0f7be
Add 2nd layer of SDK ( #19 )
4 years ago
Kirill Sizov
2240b3f4aa
Replace npm with yarn ( #113 )
...
* package.json: private true
* delete package-lock.json
* cvat-core/package.json: fix path for cvat-data
* replace npm with yarn
* replace npm with yarn
* add yarn.lock files
* replace npm with yarn
* remark: replace npm with yarn
* fixes
* fixes
* alligment
* workflows: replace npm with yarn
* revert husky version
* replace npm with yarn on ci image
* add yarn for ci image
* enable debug mode for main workflow
* debug mode
* v0.0.0
* resolve dependencies issues
* update docs
* exit debug mode
* add yarn.lock to the ui image
* fix three version
* resolve conflicts
* [no ci] use yarn instead of npm
* fix src path
4 years ago
Kirill Sizov
2e161b0e9f
Refactor CI ( #26 )
4 years ago