2748 Commits (b2a66db76ba8316521bc7de2fbd418008ab3cb5b)
 

Author SHA1 Message Date
Kirill Sizov 0b6b758a56
Fix Nightly build (#4941) 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
Kirill Sizov a50d38f9e9
Fix docker tag (#4940) 3 years ago
Kirill Sizov 26c0a6509a
Workflows: fix typo (#4939)
Co-authored-by: kirill-sizov <kirill.sizov@intel.com>
3 years ago
Nikita Manovich 393392c527 Bump version: v2.3.0.alpha 3 years ago
Nikita Manovich 79ce99acc5 Updated the version of release: v2.2.0 3 years ago
Seongmoon Jeong 6464069bfa
fix type declaration of private fields in cvat-canvas which are possibly null (#4932)
* fix type declaration of private fields in cvat-canvas which are possibly null

* v2.15.3
3 years ago
Maria Khrustaleva 352501c003
Fixed missing notification on cloud storage creation page when manifest file is required (#4921) 3 years ago
Kirill Sizov 860b0d96a6
Update workflow configs (#4930) 3 years ago
Anastasia Yasakova aed6de5ce3
Update COCO documentation (#4908) 3 years ago
Boris Sekachev f9a2e27223
Some documentation added for skeletons feature (#4925) 3 years ago
Andrey Zhavoronkov d7eb7420ad
updated installation guide (#4926) 3 years ago
Anastasia Yasakova 6bb343f4ca
Fix bug with removing attributes (#4927) 3 years ago
Maxim Zhiltsov 4f6e81eab3
Bump sdk and cli versions (#4923) 3 years ago
Maxim Zhiltsov f966df7493
Fix python3.7 compatibility (#4919) 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
Andrey Zhavoronkov 65a2610636
Fixed invocation of serverless functions (#4907) 3 years ago
Nikita Manovich 3957892954
Fix workflows after cvat container was renamed (#4848) 3 years ago
Maxim Zhiltsov 917e821348
SDK alpha 1 release (#4903) 3 years ago
Andrey Chernov 8e5e9bfe89
updated the FAQ.md (#4902)
Added the information about DL models adding
3 years ago
Rodrigo Berriel a824196718
Add support for Oracle OCI Buckets (#4876) 3 years ago
Andrey Zhavoronkov 4167a4e40c
Initial version of update_version.py script to bump CVAT version (#4889) 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
Boris Sekachev 95c20d194f
Added some JEST tests to cover skeleton basic features (#4865)
* Added tests to create/get a task with skeletons

* Added some dummy data for tests

* Added a couple of tests

* Aborted extra changes

* Added a couple of put tests

* Removed extra lines

* Added test to check object state logic for complex objects

* Updated eslint config file

* Fixed config

* Removed extra space

* Fixed lint-staged config
4 years ago
Boris Sekachev 99a1be045b
Fixed issue: Maximum callstack exceed (#4836)
* Fixed issue: Maximum callstack exceed

* Updated version & changelog
4 years ago
Anastasia Yasakova 8b3e247d52
Extend COCO format to skeletons (#4821) 4 years ago
Boris Sekachev 9da3cbd6d8
Fixed jest tests (#4887)
* Fixed jest tests & one cypress test

* Updated headers
4 years ago
Kirill Lakhov 738792c285
Fixed actions_users/case_38_feedback_button (#4885)
* Fixed incorrect links

* Updated header
4 years ago
Boris Sekachev 3db9c2d996
Some fixes for skeleton patch related with merge & delete, undo/redo (#4875)
* Fixed merge after changing server API scheme

* Fixed some delete-undo related issues

* Fixed server id assignment

* Fixed selection a skeleton point

* Updated versions

* Applied some comments

* Updated version

* Fixed stylelint

* Updated license headers
4 years ago
Boris Sekachev bb37bbd215
Adjusted application links (#4880)
* Fixed links

* Updated license headers
4 years ago
William Schmitt 545e778e96
fix: docs url (#4877)
Co-authored-by: William Schmitt <william.schmitt@probayes.com>
4 years ago
Boris Sekachev f332d922ea
Fixed project filtration (#4878)
* Fixed project filtration

* Updated version & changelog
4 years ago
Boris Sekachev fe0c38c34b
Added dumping a skeleton on a created resource, fixed some styles (#4829)
* Added dumping a skeleton on a created resource, fixed some styles

* Updated version & changelog

* Fixed remarklint issue

* Updated version
4 years ago
Boris Sekachev 2c3341a9cc
Added track removing confirmation (#4846)
* Added track removing confirmation

* Updated version & changelog

* Adjusted styles

* Fixed styles

* Updated package.json
4 years ago
Boris Sekachev 1b034e72bd
Added stylelint check to precommit git hook (#4826) 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
Andrey Zhavoronkov 3562946f83
How to upgrade CVAT guide (#4812) 4 years ago
Boris Sekachev a61d50a951
Fixed hot reload when develop with yarn (#4825) 4 years ago
Cheehan Weereratne 708ad9be7e
Fix docker-compose.https.yml service names (#4847) 4 years ago
Nikita Manovich 916b5dcfd8
Merge pull request #4814 from opencv/sk/fix-container-name
Hotfix: fix container name
4 years ago
kirill-sizov 2813503858 fix container name 4 years ago
Nikita Manovich 3db87b0112
Merge pull request #4579 from zwfcrazy/zwf/fix_issue_3676
fix auto-annotation group_id issue (#3676)
4 years ago
Nikita Manovich e1c90477e7 Merge branch 'develop.cvat.ai' into develop 4 years ago
Nikita Manovich ca915942ec Revert "Merge pull request #4639 from openvinotoolkit/ncgalopp/fix-build"
This reverts commit d7560bbd39, reversing
changes made to ba4175bf5b.
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