Boris Sekachev
7f86a5d801
Added a page with jobs ( #4258 )
4 years ago
Dmitry Kruchinin
f9e10ff059
Update antd to 4.17.0. Fix the tests. ( #4188 )
...
* fix: cvat-ui/package.json & cvat-ui/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ASYNCVALIDATOR-2311201
* Fix case 69
* Fix case 51
* Fix case 53
* Tests reworked, fixed
* Removed cypress plugin
* Fix support/index.js
* Update support/index.js
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: dvkruchinin <dvkruchinin@gmail.com>
4 years ago
Boris Sekachev
d3db54dd5d
Fixed: Issues disappear when using a zoom ( #4189 )
...
* Fixed: Issues disappear when using a zoom
* Fixed creating issues for ellipses and rotated shapes
* Updated version & changelog
4 years ago
Boris Sekachev
796991a1aa
Added intelligent function when paste labels to another task ( #4161 )
...
* Added intelligent paste labels function, added notification when remove labels from raw editor
* Adjusted raw tab behaviour
* Fixed issue with selection
* Updated version and changelog, removed previous implementation
* Removed outdated comment
* Additional checks on the server
* Added check for default boolean attr
* Updated version
* Conditionally show lost labels/attributes
* Remove labels only when create
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
4 years ago
Boris Sekachev
1d084c48b1
Fixed bug: canvas is busy (at least one reproducing way) ( #4151 )
...
* Fixed bug: canvas is busy (at least one reproducing way)
* Updated version & changelog
* Fixed license headers
4 years ago
Boris Sekachev
b85a4ad77c
Added support of ellipses ( #4062 )
4 years ago
Boris Sekachev
cd1f89eb01
Fixed statistics modal when the job is assigned to someone ( #4144 )
...
* Fixed statistics modal when the job is assigned to someone
* Updated version
4 years ago
Andrey Zhavoronkov
b7a50acff2
Added information about OpenVINO toolkit to login page ( #4077 )
...
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
4 years ago
Boris Sekachev
1cd2ea06b0
Fixed copy/paste for rotated shapes ( #4061 )
...
* Fixed copy/paste for rotated shapes
* Updated version
* Fixed issue with cropping rotated box after paste
* Checking constraints not only when create, but also when paste
* Do not enable autoborders when paste shape
* Fixed test. Getting circles coordinates is not correct way to check coordinates matching because they are in different coordinate spaces
* Using dedicated function to get points
4 years ago
Nikita Manovich
4708b5ecf8
IAM: Open Policy Agent integration ( #3788 )
...
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
4 years ago
Andrey Zhavoronkov
32d9fb09be
Project backups ( #3852 )
4 years ago
Dmitry Kalinin
579bfb38c3
Project import simple implementation ( #3790 )
4 years ago
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
Snyk bot
9afb9d01df
fix: upgrade @types/lodash from 4.14.169 to 4.14.170 ( #3322 )
...
Snyk has created this PR to upgrade @types/lodash from 4.14.169 to 4.14.170.
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
Snyk bot
623b14e030
fix: upgrade @types/react from 16.14.6 to 16.14.7 ( #3324 )
...
Snyk has created this PR to upgrade @types/react from 16.14.6 to 16.14.7.
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
dc9f679382
fix: upgrade rc-menu from 8.10.7 to 8.10.8 ( #3311 )
...
Snyk has created this PR to upgrade rc-menu from 8.10.7 to 8.10.8.
See this package in npm:
https://www.npmjs.com/package/rc-menu
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
72fdef4335
Az/import export tasks ( #3056 )
...
* initial version of task export/import feature
* fixed tests
* CLI
* fix comments
* updated license headers
* fix eslint issues
* fix comments
* fixed comments
* reverted changes in *.md files
* fixed comments
* fix pylint issues
* fix import for share case
* improved unit tests
* updated changelog
* fixed Maria's comments
* fixed comments
* Fixed position of create new task button
* Fixed span position
* fixed comments
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Boris Sekachev
5bb26ce669
Some JS code was simplified by using css, a reported issue was fixed in this way ( #3289 )
...
* Some JS code was simplified by using css
* Updated version & changelog
* Fixed shortcut
5 years ago
Snyk bot
8d05691f87
fix: upgrade @types/react-dom from 16.9.12 to 16.9.13 ( #3284 )
...
Snyk has created this PR to upgrade @types/react-dom from 16.9.12 to 16.9.13.
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
88d3259621
fix: upgrade @types/lodash from 4.14.168 to 4.14.169 ( #3276 )
...
Snyk has created this PR to upgrade @types/lodash from 4.14.168 to 4.14.169.
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
Roman Donchenko
d15a3199c2
Fix many spelling errors ( #3244 )
...
* Fix spelling errors
* Bump version numbers after the spelling fixes
* Fix OSX build (os.mknod requires super-priviligies)
* Fixed eslint warnings.
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Snyk bot
241fb487ab
fix: upgrade @types/react-router from 5.1.13 to 5.1.14 ( #3249 )
...
Snyk has created this PR to upgrade @types/react-router from 5.1.13 to 5.1.14.
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
d14c26a32f
fix: upgrade @types/react from 16.14.5 to 16.14.6 ( #3237 )
...
Snyk has created this PR to upgrade @types/react from 16.14.5 to 16.14.6.
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
Dmitry Kalinin
a17d054e0b
Project tasks loading only when needed ( #3223 )
...
* Tasks loading only when needed
* Fixed project page
* Added CHANGELOG, increased packages versions
* Update CHANGELOG.md
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* Fixed comments
* Fixed overflow issue
* Fixed reducer issue
* Fixed cvat-core tests
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Boris Sekachev
6f52ef30e4
Support of context images for 2D tasks ( #3122 )
5 years ago
Snyk bot
2dfb3d071c
fix: upgrade redux from 4.0.5 to 4.1.0 ( #3193 )
...
Snyk has created this PR to upgrade redux from 4.0.5 to 4.1.0.
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
fd09d23622
fix: upgrade react-redux from 7.2.3 to 7.2.4 ( #3194 )
...
Snyk has created this PR to upgrade react-redux from 7.2.3 to 7.2.4.
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=upgrade-pr
5 years ago
Dmitry Kalinin
a5a187560b
Updated browserslist ( #3160 )
5 years ago
Dmitry Kalinin
f32f5f4bee
Fixed reset password link unavailable ( #3140 )
...
* Fixed action call order
* Added CHANGELOG, incresed npm version
5 years ago
Snyk bot
4ceb5da244
fix: upgrade @types/react-router from 5.1.12 to 5.1.13 ( #3098 )
...
Snyk has created this PR to upgrade @types/react-router from 5.1.12 to 5.1.13.
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
6988e2b98f
fix: upgrade react-redux from 7.2.2 to 7.2.3 ( #3089 )
...
Snyk has created this PR to upgrade react-redux from 7.2.2 to 7.2.3.
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=upgrade-pr
5 years ago
Snyk bot
94eba43696
fix: upgrade @types/react-dom from 16.9.11 to 16.9.12 ( #3088 )
...
Snyk has created this PR to upgrade @types/react-dom from 16.9.11 to 16.9.12.
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
7c5d71d228
fix: upgrade @ant-design/icons from 4.5.0 to 4.6.2 ( #3081 )
...
Snyk has created this PR to upgrade @ant-design/icons from 4.5.0 to 4.6.2.
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
Boris Sekachev
7524202492
Added hotkeys to change labels ( #3070 )
...
* temp commit
* Added ability to change default label and object label by using Ctrl+{number}
* Removed extra changes
* Minor refactoring
* Added ability to change assigned keys
* Redesigned popover
* Added changelog record & updated version
* Added memoization
* Some minor changes
* Applied comments
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
5 years ago
Dmitry Agapov
d2a1d12fba
Integration with an internal training server ( #2785 )
...
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Dmitry Kalinin
57844134e9
Fixed settings warning message ( #3046 )
...
* Fixed warning message
* increased npm version
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Boris Sekachev
8f426abdb5
Added filters and sorting options for job list, added tooltip for tasks filters ( #3030 )
...
* Added filters & sorters for job list
* Added tooltip
* Updated version & changelog
* Added tooltip for project search
* Fixed eslint
5 years ago
Snyk bot
691ed65024
fix: upgrade @types/react from 16.14.4 to 16.14.5 ( #3029 )
...
Snyk has created this PR to upgrade @types/react from 16.14.4 to 16.14.5.
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
1f56fd286c
Added switcher to maintain poylgon crop behaviour ( #2961 ) ( #3021 )
...
* Added switcher to maintain poylgon crop behaviour (#2961 )
* Updated versions & changelog
5 years ago
Snyk bot
57385fa762
fix: upgrade react-resizable from 1.11.0 to 1.11.1 ( #3022 )
...
Snyk has created this PR to upgrade react-resizable from 1.11.0 to 1.11.1.
See this package in npm:
https://www.npmjs.com/package/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
5 years ago
Snyk bot
dc589fdd51
fix: upgrade redux-devtools-extension from 2.13.8 to 2.13.9 ( #3023 )
...
Snyk has created this PR to upgrade redux-devtools-extension from 2.13.8 to 2.13.9.
See this package in npm:
https://www.npmjs.com/package/redux-devtools-extension
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
73d7fd0b63
Fixed unsupported methods ( #3008 )
5 years ago
manasars
538bc937d0
CVAT 3D - Milestone-4 ( #2891 )
...
* CVAT 3D Annotation - Added initial cuboid placement in all views
* Fixed MACOS issue for upload of zip files
* Fixed camera axis centre issue
* Fixed ESLint import issues
* Fixed context image fit issue and resizing possible on entire grey line between views
* Fixed the multiple interection point issue
* Fixed Naming convention as per SOW
* Trigger notification
* Reverted code to test cypress tests
* Fixed review comments
* Included tooltip and added actions for keys and UIOJKL buttons
* Merged dev code, updated changelog and minor fixes
* Fixed camera positioning issue in Top View
* Reverted kubernetes auto-corrected code
* Reverted kubernetes code
Co-authored-by: cdp <cdp123>
5 years ago
Snyk bot
476bd76348
fix: upgrade @types/react-router from 5.1.11 to 5.1.12 ( #2997 )
...
Snyk has created this PR to upgrade @types/react-router from 5.1.11 to 5.1.12.
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
Vitaliy Nishukov
11d818dac2
Annotations filters new UI ( #2871 )
...
* Filters new UI implemented
* Build fix
* ESLint unmached pattern error fix
* ESLint unmached pattern error fix in cvat-ui
* ESLint unmached pattern error fix in github action workflow
* Old test exclude from jest scope
* Build fix
* Build fix 1
* Build fix 2
* Tests failure fix
* Review comments fix 1 and lock-hide test fix
* lock-hide test fix
* packages fix for cor & ui
* Review comments fix
* Top bar right group layout justify fix
* Annotation page header responsive fix
* Filters modal layout fix
* Build fix. E2E case 13 workaround
* Linters fix
* Recently used empty rows fix
* Comparable fields config fix
* Build linters fix
* Minor fixes
* Fixed broken navigation
* Fixed createObjectURL
* Removed extra import
* Fixed issues with attributes
* Extra line were removed
* Fixed typos
* All renamed clientID -> objectID
* Fixed small issues
* Code refactoring
* Fixed dot-contained names
* Reordered import
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Snyk bot
750d9ccb0d
fix: upgrade antd from 4.12.3 to 4.13.0 ( #2988 )
...
Snyk has created this PR to upgrade antd from 4.12.3 to 4.13.0.
See this package in npm:
https://www.npmjs.com/package/antd
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
d320c7efdd
Fixed: Incorrect text on the warning when specifying an incorrect link to the issue tracker. ( #2971 )
...
* Fixed issue #2967
* Updated version & changelog
5 years ago
Boris Sekachev
dacdf37bee
Fixed: Cannot update attributes if a task contain at least one number attribute ( #2969 )
...
* Resolved issue #2968
* updated changelog & version
* Updated alignment
5 years ago
Nikita Manovich
5d4514715a
fix: upgrade @types/react-dom from 16.9.10 to 16.9.11 ( #2914 )
...
Snyk has created this PR to upgrade @types/react-dom from 16.9.10 to 16.9.11.
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
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
5 years ago
Nikita Manovich
7a35772e8b
fix: upgrade @types/react from 16.14.3 to 16.14.4 ( #2915 )
...
Snyk has created this PR to upgrade @types/react from 16.14.3 to 16.14.4.
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: snyk-bot <snyk-bot@snyk.io>
5 years ago
Nikita Manovich
8d862b3517
fix: upgrade @ant-design/icons from 4.4.0 to 4.5.0 ( #2904 )
...
Snyk has created this PR to upgrade @ant-design/icons from 4.4.0 to 4.5.0.
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
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
5 years ago