Aleksey Alekseev
c3dd3499e3
Added Cypress testing for feature: Multiple tasks creating from videos ( #5028 )
...
* add tests for try of creating multitasks with images and video
* add tests seccess creating video with Remote source
* reduce time of debounce
* try fix 107, 118 tests
* try fix 107 tests
* fix test with attach video
* disable test with attach video
* fix url to remote videos
* Aborted extra changes
* Updated files
* Refactored case 107
* Fixed almost all tests
* Aborted extra changes
* removed extra files
* Improved tests, added tests for local videos
* Fixed corner case
* Fix ://
* Redesigned a way of getting a file type
* Added html type to button
* Some refactoring
* Removed extra file
* sdk tests: fix path for file share images
Co-authored-by: Boris <sekachev.bs@gmail.com>
Co-authored-by: kirill-sizov <sizow.k.d@gmail.com>
3 years ago
Роман Донченко
e723116e56
Fix Cypress tests after b029bc9d ( #5089 )
3 years ago
Boris Sekachev
b2a66db76b
Added assets ( #5095 )
3 years ago
Kirill Sizov
b6a9590410
Increase throttle rate ( #5094 )
3 years ago
Maxim Zhiltsov
1cf0d41fba
Fix voc mask export when bg class id is not 0 ( #5056 )
...
* Update datumaro dependency
3 years ago
Maxim Zhiltsov
1b807fb42d
Add missing migration for webhooks ( #5078 )
...
* Add missing migration
* Change field type
3 years ago
Maxim Zhiltsov
688cc23622
Add SDK package installation instructions ( #5084 )
3 years ago
Boris Sekachev
6811c57ef4
Added cypress tests for issue 4966 ( #5080 )
...
* Added cypress tests for issue 4966
* Updated license headers
3 years ago
Kirill Sizov
dbcfb30cb2
Fix SDK tests ( #5077 )
...
* Update SDK tests to use LoginSerializerEx
3 years ago
Boris Sekachev
384960b7f2
Fixed double modal export/backup a task/project ( #5075 )
...
* Fixed double modal export/backup a task/project
* Updated version && changelog
3 years ago
Kirill Sizov
99c006a612
Add docs for webhooks ( #5035 )
3 years ago
Andrey Zhavoronkov
29702a801f
Fix broken link ( #5066 )
3 years ago
Adam Teuscher
c8c40df37f
Fixes some serverless functions (HRNET, IOG, f-BRS) ( #4944 )
...
* Update curl command for Google Drive weights and adjust yaml files (#4736 )
* update changelog
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
3 years ago
Maxim Zhiltsov
511f9706d5
Allow trailing slashes in SDK client url ( #5057 )
3 years ago
Роман Донченко
b029bc9da8
cvat-sdk: Fix creating tasks with non-local files ( #5058 )
...
* Move the test file share contents to tests/share
This way, it can be reused between tests.
* cvat-sdk: Fix creating tasks with non-local files
Forcing the `Content-Type` for the `upload_data` API call to
`multipart/form-data` does not work, because the current logic for
converting Python values to parts (`ApiClient._convert_body_to_post_params`)
does not encode them in a way that Django REST Framework can understand (it
JSON-encodes each part).
Fortunately, we don't actually need to do that, since when we create a task
with non-local files, we don't need to upload any files, and so we can just
post the original JSON, so do just that.
I couldn't add a test for the remote image case, because CVAT rejects all URLs
with non-public IP addressses. However, I did test this case manually.
3 years ago
Kirill Lakhov
b7371ede35
Enabled authentication via email ( #5037 )
3 years ago
Kirill Lakhov
f719f58df4
Fix ESlint problems / typescript for cvat-core ( #5027 )
...
* typescripted some files
* typescripted cloud storage
* reverted api-implementation, fixed minor errors
* updated changelog
* fixed jest test
* updated file: to link:
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
3 years ago
Boris Sekachev
e7c16064c4
Fixed invisible label view in label constructor ( #5041 )
...
* Fixed invisible label view in label constructor
* Updated changelog
3 years ago
Boris Sekachev
7850f1e9b1
Fixed changing label color on canvas ( #5045 )
...
* Fixed changing label color on canvas
* Updated changelog
3 years ago
Maxim Zhiltsov
1902ecd8a7
Extend SDK layer 2 docs ( #4980 )
3 years ago
Maxim Zhiltsov
426f8e3ef0
Extend SDK layer 1 docs ( #5011 )
3 years ago
Kirill Sizov
bcb3f9bda8
Tests for Webhook sender ( #5017 )
...
* tests/rest_api/assets: update webhooks in testdb
* tests/rest_api/test_webhook_sender: add tests for project and ping events
* tests/rest_api/test_webhook_sender: add tests for webhook intersection case
* tests/rest_api/test_webhook_sender: add tests for task update events
* tests/rest_api/test_webhook_sender: add tests for task create and job update events
* tests/rest_api/test_webhook_sender: add tests for issue events
* tests/rest_api/test_webhook_sender: add tests for membership events
* tests/rest_api/test_webhook_sender: add tests for organization event
* Fix Pylint warnings
* apps/engine: get rid of sending `create` signals in views
* apps/organizations: get rid of sending `create` signals in views
* tests/rest_api/test_webhooks: fix typo
* apps/engine: get rid of sending signals in task view
* tests/rest_api: remove debug prints
* apps/engine: fix pylint errors
* tests/rest_api/test_webhooks_sender: add tests for `redelivery` method
* tests: define tag for minio image
* apps/webhooks: remove owner_id from write serializer
* tests/rest_api/test_webhooks: fix code style
* tests/rest_api: added tests for webhook comment events
* tests/rest_api: fix typo
Co-authored-by: Anastasia Yasakova <yasakova_anastasiya@mail.ru>
* tests: fix warnings from black
Co-authored-by: Anastasia Yasakova <yasakova_anastasiya@mail.ru>
3 years ago
Anastasia Yasakova
7cc05e80de
Fix serverless functions ( #5039 )
...
* Fix some serverless functions
* Update Changelog
* Fixes
3 years ago
Saurabh Khanduja
88523aa77e
Fix tensorflow docker image tag for siammask ( #5030 )
3 years ago
Роман Донченко
963e8efadb
Remove `cvat-sdk` from `tests/python/requirements.txt` ( #5019 )
3 years ago
Maxim Zhiltsov
6654366021
Autoformat python tests ( #5021 )
3 years ago
Kirill Sizov
6274bd11b6
workflows: update value of status for `waiting server` step ( #5026 )
3 years ago
Maxim Zhiltsov
2e15025434
Check server version in SDK ( #4935 )
3 years ago
Artem Filippov
55913f0096
Source & target storage documentation ( #5014 )
3 years ago
Kirill Sizov
bae7564968
Add webhooks ( #4863 )
...
Co-authored-by: “klakhov” <kirill.lakhov@cvat.ai>
Co-authored-by: Boris <sekachev.bs@gmail.com>
Co-authored-by: kirill-sizov <kirill.sizov@intel.com>
3 years ago
Kirill Lakhov
8b719e4959
Fixed unstable e2e restore tests ( #5010 )
3 years ago
Anastasia Yasakova
ddcee5b3a9
REST API tests with skeletons ( #4987 )
3 years ago
Aleksey Alekseev
5f44603db2
add link to create of many tasks from project page ( #5002 )
...
* add link to create of many tasks from project page
* add dropdown for task actions
* add return to project after multi tasks creating
3 years ago
Kirill Sizov
20bf2883f0
Full check: use SHA instead of branch name ( #5009 )
3 years ago
Anastasia Yasakova
ba308336c6
Fix project export with skeletons ( #5004 )
3 years ago
Anastasia Yasakova
fd666d00ad
Fix project import with skeletons ( #4867 )
3 years ago
Anastasia Yasakova
9e67bcb53c
Update Datumaro version ( #4984 )
3 years ago
Kirill Sizov
be5f9773d0
Analytics: set cvat/server tag same as for docker-compose.yml ( #4988 )
3 years ago
Andrey Chernov
b9abbce411
Updated documentation ( #4975 )
...
* Updated documentation
- Removed the FAQ from API&SDK
- Changed the weight of the FAQ file
* Fixed errors
3 years ago
Andrey Zhavoronkov
ac4c93c55c
fix Django admin page ( #4983 )
3 years ago
Andrey Zhavoronkov
e22eac7d9b
Helm tests ( #4949 )
3 years ago
Kirill Lakhov
5a8b5dfc63
added advanced configuration header styles ( #4982 )
3 years ago
Andrey Zhavoronkov
0292433028
set max size of nuclio log file ( #4969 )
...
* set max size of nuclio log file
* fixed config for compose v1
3 years ago
Kirill Sizov
32f4be9c8c
docs/about: add more links ( #4974 )
3 years ago
Andrey Zhavoronkov
43565bcb3a
moved README Helm file to documentation ( #4977 )
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
Nikita Manovich
79dcc0e0cf
Update about page for documentation ( #4958 )
3 years ago
Maxim Zhiltsov
a9bd27f490
Fix API section link ( #4963 )
3 years ago
Maxim Zhiltsov
68375ec23e
Add SDK docs ( #4928 )
...
- Added auth docs in API schema and SDK ApiClient/Config (fixes #1517 )
- Added SDK docs with API, SDK and CLI docs
- Added `develop` branch in the docs
- Allowed unauthorized access to `api/docs`, `api/swagger`, `api/schema` endpoints
- Added `--insecure` env var to control host checks in CLI
- Refactored `build_docs.py` (backported https://github.com/openvinotoolkit/datumaro/pull/589 )
- Extracted requirements file for site
3 years ago
KoheiKanagu
cf4e0712cc
Removed unnecessary volumes defined in docker-compose.serverless.yml ( #4659 )
...
* Update docker-compose.serverless.yml
* Update CHANGELOG.md
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
3 years ago