Dmitry Kalinin
99bdfac892
Merge pull request #3258 from openvinotoolkit/dk/fix-3252
...
Fixed assignment in if statement
5 years ago
Nikita Manovich
fe08472aea
Merge remote-tracking branch 'origin/develop' into dk/fix-3252
5 years ago
Roman Donchenko
25975467ea
Fix all remark warnings ( #3261 )
...
* Fix all issues reported by remark
* Move remark dependencies from the workflow definition into package.json
This enables the transitive dependencies to be pinned, just like for all
other packages.
* Add additional remark plugins
These are needed to correctly parse certain constructs in Markdown files
(such as tables and YAML frontmatter), and without them, remark produces
invalid warnings on some files.
* Update the remark-lint preset versions
The previous versions reference the old version of the
`remark-lint-table-cell-padding` plugin, which doesn't work correctly with
the current version of `remark-parse` (and thus produces spurious warnings).
* GitHub Actions: run remark on all Markdown files, not just changed ones
This way, if a PR updates the remark configuration and that causes new errors
to appear, those errors will show up in that PR, instead of the (unrelated) PR
that next updates the affected files.
There is no runtime cost to this, because remark takes approximately 1 second
to check all files.
5 years ago
Dmitry Kalinin
f63b864b65
Added CHANGELOG
5 years ago
Dmitry Kalinin
671d75b42f
Fixed assignment in if statement
5 years ago
Dmitry Kruchinin
4960260e35
Cypress test. Context images for 2D tasks. ( #3257 )
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
dependabot[bot]
2b91bb5130
Bump dns-packet from 1.3.1 to 1.3.4 in /cvat-ui ( #3251 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Kirill Sizov
c6d4a48e14
Fix documentation for CVAT format ( #3243 )
...
* fix info about supported annotations
* double quote
5 years ago
dependabot[bot]
e3a65c31cb
Bump dns-packet from 1.3.1 to 1.3.4 in /cvat-canvas ( #3242 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
manasars
f74a496733
CVAT 3D Milestone-5 ( #3079 )
...
3D bounding box manipulation: side view, top view, front view surrounding the object.
Allow user to place 3D bounding boxes & tag labels on specific area using point cloud.
Co-authored-by: cdp <cdp123>
Co-authored-by: Jayraj <jayrajsolanki96@gmail.com>
5 years ago
qztseng
11d967d208
add cli kwargs for image_quality and frame_step when creating task ( #3176 )
...
* add cli kwargs for image_quality and frame_step when creating task
* add **kwargs to the tasks_data function call
* add the corresponding options into argument parser
* Update core.py
update license header
* update license header
* fix definition.py help text
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
dependabot[bot]
aa0038a9e8
Bump browserslist from 4.7.2 to 4.16.6 in /cvat-ui ( #3236 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.7.2 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.7.2...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
d9533ffc06
Bump browserslist from 4.6.6 to 4.16.6 in /cvat-canvas ( #3233 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.6.6 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.6.6...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Timur Osmanov
ae175d9de2
Add item "Context images" in User Guide ( #3227 )
...
* Add item "Context images" in User Guide
* Delete header duplicate
5 years ago
Timur Osmanov
aaf8f1921f
Fix buttons "edit this page", "create child page" and fix cover-block background on website ( #3220 )
...
* fix README.md add cvat.jpg
* fix button "edit this page" and "create this page"
* fixed documentation workflow (#3217 )
* fix block cover on about page
* fix linter error
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
5 years ago
Timur Osmanov
ccb24c2a2c
fix README.md add cvat.jpg ( #3218 )
5 years ago
Andrey Zhavoronkov
48df73c96e
fixed documentation workflow ( #3217 )
5 years ago
Timur Osmanov
9615436ecc
Website with documentation ( #3039 )
5 years ago
Dmitry Kalinin
a2df499f50
Task moving between projects ( #3164 )
5 years ago
Boris Sekachev
e0f10d7b7f
Support of context images for 2D tasks (Missed commits) ( #3213 )
...
* Fixed bug with not filtering file itself in some 3D cases
* Added else branch to avoid dublication context images in some cases
5 years ago
Boris Sekachev
6f52ef30e4
Support of context images for 2D tasks ( #3122 )
5 years ago
Nikita Manovich
975996ef62
Updated the version and CHANGELOG.md for 1.5.0-alpha
5 years ago
Nikita Manovich
db3b97236b
Merge branch 'release-1.4.0' into develop
5 years ago
Nikita Manovich
3ca86bcff2
Update the version and CHANGELOG
5 years ago
Dmitry Kruchinin
a5b996619a
Cypress. Update test "Check if image was scaled to ROI". Add check "cancel". ( #3205 )
...
* Update case 7 for increase code coverage
* Minor fix
5 years ago
Dmitry Kruchinin
292cda8ed1
Cypress. Update test "Review pipeline feature". ( #3207 )
...
* Add { multiple: true } for closing cvat-notification-notice-save-annotations-failed
* Add log for debug
* Remove debug
5 years ago
Dmitry Kruchinin
9a018cc4e0
Cypress test. Cropping polygon in some corner cases. ( #3196 )
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
Anastasia Yasakova
4f0652fc11
Fix duplicate points in polygons at upload CVAT for video ( #3187 )
...
* changed copy to deepcopy, modified the test
* fixed number of points in polygon
5 years ago
Dmitry Kruchinin
0028a415ed
CI: Add "cvat" container logs as an artifact ( #3177 )
5 years ago
Dmitry Kruchinin
ada95e8f5e
Cypress test. Fix "Changing a default value for an attribute" ( #3188 )
...
* Fix case 44. Added condition.
* Rework. Added waiting for id gt zero
* Rework waiting
* Return to the option to change the click and enter fields
* Waiting via while loop
* for debug
* Try to waiting. Another way.
* Fix eslint issue. Add logging for ID
* Additional logs for debug
* Remove force: true
* Added assert
* Rework click
5 years ago
Boris Sekachev
da9b0da46e
Fixed cropping polygon in some corner cases ( #3184 )
...
* Fixed issue #3178
* Updated version, fixed changelog
5 years ago
dependabot[bot]
7a4980619c
Bump hosted-git-info from 2.8.5 to 2.8.9 in /cvat-ui ( #3175 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
df62735f63
Bump hosted-git-info from 2.8.2 to 2.8.9 in /cvat-canvas ( #3172 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.2 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.2...v2.8.9 )
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
835b2b6f23
Update cypress test. Actions on Cuboid. ( #3158 )
...
* step 1
* Increase coverage for cvat-canvas/src/typescript/svg.patch.ts
* Remove unecessary code
* Added some checks
5 years ago
Boris Sekachev
6a0379c3b9
Fixed hundreds of vulnerabilities in npm audit ( #3169 )
...
* Fixed hundreds of vulnerabilities in npm audit
* Updated package-lock for canvases
* Fixed package-lock
* Fixed vulnerabilities in cvat-canvas3d and cvat-data
5 years ago
Dmitry Kalinin
46e0bfff6e
Remove raw k8s templates ( #3171 )
...
* Removed k8s templates
* Added CHANGELOG
5 years ago
Maria Khrustaleva
1f94aca003
Move migration logger initialization ( #3170 )
...
* Move migration logger initialization
* Update CHANGELOG
* Update license header
5 years ago
dependabot[bot]
61d0bb3106
Bump lodash from 4.17.19 to 4.17.21 in /cvat-canvas ( #3168 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
d4c16fd1e7
Bump url-parse from 1.4.7 to 1.5.1 in /cvat-canvas ( #3167 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Dmitry Kalinin
a5a187560b
Updated browserslist ( #3160 )
5 years ago
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