Boris Sekachev
6af3be6cac
Added ability to setup text labels content ( #4029 )
...
* Added ability to setup text labels content
* Updated changelog
* Fixed wrong test
* Added minimum font size const
4 years ago
Maria Khrustaleva
68fbcdec43
Added sorting methods ( #3937 )
4 years ago
Dmitry Kalinin
1d952acee8
Issue deleting ( #3952 )
4 years ago
Maria Khrustaleva
f59d1f57f3
Support GCS ( #3919 )
...
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
4 years ago
Andrey Zhavoronkov
4632128228
Preserve the order of the label attributes in the object item details. ( #3945 )
...
* preserve the order of the label attributes in the object item details
* updated changelog, cvat-ui v++
4 years ago
Boris Sekachev
c6ed6d1266
Added smooth image option ( #3933 )
4 years ago
Boris Sekachev
7bab58e1a6
Added rotated bounding boxes ( #3832 )
...
Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
4 years ago
Kirill Lakhov
14262fa951
Interaction handler keyboard handlers fix ( #3881 )
...
* initinal implementaion
* additional action, README and version changes
* update changelog
* remove excess reducer
* comment fixes
* changelog update
* canvas3d destroy call upd
4 years ago
gudipudiramanakumar
78158cbcf5
Added the feature to Remove annotation objects in a specified range of frames ( #3617 )
...
* Test Commit for Remove Range
Test Commit for Remove Range
* Remove annotations in range merged with remove annotations button merged
Remove annotations in range merged with remove annotations button merged
* Update annotation-reducer.ts
* Update annotation-actions.ts
* Update annotation-reducer.ts
* Converting remove range component to hook based component
Removed all the global states previously used and converted all the parameters to local state in annotation menu and remove range component.
* Improved clear in cvat core and implemented remove range
Added arguments of startframe and endframe to clear method in annotation-collection, and also added the updating of the states with payload on removeannotationsinrangeasync action in the reducer.
* Matching only the needed parts
There are few additional old files that were needed to be removed to be completely matched with develop branch of cvat
* Delete out.json
* Update annotations-collection.js
* Added a checkbox to remove range modal
Added a checkbox to remove range modal that can be used to select if only the keyframes should be deleted in tracks or the whole track
* ESLint fixed
All the updated files were formatted as per ESLint except one line in that even cvat base is also overlooking i.e.
Row 162, Column 15: "JSX props should not use functions" in cvat\cvat-ui\src\components\annotation-page\top-bar\annotation-menu.tsx.
* More ESLint and other updates
Changed all the suggested changes and also removed unnecessary files in dist.
Removed unnecessary explicit removals in objects and additional wrappers.
* Update annotation-menu.tsx
Fixed the mistake of wrong variable name.
* Update remove-range-confirm.tsx
Additional ESLint Issue fixed
* Changed the approach of removeAnnotations modal
Changed the approach of removeAnnotations modal so that it could match the implementation of all the other components
* Added to changelog
Fixed type annotations in the annotation-menu component for remove annotations, and updated cvat-ui and cvat-core npm versions.
4 years ago
Dmitry Kruchinin
e484aa7587
Migrate to node 16, npm 7. ( #3773 )
...
* Migrate to node 16 and nmp 7.
* Step 2
* Moving eslint to one package.json
* Fix package for 3D
* Update package files
* Fix package.json. Update package-lock.json. Update DockeFile.ui
* Change "node-sass" to "sass" due to snyk issues
* Automatically update your stylesheets due to DEPRECATION WARNING from sass
* Moving all dev dependencies to root package.json
* Remove unnecessary dependence from cvat-core-package.json
* Update of the year in copyrights
* Update CHANGELOG.md
* Define workspaces
* Update npm command to root package.json
* Update npm commands and corresponding files
* Update npm command.
* Fix Dockerfile.ui
* Fix error loading rule '@typescript-eslint/dot-notation'
* Fix eslint check issue
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
4 years ago
Snyk bot
0d4010b828
fix: upgrade react-awesome-query-builder from 4.4.2 to 4.5.1 ( #3774 )
...
Snyk has created this PR to upgrade react-awesome-query-builder from 4.4.2 to 4.5.1.
See this package in npm:
https://www.npmjs.com/package/react-awesome-query-builder
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=referral&page=upgrade-pr
4 years ago
Snyk bot
54be92bbcc
fix: upgrade @types/react-router-dom from 5.1.8 to 5.1.9 ( #3767 )
...
Snyk has created this PR to upgrade @types/react-router-dom from 5.1.8 to 5.1.9.
See this package in npm:
https://www.npmjs.com/package/@types/react-router-dom
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=referral&page=upgrade-pr
4 years ago
Boris Sekachev
51ee7cbca2
Fixed copy job list feature ( #3749 )
...
* Fixed copy job list feature
* Updated version & changelog
4 years ago
Snyk bot
cf8d0d3268
fix: upgrade @types/react from 16.14.12 to 16.14.15 ( #3731 )
...
Snyk has created this PR to upgrade @types/react from 16.14.12 to 16.14.15.
See this package in npm:
https://www.npmjs.com/package/@types/react
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=referral&page=upgrade-pr
4 years ago
Snyk bot
a294880721
fix: upgrade react-redux from 7.2.4 to 7.2.5 ( #3728 )
...
Snyk has created this PR to upgrade react-redux from 7.2.4 to 7.2.5.
See this package in npm:
https://www.npmjs.com/package/react-redux
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=referral&page=upgrade-pr
4 years ago
Boris Sekachev
03c851594c
Migrated to the new antd, fixed tests, fixed annotations uploading ( #3694 )
...
* Revert "Revert "Updating tests for migration to a new version of antd (#3623 )""
This reverts commit 0fd8b5d49e .
* Fixed issue with annotations uploading
* Fixed menu on annotation page
* Tried to fix: Cannot read property nodeType of null
* Updated deps
* Fixed a couple of issues in menu
* Fixed import after updating antd
* Update cvat-ui/webpack.config.js
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
4 years ago
Maria Khrustaleva
9a53879a8d
UI support cloud storage ( #3372 )
...
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
4 years ago
Nikita Manovich
0fd8b5d49e
Revert "Updating tests for migration to a new version of antd ( #3623 )"
...
This reverts commit 1ecb44a63e .
4 years ago
Dmitry Kruchinin
1ecb44a63e
Updating tests for migration to a new version of antd ( #3623 )
...
* Migrated to new antd and react, fixed tests
* Popover visibility reworked
* Fixed package-lock
* Fix command for a shape drawning.
* Fix command for 3D functionality
* Fixed cannot read property map of undefined
* Updated cypress and plugins
* Update main.yml
* Update popover visibility in the tests
* Replace "be.visible" to check "ant-popover-hidden" class
* Implemented tricky way to setup popover visibility
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
4 years ago
Snyk bot
c60e8aa470
fix: upgrade @ant-design/icons from 4.6.2 to 4.6.3 ( #3650 )
...
Snyk has created this PR to upgrade @ant-design/icons from 4.6.2 to 4.6.3.
See this package in npm:
https://www.npmjs.com/package/@ant-design/icons
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
6d0042c5dc
fix: upgrade react-cookie from 4.1.0 to 4.1.1 ( #3635 )
...
Snyk has created this PR to upgrade react-cookie from 4.1.0 to 4.1.1.
See this package in npm:
https://www.npmjs.com/package/react-cookie
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
7bad531215
fix: upgrade react-cookie from 4.0.3 to 4.1.0 ( #3626 )
...
Snyk has created this PR to upgrade react-cookie from 4.0.3 to 4.1.0.
See this package in npm:
https://www.npmjs.com/package/react-cookie
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
3800a91e03
fix: upgrade @types/react from 16.14.11 to 16.14.12 ( #3616 )
...
Snyk has created this PR to upgrade @types/react from 16.14.11 to 16.14.12.
See this package in npm:
https://www.npmjs.com/package/@types/react
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
1190e6c5e5
fix: upgrade redux from 4.1.0 to 4.1.1 ( #3588 )
...
Snyk has created this PR to upgrade redux from 4.1.0 to 4.1.1.
See this package in npm:
https://www.npmjs.com/package/redux
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
6442633864
fix: upgrade @types/lodash from 4.14.171 to 4.14.172 ( #3587 )
...
Snyk has created this PR to upgrade @types/lodash from 4.14.171 to 4.14.172.
See this package in npm:
https://www.npmjs.com/package/@types/lodash
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Andrey Zhavoronkov
987b2efd5a
Added footer with cookie notice ( #3553 )
...
* added footer
* updated license headers
* version++
* fixed eslint issues
* Update cvat-ui/src/components/login-page/intel-footer-drawer.tsx
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* Update cvat-ui/src/components/login-page/intel-footer-drawer.tsx
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* Update cvat-ui/src/components/login-page/intel-footer-drawer.tsx
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* fixed comments
* minor fix
* fixed linter
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Kirill Lakhov
1da3c96b5a
Intelligent scissors disabling feature ( #3510 )
...
* disabling feature
* excess points bugfix
* ctrl interaction
* ui bugfix
* trackers block mode removal
* Ctrl press fix
* approximation disabled only for block mode
* architectural improvements
* code refactoring
* renamed switchBlockMode
* added comments
* callback signature change
* polygon finish fix
* fixed bugs
* removed unnecessary if
* final recalculation threshold disable
* delete points bugfix
* update changelog
* update package versions
5 years ago
Boris Sekachev
59af610f12
Semi-automatic tools enhancements (Non-blocking UI, tips) ( #3473 )
5 years ago
Dmitry Kalinin
8e33283c48
Fixed cannot read property 'newLabelName' of undefined ( #3517 )
...
* Fixed issue
* Added CHANGELOG, increased version
5 years ago
Boris Sekachev
a12d14ba7d
Added notification, adjusted browserlist query and configs ( #3501 )
...
* Some config files added to ignore
* Updated config files
* Updated version & changelog
* Fixed configs
* Fixed one type error
* Updated webpack-cli
5 years ago
Snyk bot
b293718e3a
fix: upgrade @types/react-resizable from 1.7.2 to 1.7.3 ( #3493 )
...
Snyk has created this PR to upgrade @types/react-resizable from 1.7.2 to 1.7.3.
See this package in npm:
https://www.npmjs.com/package/@types/react-resizable
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Snyk bot
76aab90ee2
fix: upgrade @types/resize-observer-browser from 0.1.5 to 0.1.6 ( #3492 )
...
Snyk has created this PR to upgrade @types/resize-observer-browser from 0.1.5 to 0.1.6.
See this package in npm:
https://www.npmjs.com/package/@types/resize-observer-browser
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
17cf86f2b6
fix: upgrade @types/react-router-dom from 5.1.7 to 5.1.8 ( #3491 )
...
Snyk has created this PR to upgrade @types/react-router-dom from 5.1.7 to 5.1.8.
See this package in npm:
https://www.npmjs.com/package/@types/react-router-dom
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Snyk bot
8ccde7247c
fix: upgrade @types/react-router from 5.1.15 to 5.1.16 ( #3490 )
...
Snyk has created this PR to upgrade @types/react-router from 5.1.15 to 5.1.16.
See this package in npm:
https://www.npmjs.com/package/@types/react-router
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
1ea3334b2f
fix: upgrade @types/react-color from 3.0.4 to 3.0.5 ( #3478 )
...
Snyk has created this PR to upgrade @types/react-color from 3.0.4 to 3.0.5.
See this package in npm:
https://www.npmjs.com/package/@types/react-color
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Snyk bot
cd42f8d874
fix: upgrade @types/lodash from 4.14.170 to 4.14.171 ( #3479 )
...
Snyk has created this PR to upgrade @types/lodash from 4.14.170 to 4.14.171.
See this package in npm:
https://www.npmjs.com/package/@types/lodash
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Snyk bot
97b60297ef
fix: upgrade @types/react from 16.14.10 to 16.14.11 ( #3477 )
...
Snyk has created this PR to upgrade @types/react from 16.14.10 to 16.14.11.
See this package in npm:
https://www.npmjs.com/package/@types/react
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Snyk bot
697878df78
fix: upgrade @types/react-redux from 7.1.16 to 7.1.18 ( #3487 )
...
Snyk has created this PR to upgrade @types/react-redux from 7.1.16 to 7.1.18.
See this package in npm:
https://www.npmjs.com/package/@types/react-redux
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
b82a8e709c
fix: upgrade @types/redux-logger from 3.0.8 to 3.0.9 ( #3488 )
...
Snyk has created this PR to upgrade @types/redux-logger from 3.0.8 to 3.0.9.
See this package in npm:
https://www.npmjs.com/package/@types/redux-logger
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
16694af9fd
fix: upgrade @types/react-dom from 16.9.13 to 16.9.14 ( #3480 )
...
Snyk has created this PR to upgrade @types/react-dom from 16.9.13 to 16.9.14.
See this package in npm:
https://www.npmjs.com/package/@types/react-dom
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
49050365a3
fix: upgrade @types/platform from 1.3.3 to 1.3.4 ( #3476 )
...
Snyk has created this PR to upgrade @types/platform from 1.3.3 to 1.3.4.
See this package in npm:
https://www.npmjs.com/package/@types/platform
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Dmitry Kalinin
e3616df0da
Fixed creation task problem ( #3454 )
...
* Fixed existng labels issue
* Added CHANGELOG, increased package versions
* Fixed project search field
* Fixed cypress test
5 years ago
Snyk bot
6e3dcb2581
fix: upgrade @types/react from 16.14.8 to 16.14.10 ( #3455 )
...
Snyk has created this PR to upgrade @types/react from 16.14.8 to 16.14.10.
See this package in npm:
https://www.npmjs.com/package/@types/react
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Boris Sekachev
330b8a832f
Semi-automatic tools enhancements (Stage 0) ( #3417 )
...
* Improved removable points, added a button to finish current object
* Code refactoring for ai tools and opencv
* Fixed style for workspace selector
* IOG UX fix
* Updated version & changelog
* Added 'min_neg_points' parameter to serverless interactors
* Return 'min_neg_points' from the server
5 years ago
Boris Sekachev
719fcf30bc
Fixed issue when save filtered object in AAM ( #3401 )
...
* Fixed issue when save filtered object in AAM
* Updated version & changelog
5 years ago
Dmitry Kalinin
961bc58935
Webpack dev server proxy ( #3368 )
...
* Added proxy to webpack dev server config
* Added CHANGELOG increased package version
* Added webpack.config to eslintignore
* Added webpack.config to eslintignore
* Changed ignore to wildcard
* Changed path checker to regexp
5 years ago
Snyk bot
c8b0521e42
fix: upgrade @types/react-router from 5.1.14 to 5.1.15 ( #3375 )
...
Snyk has created this PR to upgrade @types/react-router from 5.1.14 to 5.1.15.
See this package in npm:
https://www.npmjs.com/package/@types/react-router
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Boris Sekachev
8a64394b8f
Fixed UI fails when inactive user is assigneed to a task/job ( #3343 )
...
* Fixed UI fails when inactive user is assigneed to a task/job
* Updated changelog
* Fixed tests
5 years ago
Snyk bot
d2d75d9158
fix: upgrade @types/react from 16.14.7 to 16.14.8 ( #3338 )
...
Snyk has created this PR to upgrade @types/react from 16.14.7 to 16.14.8.
See this package in npm:
https://www.npmjs.com/package/@types/react
See this project in Snyk:
https://app.snyk.io/org/cvat/project/c1f463ee-3776-44c4-b0fa-cd2254d0a094?utm_source=github&utm_medium=upgrade-pr
5 years ago
Boris Sekachev
957bc29548
Fixed: "TypeError: Cannot read property 'clientX' of undefined" ( #3308 )
...
* Fixed cuboid redraw
* Updated version & changelog
* Fixed duplicated cuboid
* Updated changelog
* Do not skip test for cuboid
* Removed comment
* Fixed one more case
5 years ago