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
Роман Донченко
963e8efadb
Remove `cvat-sdk` from `tests/python/requirements.txt` ( #5019 )
3 years ago
Maxim Zhiltsov
6654366021
Autoformat python tests ( #5021 )
3 years ago
Maxim Zhiltsov
2e15025434
Check server version in SDK ( #4935 )
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
Anastasia Yasakova
ba308336c6
Fix project export with skeletons ( #5004 )
3 years ago
Andrey Zhavoronkov
e22eac7d9b
Helm tests ( #4949 )
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
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
Aleksey Alekseev
1db247aedd
Create multiple tasks when uploading multiple videos ( #4824 )
...
* add alert when uploading photo and video together
* add creating multiple tasks for My computer tabs
* add creating multiple tasks for Remote source tab
* add creating multi tasks for File share tab
* add libmagic in dockerfile
* fix lint
* change class name of create multi tasks button
* fix incorrect deletion of validation error notification
* add opportunity upload manifest.jsonl with image files for single task create
* remove status showing of task from multitasks case
* refactoring create queue in mutlitasks case
* fix warning
* revert incorrect remove notification about error
* fix showing error of clone the repository
* fix esling error
* move of initialValue creating for task name
* rename isMultiTask properti to many
* return incorrect deleted progress value
* add source and license on icon file
* fix unhandled promise rejection
* change mime_type getter method
* add hint how to see these template rules
* refactoring of multi task progress markup
* remove unnecessary processings for share
* remove unnecessary notification
* remove opportunity upload no video on multi mode
* correct formation of the task name
* rename function
* change queueSize to 1
* fix root selecting on share tab
* refactoring selectCloudStorageFiles logic
* add debig info. temporarily
* Some fixes
* Tried to fix unstable test
* Adjusted messages
* Fixed license headers
Co-authored-by: Boris <sekachev.bs@gmail.com>
3 years ago
Maria Khrustaleva
9f89787f95
Source & target storage support ( #4842 )
3 years ago
Maxim Zhiltsov
4f6e81eab3
Bump sdk and cli versions ( #4923 )
3 years ago
Maxim Zhiltsov
7218f4e283
Add host schema auto-detection in SDK ( #4910 )
3 years ago
Maxim Zhiltsov
1dcba5a843
Align server api, sdk and cli versions to 2.1.0 ( #4913 )
3 years ago
Boris Sekachev
efd43637a4
Fixed redrawing a skeleton (Shift+N) ( #4906 )
...
* Fixed redrawing a skeleton (Shift+N)
* Updated version
* Added cypress test
* Enabled disabled tests
* Updated test IDs
3 years ago
Maxim Zhiltsov
917e821348
SDK alpha 1 release ( #4903 )
3 years ago
Boris Sekachev
6410b86a4e
Added end-to-end Cypress tests for Skeletons pipeline ( #4892 )
...
* Updated config
* Added skeleton drawing
* Added first cypresst test with skeletons
* Reworked split
* Added drawing/merging/splitting
* Fixed IDs order
* Fixed case 107
4 years ago
Kirill Lakhov
738792c285
Fixed actions_users/case_38_feedback_button ( #4885 )
...
* Fixed incorrect links
* Updated header
4 years ago
Maxim Zhiltsov
53697ecac5
SDK layer 2 - cover RC1 usecases ( #4813 )
4 years ago
Kirill Sizov
b60d3b481a
fix remote image link ( #4871 )
4 years ago
Maria Khrustaleva
182c39aa8f
Hotfix missing manifest file ( #116 )
4 years ago
Andrey Zhavoronkov
5e2eda7601
Extend helm to support Serverless functions and Analytics ( #110 )
4 years ago
Boris Sekachev
7e20b279af
Added support of skeletons ( #1 )
4 years ago
Maxim Zhiltsov
5f58a0f7be
Add 2nd layer of SDK ( #19 )
4 years ago
Kirill Lakhov
7a33fc0339
Fix unstable 2E2 tests ( #68 )
...
* Added workaround
* fixed yolo format test
* applied comment
* removed logout intercept
4 years ago
Maria Khrustaleva
164c2c34df
Images should be searched relative to the manifest file on cloud storage ( #8 )
4 years ago
Kirill Lakhov
36fdcea8d6
OpenCV.js caching and autoload ( #30 )
4 years ago
Aleksey Alekseev
fbcf758674
86 improve uiux on create task page ( #7 )
...
* Update label form
Remove Done button
Add closing by Esc
Add continuing by Enter
* disable autocomplete on label form
* Update submit behavior on create task
Change one submit button to two: "submit and open" and "submit and continue"
* Update submit behavior on create project
Change one submit button to two: "submit and open" and "submit and continue"
* fix eslint error
* change tests
* Add changes in changelog
* update version cvat-ui
* move of empty name handler logic when create label
* change handler errors on create project
* change text of buttons
* revert change yarn.lock
* Fixed eslint pipeline
* fix eslint error on test
* fix several tests
* fix several tests
* fix several tests
* fix several tests
Co-authored-by: Boris <sekachev.bs@gmail.com>
Co-authored-by: kirill-sizov <sizow.k.d@gmail.com>
Co-authored-by: Nikita Manovich <nikita@cvat.ai>
4 years ago
Kirill Sizov
ee12b44b55
REST API tests: update data.json ( #27 )
4 years ago
Boris Sekachev
1a94190572
Changed links openvinotoolkit > cvat-ai ( #3 )
...
Changed links openvinotoolkit > cvat.ai
4 years ago
Boris Sekachev
8ebdf5db93
Fixed eslint config ( #131 )
...
* Fixed eslint config
* Updated yarn.lock
4 years ago
Maxim Zhiltsov
7b2fc54e20
Add CVAT SDK package ( #7 )
4 years ago
Kirill Sizov
a38c567c4c
Fix CI-nightly ( #117 )
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
Boris Sekachev
4f1a778d22
Fixed Intel license headers ( #119 )
4 years ago
Kirill Lakhov
489c115bb4
Fixed failing test case_113_new_organization_pipeline ( #111 )
...
added workaround for detached elements
4 years ago
Kirill Sizov
05e6143a21
REST API tests: project backup and patch labels ( #104 )
4 years ago
Kirill Lakhov
c0c469f824
Tags on frame ( #75 )
4 years ago
Maxim Zhiltsov
bddd44642d
Fix pylint issues ( #100 )
4 years ago
Maria Khrustaleva
57bc0e9c90
Source & target storage tests ( #56 )
4 years ago
Maria Khrustaleva
54c15830a9
Add support for source & target storages ( #28 )
4 years ago
Kirill Sizov
2db5bcf7b0
CI: refactor cache, add coverage for CI-nightly ( #79 )
4 years ago
Kirill Sizov
ca8150e21c
Hotfix for CI-nightly ( #74 )
4 years ago
Kirill Sizov
2e161b0e9f
Refactor CI ( #26 )
4 years ago
Anastasia Yasakova
4dc01b0441
Fixed: Could not export dataset (Request Status Code 500 "StopIteration") ( #17 )
4 years ago
Anastasia Yasakova
bc9fc45eef
Add test for dataset import in an organization ( #35 )
4 years ago
Kirill Lakhov
9f2ccb8f81
Improved stability of actions_tasks2/case_101_opencv_basic_actions.js ( #58 )
4 years ago