Boris Sekachev
6f0215d63b
Improved maintanance of popups visibility ( #2809 )
...
* Manual handling of popovers visibility
* Updated version & changelog, added minor comments
* Removed extra user hook
5 years ago
manasars
20e997d6ec
CVAT-3D-M3 ( #2768 )
...
* CVAT-3D Updated the Mime Types with Bin Support, added dependency of open3D
* CVAT-3D Added additional column as Dimension for engine_task table and created a relatedfiles table for PCD to Image mapping.
* Added Support for 3D file Upload in BIN and PCD.
* Added Dimension attribute defaulting to 2D for importer and exporter.
* Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers
* Modified code as per review comments
* Updated Unit test cases for 3D task creation
* Refactored Dimension Enum in UI and backend code
* Resolving conflicts
* Updated Unit Test Case
* Refactored TaskDimension to DimensionType, Simplified usage of Dimension accross classes
* Removing manually created test files
* Removing old pcd mime-type mapping
* Added test files generated by synthetic data using open3d
* Merged with develop branch latest changes
* Added libraries required for open3d
* Added files
* Added synthethic pcd,bin and img test files
* Modified test file name
* Trigger travis ci
* Modified test case to ignore 3D preview images
* Trigger notification
* Deleting DS Store files
* Modified test cases as per review comments
* Checking pre-commit hook
* Fixed Lint issues - precommit hook verification
* Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show
* Modified changes
* Added canvas3D for 3D Perspective
* Added missing files
* Added code to get image context for 3D view
* Codacy check for stylesheet
* Modified frame navigantion for 3D View
* Modified style for context-image
* Trigger notification
* Added Support for 3D file Upload in BIN and PCD.
* Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers
* Modified code as per review comments
* Refactored Dimension Enum in UI and backend code
* Merged with develop branch latest changes
* Added files
* Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show
* Modified changes
* Added canvas3D for 3D Perspective
* Added missing files
* Added code to get image context for 3D view
* Codacy check for stylesheet
* Modified frame navigantion for 3D View
* Modified style for context-image
* Changed cvat-data lint issues
* Modified to use opencv as per review comments
* Removed unwanted imports
* Fixed css and added usage of hooks
* Merged Develop branch code
* Removed unused data structures
* Removed unused data structures
* Refactored unused data structures
* Added three js dependency in cvat ui package-lock.json
* Merged develop branch code and refactored code
* Fixed snyk issue
* Modified Camera Icon in photo-context
* Update icons.tsx
* Remove unused svg file
* Modified changelog file
* Added changes for CVAT-3D Milestone3
* Added missing line as per codacy check
Co-authored-by: cdp <cdp123>
5 years ago
Dmitry Kruchinin
c81826d0f2
Linter / Eslint ( #2811 )
5 years ago
Dmitry Kruchinin
0d99bec0cd
Cypress test. Dump/Upload annotation. ( #2771 )
...
* Add css classes.
* Add some functions for test
* Cypress test. Dump/Upload annotation.
* Increase Cypress version to 6.4.0
* Added css classes for projects
* Replace dowloadFolder parameter
* Commands adaptation to 6.4.0
* Tests adaptation
* Additional changes related to migration to 6.4.0
* some fix
* Update cvat-ui/src/components/project-page/details.tsx
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* Update cvat-ui/src/components/project-page/details.tsx
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* Apply comment
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Nikita Manovich
68b3e71ffa
fix: upgrade antd from 4.11.1 to 4.11.2 ( #2821 )
...
Snyk has created this PR to upgrade antd from 4.11.1 to 4.11.2.
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
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
5 years ago
Dmitry Kalinin
5504ba19aa
Label name editing ( #2806 )
...
* Label name edition
* Added wrong label id handling
* Restored missed logging
5 years ago
Andrey Zhavoronkov
383e6ecc2a
fix: upgrade @types/react-redux from 7.1.15 to 7.1.16 ( #2801 )
...
Snyk has created this PR to upgrade @types/react-redux from 7.1.15 to 7.1.16.
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
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
5 years ago
Dmitry Kalinin
e43707d779
Project task subsets ( #2774 )
...
* Added task project subsets
* Added components list key
* Added subset field resetting and subset header
* Added CHANGELOG and increased npm package version
* Added replacing camelcase to snake
5 years ago
Andrey Zhavoronkov
98388f5a46
fix: upgrade antd from 4.10.3 to 4.11.1 ( #2805 )
...
Snyk has created this PR to upgrade antd from 4.10.3 to 4.11.1.
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
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
5 years ago
Dmitry Kruchinin
72bd4ae672
Cypress test. Settings. Player speed. ( #2758 )
...
* Cypress test. Settings. Player speed.
* Add css classes.
* Update the test.
* Add speed compare slower and fast to covarage line
5 years ago
Boris Sekachev
9a56e7edd5
Shared tooltip component with common settings [Refactoring only] ( #2783 )
...
* Popover trigger on click, shared tooltip component
* Aborted trigger
* Updated version
5 years ago
Dmitry Kruchinin
f49eec7fba
Add "id" to sidebar issue item. Update Cypress test. ( #2784 )
...
* Add id to sidebar issue item.
* Test adaptation
* Some fix
* Apply comments.
5 years ago
Nikita Manovich
97cb892844
IOG serverless function + some fixes ( #2578 )
...
* Initial version of Inside Outside Guidance serverless function
* Support neg_points in interactors
* Improved deployment process of serverless functions
* Improve installation.md for serverless functions.
* Update CHANGELOG, use NUCLIO_DASHBOARD_DEFAULT_FUNCTION_MOUNT_MODE as
recommended by nuclio developers.
* Disable warning from markdown linter about max line length for a table.
* Fix IOG function with conda environment
* Fix tensorflow matterport/mask_rcnn
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Nikita Manovich
6cd61a46a6
fix: upgrade @ant-design/icons from 4.3.0 to 4.4.0 ( #2786 )
...
Snyk has created this PR to upgrade @ant-design/icons from 4.3.0 to 4.4.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
Nikita Manovich
454f1915c1
fix: upgrade antd from 4.10.2 to 4.10.3 ( #2782 )
...
Snyk has created this PR to upgrade antd from 4.10.2 to 4.10.3.
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
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
5 years ago
Boris Sekachev
2da29e4f0b
Do not call HOC component each render ( #2780 )
...
* Fixed issue #2753
* Updated version & changelog
* Wire opencv popover via HOC
5 years ago
Nikita Manovich
0c0c6093a1
fix: upgrade @types/lodash from 4.14.167 to 4.14.168 ( #2781 )
...
Snyk has created this PR to upgrade @types/lodash from 4.14.167 to 4.14.168.
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: snyk-bot <snyk-bot@snyk.io>
5 years ago
Boris Sekachev
967b8c5076
Fixed a lot of low & several high vulnerabilities found by npm audit ( #2775 )
...
* npm audit fixes
* Removed extra dependency cvat-data from cvat-ui
5 years ago
manasars
5c67846c20
CVAT-3D Milestone2 ( #2645 )
...
* CVAT-3D Updated the Mime Types with Bin Support, added dependency of open3D
* CVAT-3D Added additional column as Dimension for engine_task table and created a relatedfiles table for PCD to Image mapping.
* Added Support for 3D file Upload in BIN and PCD.
* Added Dimension attribute defaulting to 2D for importer and exporter.
* Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers
* Modified code as per review comments
* Updated Unit test cases for 3D task creation
* Refactored Dimension Enum in UI and backend code
* Resolving conflicts
* Updated Unit Test Case
* Refactored TaskDimension to DimensionType, Simplified usage of Dimension accross classes
* Removing manually created test files
* Removing old pcd mime-type mapping
* Added test files generated by synthetic data using open3d
* Merged with develop branch latest changes
* Added libraries required for open3d
* Added files
* Added synthethic pcd,bin and img test files
* Modified test file name
* Trigger travis ci
* Modified test case to ignore 3D preview images
* Trigger notification
* Deleting DS Store files
* Modified test cases as per review comments
* Checking pre-commit hook
* Fixed Lint issues - precommit hook verification
* Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show
* Modified changes
* Added canvas3D for 3D Perspective
* Added missing files
* Added code to get image context for 3D view
* Codacy check for stylesheet
* Modified frame navigantion for 3D View
* Modified style for context-image
* Trigger notification
* Added Support for 3D file Upload in BIN and PCD.
* Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers
* Modified code as per review comments
* Refactored Dimension Enum in UI and backend code
* Merged with develop branch latest changes
* Added files
* Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show
* Modified changes
* Added canvas3D for 3D Perspective
* Added missing files
* Added code to get image context for 3D view
* Codacy check for stylesheet
* Modified frame navigantion for 3D View
* Modified style for context-image
* Changed cvat-data lint issues
* Modified to use opencv as per review comments
* Removed unwanted imports
* Fixed css and added usage of hooks
* Merged Develop branch code
* Removed unused data structures
* Removed unused data structures
* Refactored unused data structures
* Added three js dependency in cvat ui package-lock.json
* Merged develop branch code and refactored code
* Fixed snyk issue
* Modified Camera Icon in photo-context
* Update icons.tsx
* Remove unused svg file
* Modified changelog file
Co-authored-by: cdp <cdp123>
5 years ago
Boris Sekachev
e0fc323a4d
Intelligent scissors with OpenCV javascript ( #2689 )
...
* Some UI implementations
* Added opencv wrapper
* Updated Opencv wrapper
* Moved initialization stub
* Added threshold
* Setup interaction with canvas
* Fixed couple of issues
* Added threshold, changing size via ctrl
* tmp
* Aborted host change
* Fixed threshold
* Aborted host
* Some fixes
* Using ready label selector
* Raw implementation
* Added additional arguments
* Fixed some minor issues
* Removed unused file
* Fixed tool reset
* Added short instructions to update opencv.js
* Fixed corner case
* Added error handler, opencv version, updated cvat_proxy & mod_wsgi
* OpenCV returned back
* Using dinamic function instead of script
* Updated changelog & version
5 years ago
Dmitry Kruchinin
a9673b5a65
Cypress test. Create task with files from remote sources. ( #2718 )
...
* Cypress test. Create a task with files from remote sources.
* Add css class for notification.
* Minor fix.
* Add css class
* Apply comments.
5 years ago
Andrey Zhavoronkov
038840bfcb
fix: upgrade @types/react-router from 5.1.10 to 5.1.11 ( #2746 )
...
Snyk has created this PR to upgrade @types/react-router from 5.1.10 to 5.1.11.
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
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
5 years ago
Boris Sekachev
0380460041
Fixed a couple of css-related issues ( #2736 )
...
* Fixed some css
* Aborted extra changes
* Updated version & changelog
* Fixed test
5 years ago
Nikita Manovich
cb31c0a388
fix: upgrade @types/react-router from 5.1.9 to 5.1.10 ( #2728 )
...
Snyk has created this PR to upgrade @types/react-router from 5.1.9 to 5.1.10.
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
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
5 years ago
Boris Sekachev
16b7915ae2
Fixed: The list of files attached to the task is not displayed ( #2706 )
...
* Fixed: The list of files attached to the task is not displayed
* Updated changelog & version
5 years ago
Boris Sekachev
d48cc53e76
Fixed: Cuboids are missed in annotations statistics ( #2704 )
...
* Fixed: Cuboids are missed in annotations statistics
* Updated changelog & version
5 years ago
abaart
0561076468
Fix reject of color hex that contains uppercase letters ( #2673 )
5 years ago
Dmitry Kruchinin
23adfb663f
Cypress test. Create task without necessary arguments. ( #2685 )
...
* Add the test.
* Add css classes.
* Add cypress test. Try to create a task without necessary arguments.
* Update copyright year
* Add step for deleting the task.
* Apply comments.
* Apply comments.
5 years ago
Dmitry Kruchinin
c1a11b1de5
Cypress test. Annotation filters help window. ( #2701 )
...
* Add css class to annotation filters help window.
* Add cypress test. Annotation filters help window.
* Change context
* Some changes.
5 years ago
Nikita Manovich
c62949b3fc
fix: upgrade @types/lodash from 4.14.166 to 4.14.167 ( #2710 )
...
Snyk has created this PR to upgrade @types/lodash from 4.14.166 to 4.14.167.
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: snyk-bot <snyk-bot@snyk.io>
5 years ago
Nikita Manovich
f3c00a2f6e
fix: upgrade @types/react-redux from 7.1.14 to 7.1.15 ( #2709 )
...
Snyk has created this PR to upgrade @types/react-redux from 7.1.14 to 7.1.15.
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
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
5 years ago
Andrey Zhavoronkov
e4da53387b
fix: upgrade @types/react-router-dom from 5.1.6 to 5.1.7 ( #2699 )
...
Snyk has created this PR to upgrade @types/react-router-dom from 5.1.6 to 5.1.7.
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: snyk-bot <snyk-bot@snyk.io>
5 years ago
Dmitry Kalinin
ff85fe0006
Fixed styles for filters select ( #2614 )
...
* Fixed styles for filters select
* Added CHANGELOG
* Aborted style changes
* Aborted style changes
* Aborted version
* Fixed couple of bugs
* Updated version
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Snyk bot
2d889c31c8
fix: upgrade @types/react-router from 5.1.8 to 5.1.9 ( #2680 )
...
Snyk has created this PR to upgrade @types/react-router from 5.1.8 to 5.1.9.
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
c0c1bbcce6
Updated antd version, removed extra package from package.json ( #2669 )
...
* Updated antd version, removed extra package from package.json
* Updated version & changelog
* Aborted extra changes
5 years ago
Snyk bot
8ceeebed65
fix: upgrade @types/react-redux from 7.1.12 to 7.1.14 ( #2671 )
...
Snyk has created this PR to upgrade @types/react-redux from 7.1.12 to 7.1.14.
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
a4616f8794
fix: upgrade @types/lodash from 4.14.165 to 4.14.166 ( #2672 )
...
Snyk has created this PR to upgrade @types/lodash from 4.14.165 to 4.14.166.
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
DmitriyOparin
649f962bec
Update cypress test. Create project fail. Update project fail. Delete project fail. ( #2623 )
...
* add test
* add cssSelectors and change cvat-ui version
* fix test if it is running at firefox
* change ant to cvat cssSelector
* improvements by comments
Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
Dmitry Kruchinin
41626ebabf
Cypress test. Feedback button. ( #2637 )
...
* Add css class
* Cypress test. Feedback button, popover content
* Rework check a.href value
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
DmitriyOparin
a7a23d4bfa
Update cypress test. Create task fail. Update task fail. Delete task fail. ( #2622 )
...
* add test
* add className for elements and chage cvat-ui version
* change ant to cvat cssSelector
* fix test if it is running at firefox
* improvements by comments
* fix fail
Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
Snyk bot
a5ded53228
fix: upgrade @types/react-redux from 7.1.11 to 7.1.12 ( #2639 )
...
Snyk has created this PR to upgrade @types/react-redux from 7.1.11 to 7.1.12.
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
manasars
069fadc053
CVAT-3D: support lidar data on the server side ( #2534 )
...
* CVAT-3D Updated the Mime Types with Bin Support, added dependency of open3D
* CVAT-3D Added additional column as Dimension for engine_task table and created a relatedfiles table for PCD to Image mapping.
* Added Support for 3D file Upload in BIN and PCD.
* Added Dimension attribute defaulting to 2D for importer and exporter.
* Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers
Co-authored-by: cdp <cdp123>
5 years ago
Dmitry Kruchinin
09794c52c9
Cypress test. Review pipeline feature. ( #2555 )
...
* First step
* Second step.
* Third step
* Fourth step
* Fifth step.
* Added css classes. Added commands. Finish writing the test.
* Some fix
* Updated version
* Some tests adaptation
* Rework saveJob() command
* Tests adaptation.
* Apply comments
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
DmitriyOparin
67c3d6b459
Update cypress test. Fail login. ( #2618 )
...
* added new steps with incorrect user and password
* added className and change cvat-ui version
* improvements closeNotification function
* fixed if it running at firefox
* added className
* fix space on string
* added closeNotification in step
* improvements by comments
Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
DmitriyOparin
a04d95dfc5
Update cypress test. Change password fail. ( #2619 )
...
* added step change password with incorrect password
* added cssSelectors for elements and changed cvat-ui version
* rename step
* improvements by comment
* fix if test running in firefox
Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
DmitriyOparin
e4c5a78774
Upgrade cypress test. Add check filter history. ( #2588 )
...
* add test
* add cssSelector for elements and update cvat-ui versions
* added step for verify select two filters
* rework by comments
* improved selection of two filters
* improvements by comments
Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
Dmitry Kruchinin
01d35c8794
Cypress test. Issue 2625. ( #2629 )
...
* Add css class for modal window.
* Add cypress test
* Move base_actions_project_task_user.js to another folder.
This folder will not be available when running through Firefox
* Rework cypress main configs.
* Add assert
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Boris Sekachev
b41afad395
Fixed annoying warnings from cvat-canvas ( #2627 )
5 years ago
Boris Sekachev
c89cca7038
Added css classes depending on popover state ( #2624 )
...
* Added css classes depending on popover state
* Updated version
* Visibility handling for rotation
* Minor fixes
5 years ago
Dmitry Kruchinin
ddd1c08963
Fix multiple tests for the Firefox browser ( #2615 )
...
* Add css class for modal window
* support/index.js adaptation
* Several tests adaptation
* Apply comments.
* Applying comments.
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Boris Sekachev
33b9f8bc55
Fixed project removing ( #2626 )
...
* Fixed project removing
* Updated changelog
5 years ago
Snyk bot
9bce3d6f4a
fix: upgrade @types/react from 16.14.1 to 16.14.2 ( #2579 )
...
Snyk has created this PR to upgrade @types/react from 16.14.1 to 16.14.2.
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 Kruchinin
2c88e2ddb5
Cypress test. Drawing with predefined number points. ( #2583 )
...
* Cypress test. Drawing with predefined number of points.
* Updated version.
* Fix typo
* Add css class for modal window.
Rework cypress command for remove annotation.
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin
8285e8bdd1
Cypress test. Search task feature. ( #2599 )
...
* Add css class to search task placeholder
* Cypress test. Search task feature.
* Finish write the test.
* Some fix
* Add some options for search
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin
e6e6be94f9
Cypress test. Label constructor. Color label. ( #2568 )
...
* Cypress test. Label constructor. Color label.
One test adaptation.
* Fix test case22. Disable checking tag name.
* Some fix.
* Add css classes. Update cypress command.
* Version updated
* Some rework case22
Co-authored-by: Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
DmitriyOparin
dff11d1ada
Upgrade cypress test. Login and logout. ( #2574 )
...
* added new steps
* added cssSelector for task name element
Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
DmitriyOparin
68dfa5da64
Cypress test. Attribute annotation mode zoom margin feature. ( #2573 )
...
* add test
* improvements test
* improvements other tests
* add cssSelectors
* small improvements
Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
DmitriyOparin
ca62b6b215
Cypress test. Collapse sidebar/apperance. ( #2549 )
...
* add test
* add className for hide/unhide appearance
* change version cvat-ui
* change version cvat-ui
* step get value moved to before method
* small fix
* small improvements
Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
Snyk bot
86d3f92999
fix: upgrade @types/react from 16.9.56 to 16.14.1 ( #2565 )
...
Snyk has created this PR to upgrade @types/react from 16.9.56 to 16.14.1.
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
c866d0c1e7
fix: upgrade @types/react-dom from 16.9.9 to 16.9.10 ( #2566 )
...
Snyk has created this PR to upgrade @types/react-dom from 16.9.9 to 16.9.10.
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
dependabot[bot]
f265b3006c
Bump ini from 1.3.5 to 1.3.8 in /cvat-ui ( #2564 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Boris Sekachev
e8bd31c415
Antd4 migration minor fixes found on cvat.org ( #2561 )
...
* Fixed: 'Cannot read property key of undefined'
* Removed extra pagination parameters
* Fit canvas when collapsed
* Fixed task completion indicator
* Added reviewer info to serialized copy
* Updated version
5 years ago
Boris Sekachev
94dda5a7c5
Reset attributes field
5 years ago
Boris Sekachev
5ed4b702ed
Avoid unmounting component when updating a task
5 years ago
Boris Sekachev
02faec0797
Fixed some icons
5 years ago
Boris Sekachev
4c10fc90f6
Fixed test, improved code
5 years ago
Boris Sekachev
c2479dffbf
Fixed styles&& user selector
5 years ago
Boris Sekachev
26b2276c42
Merged develop
5 years ago
Boris Sekachev
473d69991c
Merge pull request #2545 from openvinotoolkit/bs/enabled_ability_change_positions_aam
...
Abort PR #2506 by customer request
5 years ago
Boris Sekachev
91162ecaab
Fixed a couple of tests
5 years ago
Boris Sekachev
c0c9074587
Abort PR #2506 by customer request
5 years ago
Boris Sekachev
355afcba7b
Fixed reducer
5 years ago
Boris Sekachev
cf99cd6086
using DidMount instead of DidUpdate
5 years ago
Boris Sekachev
b89ea5841f
Updated version & changelog
5 years ago
Boris Sekachev
4bf798b891
Merge branch 'develop' into bs/fixes
5 years ago
Boris Sekachev
1766eeec32
Fixed some not critical issues
5 years ago
Boris Sekachev
e9fc542dbc
Aborted extra change
5 years ago
Boris Sekachev
ccaca4526d
Fixed one more usecase, simplified the code
5 years ago
Boris Sekachev
df76d21d51
Updated changelog & version
5 years ago
Boris Sekachev
8a793af17f
Removed extra compatible package
5 years ago
Boris Sekachev
d9ed2502d1
Fixed a couple of tests
5 years ago
Boris Sekachev
195028f6d2
Minor fixes in labels editor
5 years ago
Boris Sekachev
bf21c29219
Fixed merged tests
5 years ago
Boris Sekachev
b771780d68
Merge branch 'develop' into bs/antd4_migration
5 years ago
Boris Sekachev
6505c01bc1
Fixed some of tests
5 years ago
Boris Sekachev
9bca53577e
Merged develop
5 years ago
Boris Sekachev
a627713bfc
Fixed autocomplete
5 years ago
Boris Sekachev
c1ddd637b4
Added minor changes
5 years ago
Boris Sekachev
6883ee3155
Minor fixes
5 years ago
Dmitriy Oparin
ddb225da04
add className for elements
5 years ago
Boris Sekachev
e22dd019e3
Fixed models initialization
5 years ago
Boris Sekachev
d296f91a2c
Updated version & changelog
5 years ago
Boris Sekachev
06b6ddbf45
Merge branch 'develop' into dk/login-redirect
5 years ago
Boris Sekachev
6a779a79fc
Login with next, alternative implementation
5 years ago
Boris Sekachev
b09d4e0fe5
Merge pull request #2512 from dvkruchinin/dkru/cypress-test-issue-2485
...
Cypress test. Issue 2485.
5 years ago
Boris Sekachev
a60fd76f0d
Label form
5 years ago
Boris Sekachev
ae14894796
Project form, raw label form
5 years ago
Boris Sekachev
87f360aa13
Basic & advanced configuration forms
5 years ago
Boris Sekachev
4a0cf6b0f8
Part of forms was updated
5 years ago
Boris Sekachev
55f4d95e67
Fixed icons
5 years ago
Boris Sekachev
e4a8159ca1
Reset state after logout & changing a job
5 years ago
Kruchinin
3aa520a340
Updated version
5 years ago
Kruchinin
0ad297504f
Merge branch 'develop' of https://github.com/openvinotoolkit/cvat into dkru/cypress-test-issue-2485-2
5 years ago
Kruchinin
5ab48d8fd5
Updated version.
5 years ago
Kruchinin
6d449dc3a5
Merge branch 'develop' of https://github.com/openvinotoolkit/cvat into dkru/cypress-test-issue-2485-2
5 years ago
Dmitriy Oparin
fa0752cbca
change version
5 years ago
Dmitriy Oparin
ef7db5055d
Merge branch 'develop' into upstream/do/cypress_test_case_22_tag_annotation_mode
5 years ago
Kruchinin
a46a2466c8
Cypress test. Navigation to empty frames.
...
Added some classes requared for test.
Updated version.
5 years ago
Boris Sekachev
7febefe29e
Updated version
5 years ago
Boris Sekachev
7052633b56
Merged develop
5 years ago
Boris Sekachev
3a51f81e98
Merge branch 'develop' into bs/label_selector_refactoring
5 years ago
Boris Sekachev
7ebc8d02df
Merge branch 'develop' into bs/fixed_issue_2516
5 years ago
Dmitriy Oparin
55f49bcab4
change version cvat-ui
5 years ago
Dmitriy Oparin
962868831c
fix className for cvat-tag-annotation-sidebar-checkbox-skip-frame element
5 years ago
Boris Sekachev
2c132012c2
Merged develop
5 years ago
Dmitriy Oparin
4167d39a63
Merge branch 'develop' into upstream/do/cypress_test_case_22_tag_annotation_mode
5 years ago
Boris Sekachev
d2ab7ef480
Merged develop
5 years ago
Boris Sekachev
2cdc7aeef0
Updated changelog & version
5 years ago
Boris Sekachev
fc1c60f735
Fixed issue 2516
5 years ago
Dmitriy Oparin
0265313d56
typos fixed in className
5 years ago
Boris Sekachev
fcc15ced82
Merged develop
5 years ago
Boris Sekachev
d6ac8cc5be
[Dependent] Simple Review Pipeline (Client) ( #2357 )
...
* tmp
* Removed migration
* Rebased
* Added signals & rating
* Updated API views
* Added reviewer serializer
* Added permissions
* Fixed some code issues
* Fixed swagger docs
* Some fixes
* Updated api method to create review
* Added some API tests & some fixes
* Added some tests
* Removed extra code
* cvat-core, basic review view
* Removed extra components
* Fixed context menu
* Added api method to canvas, removed extra files
* Implemented roi selection
* Added method to display rois on canvas
* Updated README.md
* Create issue dialog, some fixes
* Setup chat dialog windows
* Code refactoring
* Some fixes
* Small enhancement
* Fixed core tests, removed extra code
* A couple of fixes on canvas
* Canvas issues highlighting
* Small UX fix
* Fixed width of chat
* Code refactoring
* Added dialogs & review summary
* Fixed tests
* Fixed bug during rendering
* Applied changes from client part
* Fixed bugs in tests
* Added docs & setup plugins in cvat-core
* Aborted cypress changes
* Fixed comments
* Removed extra change
* Renamed fields
* Updated versions, fixed some comments
* Merged develop
* Merged develop
* Removed extra changes
* Removed extra changes
* Fixed tests
* Fixed scale & animation
* Using hull instead of the whole set of points
* Fixed minor issue
* Added additional logic to improve UX
* Updated task instance after review submitting
* Removed extra dependenci from package lock
* Fixed REST API test
* Removed /comments/<id> [PUT]
* /issue/comments/create [POST] -> /comments [POST]
* /job/<id>/reviews/create [POST] -> /reviews [POST]
* [PATCH] /issue/<id>/resolve(reopen) -> [PATCH] /issue/id
* Minor fix
* Updated till the latest REST APi
* Fixed test
* Reviewed review summary
* Review summary client-side
* Removed unused import
* Checking permissions client side
* Checking job permissions
* UP issue dialog onmouseout
* Added shadow & pressenter event
* Added ref initial value
* Using the same box shadow in the whole project
* Removed extra files in the patch
* Removed extra files in the patch
* Updated versions
* Updated changelog
* Fixed merge issue
* Set updated flag on changing a reviewer
* Fixed submit review modal
* Two minor issue fixed
* Searching issues & additional sidebar tab
* Show text for locked objects
* Fixed permissions for reviewers
* Fixed typos
* Fixed review request/submit actions, added action to finish a job
* Star rating instead
* Fixed migration
* Removed animation, updated blur/highlight behaviour, updated hiddel labels position
* Hide/show issues button, adjusted header
* Context menu & buttons
* Removed ability to select an object in region selector
* Do not show issues in AAM & tag annotation
* Fixed jest tests
* Fixed: cannot read property label of undefined
* Getting hull before creating the issue
* Added ability to leave quick comment one of latest
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Maya
d52d5baab4
Merge branch 'develop' into mk/share_without_copying_
5 years ago
Boris Sekachev
400d868f11
Merge pull request #2500 from openvinotoolkit/snyk-upgrade-fcadf596ce230dff6ebe7fd6464f940d
...
[Snyk] Upgrade @types/react from 16.9.55 to 16.9.56
5 years ago
Boris Sekachev
3d97c3b63a
Fixed default value
5 years ago
Boris Sekachev
19142dd262
Updated version & package json
5 years ago
Boris Sekachev
abe5da957d
Added dedicated component for label selector, added tooltip
5 years ago
Dmitriy Oparin
e4d6eb314a
change version cvat-ui
5 years ago
Dmitriy Oparin
9bdf40dc81
Merge branch 'develop' into upstream/do/cypress_test_case_22_tag_annotation_mode
5 years ago
Boris Sekachev
e2d22d3564
Updated CHANGELOG & version
5 years ago
Boris Sekachev
9848946b92
Merge branch 'develop' into bs/disabled_position_editing_aam
5 years ago
Boris Sekachev
d011d20029
Merge branch 'develop' into bs/fixed_empty_frame
5 years ago
Boris Sekachev
a53bd6c44d
Disabled ability to edit positions in attribute anntation mode
5 years ago
Dmitriy Oparin
70809f045b
add className for elements
5 years ago
Boris Sekachev
f4eb7dfb8e
Updated changelog & version
5 years ago
Boris Sekachev
94a0c0d483
Fixed empty frames navigation
5 years ago
Andrey Zhavoronkov
b40da653b3
npm version++
5 years ago
Andrey Zhavoronkov
828e644837
Merge remote-tracking branch 'origin/develop' into az/get_task_preview_hotfix
5 years ago
Andrey Zhavoronkov
3e336237ab
fixed getTaskPreview exception handling, slightly improved the backend exception handling
5 years ago
Dmitry Kalinin
c61402522e
Added CHANGELOG and npm version
5 years ago
Dmitry Kalinin
0c4f8882e1
Fixed projects layout
5 years ago
snyk-bot
441b1d41c2
fix: upgrade @types/react from 16.9.55 to 16.9.56
...
Snyk has created this PR to upgrade @types/react from 16.9.55 to 16.9.56.
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
Maya
c1da108f6c
Merge branch 'develop' into mk/share_without_copying_
5 years ago
Maya
0835f26e25
Added handling of the case when a shared files are no longer available
5 years ago
Boris Sekachev
1f43a2b96e
Added css classes for cypress
5 years ago
Snyk bot
37a8212592
fix: upgrade @types/react-redux from 7.1.10 to 7.1.11 ( #2488 )
...
Snyk has created this PR to upgrade @types/react-redux from 7.1.10 to 7.1.11.
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
Dmitry Kalinin
879deb5a52
Projects ( #2255 )
...
Initial implementation of Projects feature to group similar tasks into one group (aka Dataset UI in the future).
5 years ago
snyk-bot
89dd555667
fix: upgrade @types/react-redux from 7.1.9 to 7.1.10
...
Snyk has created this PR to upgrade @types/react-redux from 7.1.9 to 7.1.10.
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
Boris Sekachev
f3c336cf26
Merge pull request #2471 from openvinotoolkit/bs/additional_css_classes
...
Added css classes to cypress
5 years ago
Boris Sekachev
3033e0393a
Updated version
5 years ago
Boris Sekachev
c47804b792
Added css classes to cypress
5 years ago
snyk-bot
f9a693ecf0
fix: upgrade react-color from 2.18.1 to 2.19.3
...
Snyk has created this PR to upgrade react-color from 2.18.1 to 2.19.3.
See this package in npm:
https://www.npmjs.com/package/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
5 years ago
snyk-bot
76ee798a29
fix: upgrade @types/react from 16.9.54 to 16.9.55
...
Snyk has created this PR to upgrade @types/react from 16.9.54 to 16.9.55.
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
d20cbf610c
Merge pull request #2456 from openvinotoolkit/snyk-upgrade-d24bac7053a304d7e8fb01fd8815636d
...
[Snyk] Upgrade antd from 3.26.19 to 3.26.20
5 years ago
Boris Sekachev
7d21065e8e
Merge pull request #2455 from openvinotoolkit/snyk-upgrade-28aed6a2403fd7a453270efa2a78e361
...
[Snyk] Upgrade @types/react from 16.9.53 to 16.9.54
5 years ago
snyk-bot
d7310a43fc
fix: upgrade antd from 3.26.19 to 3.26.20
...
Snyk has created this PR to upgrade antd from 3.26.19 to 3.26.20.
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
snyk-bot
bde9420d2a
fix: upgrade @types/react from 16.9.53 to 16.9.54
...
Snyk has created this PR to upgrade @types/react from 16.9.53 to 16.9.54.
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
48e9269045
fix: upgrade @types/react-dom from 16.9.8 to 16.9.9
...
Snyk has created this PR to upgrade @types/react-dom from 16.9.8 to 16.9.9.
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
Boris Sekachev
f7de2a2858
Merge pull request #2447 from openvinotoolkit/snyk-upgrade-dce6414987a1720435a2bcd6d7f65394
...
[Snyk] Upgrade react-redux from 7.2.1 to 7.2.2
5 years ago
Boris Sekachev
4ef1de0081
Merged develop
5 years ago
Boris Sekachev
0015d51909
Merged develop
5 years ago
Boris Sekachev
8e10e8eb3a
Merged develop
5 years ago
Boris Sekachev
abaf7f5c00
Merged develop
5 years ago
Boris Sekachev
dd3288080d
Merged develop
5 years ago
Boris Sekachev
6580e01695
Updated version
5 years ago
Boris Sekachev
dd2e3074ef
Merge branch 'develop' into bs/fixed_issue_2411
5 years ago
Boris Sekachev
bfac26aa46
Merge pull request #2435 from openvinotoolkit/bs/fixed_issue_2418
...
Fixed bug: all objects with a specific label cannot be displayed if a…
5 years ago
snyk-bot
68ba51d22e
fix: upgrade react-redux from 7.2.1 to 7.2.2
...
Snyk has created this PR to upgrade react-redux from 7.2.1 to 7.2.2.
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
Boris Sekachev
cf9e287e9d
Updated changelog
5 years ago
Boris Sekachev
68603ec4cf
Reset zoom option works in tag annotation mode
5 years ago
Boris Sekachev
5bfe7cb873
Fixed package version
5 years ago
Boris Sekachev
647e22c74a
Fixed package version
5 years ago
Boris Sekachev
546e30bb18
Fixed package version
5 years ago
Boris Sekachev
c0d92ed90d
Updated changelog
5 years ago
Boris Sekachev
fabd5a9134
Fixed issue: Cannot read property label of undefined
5 years ago
Boris Sekachev
47a26a58b4
Updated changelog
5 years ago
Boris Sekachev
92e4024601
Fixed: Value must be a user instance
5 years ago
Boris Sekachev
ff2a0d4d7d
Increased version, updated changelog
5 years ago
Boris Sekachev
b79b33838e
Fixed: Canvas is busy
5 years ago
Boris Sekachev
cf01dffedd
Fixed bug: wrong attribute is removed in label constructor
5 years ago
Boris Sekachev
0d9890a6f6
Fixed bug: all objects with a specific label cannot be displayed if at least one tag with the label exist
5 years ago
snyk-bot
8a1e99e6e4
fix: upgrade antd from 3.26.18 to 3.26.19
...
Snyk has created this PR to upgrade antd from 3.26.18 to 3.26.19.
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
23f5e92dbe
Additional css classes for testing
5 years ago
Dmitry Kalinin
8c2200356d
Merge remote-tracking branch 'origin/develop' into dk/user-search
5 years ago
Maya
143fe28d39
Fixes
5 years ago
Dmitry Kalinin
237d192789
Fixed PR issues
5 years ago
Dmitry Kalinin
1721682622
Added debouncing for search field
5 years ago
Maya
f5421998c6
Merge branch 'develop' into mk/share_without_copying_
5 years ago
snyk-bot
0ec7803dbe
fix: upgrade @types/react from 16.9.52 to 16.9.53
...
Snyk has created this PR to upgrade @types/react from 16.9.52 to 16.9.53.
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
fd767f95a1
fix: upgrade multiple dependencies with Snyk ( #2394 )
...
Snyk has created this PR to upgrade:
- react from 16.13.1 to 16.14.0.
See this package in npm: https://www.npmjs.com/package/react
- react-dom from 16.13.1 to 16.14.0.
See this package in npm: https://www.npmjs.com/package/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
Maya
89d572dc38
Fix disappearing of the checkbox when the button is pressed
5 years ago
snyk-bot
b9bc4e9089
fix: upgrade @types/react from 16.9.51 to 16.9.52
...
Snyk has created this PR to upgrade @types/react from 16.9.51 to 16.9.52.
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
ee7547aecb
Fixed empty user selector
5 years ago
Maya
dac61289a3
Updated versions
5 years ago
Maya
5762fddf1a
Added checkbox 'copy_data'
5 years ago
Dmitry Kalinin
0d0af4bbb7
Merge branch 'develop' into dk/ui-build-ci
5 years ago
Dmitry Kalinin
44c0bdf850
Merge branch 'develop' into dk/user-search
5 years ago
Boris Sekachev
34698d5176
Merge pull request #2368 from openvinotoolkit/bs/updated_links
...
Updated internal links in the tool
5 years ago
Dmitry Kalinin
b4b1971c3e
Fixed README
5 years ago
Dmitry Kalinin
ad03d80e0d
Added npm versions
5 years ago
Dmitry Kalinin
9e584b4191
Added user search filed for assignee
5 years ago
Boris Sekachev
3c86d92a93
fix: upgrade @types/react-router-dom from 5.1.5 to 5.1.6 ( #2363 )
...
Snyk has created this PR to upgrade @types/react-router-dom from 5.1.5 to 5.1.6.
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
5 years ago
Snyk bot
fc28c532e7
fix: upgrade moment from 2.29.0 to 2.29.1 ( #2364 )
...
Snyk has created this PR to upgrade moment from 2.29.0 to 2.29.1.
See this package in npm:
https://www.npmjs.com/package/moment
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
856003eba4
Updated internal links in the tool
5 years ago
Boris Sekachev
b2eb45e961
Updated sass ( #2367 )
5 years ago
Boris Sekachev
9c07dbfd7e
Additional CSS classes in CVAT to cypress testing ( #2366 )
5 years ago
snyk-bot
7df9c4cf1c
fix: upgrade @types/react-router-dom from 5.1.5 to 5.1.6
...
Snyk has created this PR to upgrade @types/react-router-dom from 5.1.5 to 5.1.6.
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
5 years ago
Boris Sekachev
aecbb5a7dd
tmp
5 years ago
Dmitry Kalinin
d35f472dbf
Added usage npm ci
5 years ago
Snyk bot
8697d52079
fix: upgrade @types/react from 16.9.50 to 16.9.51 ( #2359 )
...
Snyk has created this PR to upgrade @types/react from 16.9.50 to 16.9.51.
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
0576cb7872
Fixes for eslint & precommit configuration ( #2352 )
...
* Fixed some codacy configs, fixed commiting with lint-stage
* Improved code
* Fixed header
* Fixed headers
* Removed extra dependencies
* Updated some packages (fixed critical vulnerabilities)
5 years ago
Vitaliy Nishukov
7512fd6883
Reformatted ( #2349 )
5 years ago
Snyk bot
3745c70504
fix: upgrade @types/react from 16.9.49 to 16.9.50 ( #2346 )
...
Snyk has created this PR to upgrade @types/react from 16.9.49 to 16.9.50.
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
c84948f7ee
Added css classes for cypress testing ( #2344 )
5 years ago
Vitaliy Nishukov
00f6486f80
Z-Order flag in creation task process ( #2294 )
...
* Z-Order flag in creation task process has been removed
5 years ago
Vitaliy Nishukov
c50e3efca5
Disable prettier autoformat for ui module ( #2325 )
...
* Disable prettier autoformat for ui module
* CHANGELOG.md updated
5 years ago
Maria Khrustaleva
f31b7a532a
Use cache default ( #2321 )
...
* Use cache default
* Update version
5 years ago
Snyk bot
29170ca68d
fix: upgrade moment from 2.28.0 to 2.29.0 ( #2319 )
...
Snyk has created this PR to upgrade moment from 2.28.0 to 2.29.0.
See this package in npm:
https://www.npmjs.com/package/moment
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Boris Sekachev
bcc8bba39e
Fixed: cannot read property 'label' of undefined ( #2311 )
...
* Fixed: cannot read property 'label' of undefined
* Updated UI package version & changelog
* Fixed tests
5 years ago
Snyk bot
975d7261d7
fix: upgrade antd from 3.26.17 to 3.26.18 ( #2314 )
...
Snyk has created this PR to upgrade antd from 3.26.17 to 3.26.18.
See this package in npm:
https://www.npmjs.com/package/antd
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
269bf4f273
fix: upgrade dotenv-webpack from 1.7.0 to 1.8.0 ( #2312 )
...
Snyk has created this PR to upgrade dotenv-webpack from 1.7.0 to 1.8.0.
See this package in npm:
https://www.npmjs.com/package/dotenv-webpack
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
160ca8fbe2
fix: upgrade @types/platform from 1.3.2 to 1.3.3 ( #2313 )
...
Snyk has created this PR to upgrade @types/platform from 1.3.2 to 1.3.3.
See this package in npm:
https://www.npmjs.com/package/@types/platform
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
185eba188c
fix: upgrade @types/react-color from 3.0.2 to 3.0.4 ( #2298 )
...
Snyk has created this PR to upgrade @types/react-color from 3.0.2 to 3.0.4.
See this package in npm:
https://www.npmjs.com/package/@types/react-color
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
d994bf7d97
fix: upgrade redux from 4.0.4 to 4.0.5 ( #2303 )
...
Snyk has created this PR to upgrade redux from 4.0.4 to 4.0.5.
See this package in npm:
https://www.npmjs.com/package/redux
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
c075ec8968
fix: upgrade @types/redux-logger from 3.0.7 to 3.0.8 ( #2300 )
...
Snyk has created this PR to upgrade @types/redux-logger from 3.0.7 to 3.0.8.
See this package in npm:
https://www.npmjs.com/package/@types/redux-logger
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Snyk bot
476318fe49
fix: upgrade @types/react-share from 3.0.1 to 3.0.3 ( #2299 )
...
Snyk has created this PR to upgrade @types/react-share from 3.0.1 to 3.0.3.
See this package in npm:
https://www.npmjs.com/package/@types/react-share
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
5ad09143c2
fix: upgrade multiple dependencies with Snyk ( #2297 )
...
Snyk has created this PR to upgrade:
- react from 16.11.0 to 16.13.1.
See this package in npm: https://www.npmjs.com/package/react
- react-dom from 16.11.0 to 16.13.1.
See this package in npm: https://www.npmjs.com/package/react-dom
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
b6506b6696
fix: upgrade copy-to-clipboard from 3.2.0 to 3.3.1 ( #2296 )
...
Snyk has created this PR to upgrade copy-to-clipboard from 3.2.0 to 3.3.1.
See this package in npm:
https://www.npmjs.com/package/copy-to-clipboard
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
tdowgiel
2b221d26fd
Allow to login into UI with token from api/v1/auth/login ( #2234 )
...
* Allow to login into UI with token from api/v1/auth/login
* Update changelog
* style
* Rev
* Rev: Fixed style. Added cva-ui version to UI. Fixed endless redirection with wrong tokens
* eslint
* revert cvat-core/package-lock.json
* Rev: Fixed import order and return type
* Revert bindings
5 years ago
Vitaliy Nishukov
678f5b9277
Eslint-Prettier integration & pre commit hook ( #2272 )
...
* Eslint prettier integrations and precommit hook on fly
* CHANGELOG update and package.json version patch
5 years ago
Snyk bot
81360d9099
fix: upgrade @types/react-redux from 7.1.5 to 7.1.9 ( #2290 )
...
Snyk has created this PR to upgrade @types/react-redux from 7.1.5 to 7.1.9.
See this package in npm:
https://www.npmjs.com/package/@types/react-redux
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Snyk bot
0245ae23d8
fix: upgrade @types/react-router-dom from 5.1.1 to 5.1.5 ( #2289 )
...
Snyk has created this PR to upgrade @types/react-router-dom from 5.1.1 to 5.1.5.
See this package in npm:
https://www.npmjs.com/package/@types/react-router-dom
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Snyk bot
6936c9ba70
fix: upgrade @types/react-dom from 16.9.3 to 16.9.8 ( #2288 )
...
Snyk has created this PR to upgrade @types/react-dom from 16.9.3 to 16.9.8.
See this package in npm:
https://www.npmjs.com/package/@types/react-dom
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
611a374ff2
fix: upgrade @types/react-router from 5.1.2 to 5.1.8 ( #2286 )
...
Snyk has created this PR to upgrade @types/react-router from 5.1.2 to 5.1.8.
See this package in npm:
https://www.npmjs.com/package/@types/react-router
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
767149754c
fix: upgrade react-redux from 7.1.1 to 7.2.1 ( #2287 )
...
Snyk has created this PR to upgrade react-redux from 7.1.1 to 7.2.1.
See this package in npm:
https://www.npmjs.com/package/react-redux
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
1dc0743b58
fix: upgrade moment from 2.24.0 to 2.28.0 ( #2285 )
...
Snyk has created this PR to upgrade moment from 2.24.0 to 2.28.0.
See this package in npm:
https://www.npmjs.com/package/moment
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Snyk bot
0e9f237616
fix: upgrade @types/react from 16.9.11 to 16.9.49 ( #2279 )
...
Snyk has created this PR to upgrade @types/react from 16.9.11 to 16.9.49.
See this package in npm:
https://www.npmjs.com/package/@types/react
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/2f167f1b-9eed-4bf3-96b4-7ac84449f680?utm_source=github&utm_medium=upgrade-pr
5 years ago
Vitaliy Nishukov
a781e1cee1
UI improvements ( #2238 )
...
* Layout grid
* Changelog notes
* License headers
* Get rid of fixed layot in nested components
* Multiple grids
* Multiple grids HF
* Grid use react-hotkeys
* Cleanup and test fix
* Version up
* Notifications overlay fix
5 years ago
Dmitry Kalinin
8a1842c77c
Optional chaining plugin for cvat-ui and cvat-canvas ( #2249 )
...
* Added optional chaining plugin
* Added CHANGELOG.md
5 years ago
Boris Sekachev
a5b2229039
Added ability to search for an empty frame ( #2221 )
...
* Fixed some eslint issues in cvat-core
* Added ability to search empty frames
* Updated version
* Updated changelog
* Fixed issue with track
* Fixed eslint issues
5 years ago
Dmitry Agapov
f2c84a2653
Nuclio as a plugin in CVAT, improved system to check installed plugins ( #2192 )
...
* allow to run cvat without nuclio
* fix new line
* fix comments
* Updated core version
* refactoring
* minor refactoring, fixed eslint issues, added documentation to cvat-core, updated ui version, updated changelog
* move plugins to serverViewSet
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Boris Sekachev
6370f980eb
Additional code has been added to investigate exception: 'Cannot read property label of undefined' ( #2220 )
5 years ago
Boris Sekachev
acfb1a492d
Fixed failure after updating a label on cvat.org ( #2199 )
...
* Fixed failure after updating a label on cvat.org (the bug is related with low bandwidth)
* Removed extra line of code
* Updated NPM version
* Fix test
* Better fix for the test
5 years ago
Boris Sekachev
4d3a93a803
Updated high volnurabilities from dependabot & npm audit ( #2210 )
5 years ago
Boris Sekachev
a93b4607c0
Fixed two issues #2053 and #2202 ( #2203 )
...
* Fixed two issues #2053 and #2202
* Updated changelog, updated versions
* Updated core version
5 years ago
Boris Sekachev
8330015ac5
Fixed blinking notification ( #2200 )
...
* Fixed blinking notification
* Updated CHANGELOG
5 years ago
Boris Sekachev
4d869c3cf5
Using "alt" instead of "ctrl" to delete a point, fixed reducer ( #2204 )
...
* Using alt instead of ctrl to delete a point, fixed reducer
* Updated versions
* Updated changelog
5 years ago
Boris Sekachev
24027931f9
Added more css selectors to cypress testing ( #2197 )
5 years ago
Boris Sekachev
c2b17a0b34
Prevent CVAT failure when web analytics is failure ( #2172 )
...
* Prevent CVAT failure when web analytics is failure
* Updated UI version
6 years ago
Boris Sekachev
b71e77b17b
Using serverside paremeter min_pos_points, right colors of labels in … ( #2162 )
...
* Using serverside paremeter min_pos_points, right colors of labels in detector runner
* Updated changelog & versions
* Using color from consts instead of literal
6 years ago