Dmitry Kruchinin
f3fd2e6057
Revert use .not('.ant-select-dropdown') ( #3161 )
5 years ago
Snyk bot
bb7dfa6961
fix: cvat/requirements/base.txt to reduce vulnerabilities ( #3165 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1290072
5 years ago
Anti
12fdefa67d
Update README.md, add DataIsKey under "Projects using CVAT" ( #3156 )
...
* Update README.md
Adding DataIsKey as projects using CVAT. Our main tool for offering annotation services is CVAT.
* Update README.md
* Update README.md
* Apply suggestions from code review
* Update README.md
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Dmitry Kruchinin
e67a33206c
Installing a specific version of the module ( #3157 )
5 years ago
Snyk bot
bd49d7ae99
fix: cvat/requirements/base.txt to reduce vulnerabilities ( #3155 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1279042
5 years ago
Maria Khrustaleva
e7cca0ec64
Manifest fixes ( #3146 )
...
* Add logger, reverse func
* Fix image filtering
* Fix upload video manifest
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Dmitry Kruchinin
73b85a9465
Cypress test. Try to create a task with an incorrect dataset repository. ( #3153 )
...
* Add css class
* Cypress test. Try create a task with incorrect dataset repo.
* Some fix
5 years ago
Dmitry Kruchinin
e00c389991
Cypress test. Reset password notification. ( #3141 )
...
* Cypress test. Reset password notification.
* Add dummy email
5 years ago
Dmitry Kruchinin
9190559396
Cypress test. Overlap size. ( #3147 )
...
* Add css class
* Add cyoress test. Update cypress command.
* Add some checks
5 years ago
Dmitry Kruchinin
c33f77f88d
Fix cypress command. ( #3148 )
...
* Fix cypress command
* Add aditional check for interact with dropdown menu
5 years ago
dependabot[bot]
3a05a74acf
Bump ssri from 6.0.1 to 6.0.2 in /cvat-ui ( #3149 )
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Dmitry Kruchinin
c60812c163
Cypress test. Drag canvas. ( #3142 )
...
* Cypress test. Drag canvas.
* Added click to ".cvat-move-control"
* Add comment
5 years ago
Dmitry Kruchinin
b313dc795d
Update cypress test. Merge/split features. ( #3139 )
...
* Merge shapes on different frames
* Update case 13 to increase coverage
* Some fix
5 years ago
Dmitry Kalinin
f32f5f4bee
Fixed reset password link unavailable ( #3140 )
...
* Fixed action call order
* Added CHANGELOG, incresed npm version
5 years ago
Dmitry Kruchinin
b9f405804b
CI. Using the Docker layer cache. Parallelizing test runs. ( #3100 )
5 years ago
Kirpichev Michael
fe31e61d1e
Add helm chart proto ( #3102 )
5 years ago
Dmitry Kruchinin
17908003df
Update cypress test. Review pipeline feature. ( #3118 )
...
* Upate cypress command.
Added the ability to re-open the issue.
* Update cypress test. Added re-open an issue.
* Apply comments
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
5 years ago
Boris Sekachev
2a9a1e93db
Fixed CHANGELOG.md (remarklint issues) ( #3125 )
...
* Fixed CHANGELOG.md (remarklint issues)
* Update .remarkrc.js
5 years ago
Dmitry Kruchinin
d012c708a2
Cypress test. Import annotations for frames with dots in the name. ( #3111 )
...
* Add css class
* Cypress test. Import annotations for frames with dots in name.
5 years ago
Dmitry Kruchinin
38b774046d
Remark linter. Check lenght of messages only. ( #3117 )
5 years ago
Dmitry Kruchinin
be9e00fa7a
Update cypress test. Canvas 3D functionality. Basic actions. ( #3112 )
...
* Rename, add css class
* Update cypress test.
5 years ago
Snyk bot
adbc74fa29
fix: upgrade json-logic-js from 2.0.0 to 2.0.1 ( #3107 )
...
Snyk has created this PR to upgrade json-logic-js from 2.0.0 to 2.0.1.
See this package in npm:
https://www.npmjs.com/package/json-logic-js
See this project in Snyk:
https://app.snyk.io/org/cvat/project/6ec290d2-fdd9-480b-aeef-3552213525dd?utm_source=github&utm_medium=upgrade-pr
5 years ago
Dmitry Kruchinin
e45018bc43
CI. Adding file validation by hadolint/stylelint/remark linters. ( #3105 )
...
* hadolint
* Hadolint config. Add some echos for help
* some fix
* add some dockerfiles for check
* Add python script to convert jsom to html.
hadolint.yml adaptation
* hadolint report if level "error" exist
* Revert Dockerfiles
* Add stylelint checking worklow
* Add remark checking for md files
* Remark. Remove --silent
5 years ago
Adam Harvey
d9f1798684
add --project_id argument for create task ( #3090 )
5 years ago
Kirill Sizov
4db05fd93b
Merge pull request #3091 from openvinotoolkit/sk/fix-import-annotations-for-YOLO-format
...
Fix import annotations for frames with dots in name
5 years ago
Boris Sekachev
f267f8aed3
Added DICOM conversion script ( #3095 )
...
* Added DICOM conversion script
* Updated changelog
* Fixed strip to rstrip
* Fixed some detected issues
* Removed extra variable, updated README.md
5 years ago
Max Wang
8a635b11fb
Fix bug with hung web worker ( #3096 )
...
* Fix bug with hung web worker
* Added upper limit to stop property of active chunk request
* Add web worker fix to changelog
* Bump to version 3.12.1
5 years ago
kirill.sizov
b36c5f215f
Merge branch 'develop' into sk/fix-import-annotations-for-YOLO-format
5 years ago
kirill.sizov
be35a52ecb
add test
5 years ago
kirill.sizov
54b7cc37e8
delete filenames with dots in test rest api
5 years ago
Roberto Villalba
d2e4ee4d02
Update installation_automatic_annotation.md ( #3099 )
...
Fix GPU example commands
5 years ago
kirill.sizov
5d5a33068e
add image with dots in filename for test rest api
5 years ago
kirill.sizov
aad580b9e0
add image path in load annotations for cvat format
5 years ago
kirill.sizov
43fe33ff9f
remove incorrect tests
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
kirill.sizov
cbcb62048a
fix incorrect solution
5 years ago
kirill.sizov
d7be0429fd
fix import dm annotations
5 years ago
kirill.sizov
6366b99248
test
5 years ago
kirill.sizov
fc636d2512
fix match dm item for no image frame
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
Dmitry Kruchinin
a2170f7947
Cypress test. Hotkeys to change labels feature. ( #3086 )
...
* Cypress test. Hotkeys to change labels feature.
* Apply comments
5 years ago
Boris Sekachev
085d2607e2
Fixed: Changing a label on canvas does not work when 'Show object details' enabled ( #3084 )
...
* Fixed: Changing a label on canvas does not work when 'Show object details' enabled #3083
* Updated changelog
5 years ago
TOsmanov
177120b6b8
Update User Guide ( change label shortcuts ) ( #3085 )
...
* update user_guide.md and images
* update user_guide.md
* fix mistake
* fix mistakes
* update user_guide.md
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
b0b36312e7
Some client code refactoring ( #3077 )
...
* Some refactoring, fixed unnesasary rerenderss
* Refactored filter
* Refactored filter
* Removed extra call of queryString() method
5 years ago
Dmitry Kruchinin
fad8612405
CI: canceling previous workflow runs ( #3078 )
5 years ago
Snyk bot
553535e4e3
fix: cvat/requirements/base.txt to reduce vulnerabilities ( #3073 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1090612
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