2223 Commits (2d75101c73e5f828ffbef04c2f4e56b449d73cf9)
 

Author SHA1 Message Date
Andrey Zhavoronkov 7f4b1853ab
Fixed cvat_ui image build in case of OOM error (#3379)
* fixed cvat_ui image build in case of OOM error

* updated changelog
5 years ago
Dmitry Kruchinin b7f8e8dd83
Build CVAT with models support. Adding cypress test to check models page. (#3369)
* Try add model support to CVAT build

* Added a test. Run test from different job.

* Change context

* Moved models test to project actions.

Configs adaptations.
Checking nightly

* Moved canvas 3d tests to different cypress config

Updated publish_docker_images.yml

* Removed models from matrix

* check tests on publish workflow

* Rework publish yml

* fix build, up -d

* Removed unnecessary line
5 years ago
MashaSS 0c524c6d14
Update to Django 3.1.12. (#3378)
* Update to Django 3.1.12.

* Update changelog and add comment.
5 years ago
Dmitry Kruchinin 3e93f95ef7
Cypress test. Update "Multiple users. Assign task, job." (#3347)
* Added cypress commands

* Updated cypress test case 4 for check issue 3339

* Apply comments. Some rework cypress commands.
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
Andrey Zhavoronkov 3aba7254c9
F~ixed extra notifications about frame rejection during navigation (#3373) 5 years ago
Timur Osmanov 830c7b213e
Add documentation for 3d task (#3364)
* update documentation sorting

* update README.md and documentation

* fix linter errors

* update name sections

* fix links

* fix linter errors

* add 3D task documentation

* update documentation

* fix conflict README.md

* fix linter error v1

* fix numeration
5 years ago
Dmitry Kruchinin 79f0ff7c14
Cypress test. Export/import a task. (#3314)
* Add class

* Cypress test. Export/import a task.
5 years ago
Dmitry Kruchinin 3bb66a251e
Cypress tests. Update "Make a copy" for 2D, 3D. (#3359)
* Upated the test "Make a copy".

* Updated for canvas-3d
5 years ago
Kirill Sizov 47ea75139c
Fix interpolation for outside shapes (#3348)
* fix interpolation

* add tests

* remove unnecessary conditions

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Andrey Zhavoronkov 0974484b71
Documentation versioning (#3357)
* initial version of docs versioning

* updated license header

* fix linter issue
5 years ago
Dmitry Kruchinin e76b0ea5fc
Cypress. Exclude some files from instrumentation. (#3349)
* Exclude some files from instrumentation

* Removed from exclude files for models
5 years ago
Dmitry Kruchinin 463199622c
Fix uncaught:exception for Firefox (#3356) 5 years ago
Maria Khrustaleva 1a86efe65e
Fixes cloud storage (#3336)
* Fixes:
- exception with getting content when specific_attributes=''
- no deletion of temporary index for  temporary manifest

* Fix getting owner structure instead of id

* Delete :=

* Fix creating task with cloud storage: preview && nonexistent field

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Timur Osmanov 7cf6c7a08e
Update documentation sorting (#3320)
* update documentation sorting

* update README.md and documentation

* fix linter errors

* update name sections

* fix links

* fix linter errors

* update developing section

* fix link and mistake

* rename developing and contributing section

* fix incorrect links

* fix link on cvat.jpg

* Update site/content/en/docs/_index.md

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
MashaSS c730920d69
Extend server tests for dataset manager. (#3192)
* add tests

* small fix

* revert settings.settings.json

* add number bug

* revert test_formats.py

* move rest api tests to other file

* add new tests

* Fixed HTTP_400 code
Commented out tests passed Ok
Uncommented tests failed if launched in single test session, seems that tasks created via POST request to url /api/v1/tasks have the same id (1)

* Remove extra files

* Remove extra files

* Disable real API tests due for precommit timeout failures

* Reenable 1 test to check CI completion

* Add Market-1501 to tests

* Enable all tests without exceptions

* some fixes

* Add ICDAR to tests

* Move test data to /tmp/cvat

* Extra changes

* Extend server tests for dataset manager

* Add test for #2924 issue

* fix export dataset test

* fix tests

* code review

* Test refactoring and code review

* Small fix

* Put back test test_api_v1_tasks_annotations_dump_and_upload_with_datumaro

* Small corrections of test test_api_v1_tasks_annotations_dump_and_upload_with_datumaro

* Change download file logic.

* Fix a typo.

* Remove Pylint warnings.

* Remove useless lines.

* fix a typo.

* Remove duplicated polygon pounts test.

* Remove useless import.

* Fix merge issues.

* Use download_file function.

* Don't skip Widerface format

* Refactoring.

* Add asserts test_api_v1_unit_test_on_normalize_shape_function

* Remove useless import.

* Changed values for label attributes.

* Removed test for dead code.

* Removed dead code.

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
Co-authored-by: mzuevx <mikhailx.zuev@intel.com>
Co-authored-by: yasakova-anastasia <anastasia.yasakova@intel.com>
5 years ago
Dmitry Kruchinin 034c77af21
Rework Cypress check uncaught exception. (#3353)
* Fix uncaught:exception

* Rename var
5 years ago
Boris Sekachev a17b82390f
Fixed django exception when get data for unknown task (#3344)
* Fixed django exception when get data for unknown task

* Remove redundant code

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
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
MashaSS 0d56e2923f
Server tests for context images for 2D tasks (#3310)
* Add server test for context images.

* Move server test for context images in engine/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
dependabot[bot] 9bdcc7f8f2
Bump postcss from 7.0.21 to 7.0.36 in /cvat-ui (#3335)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.21 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.21...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

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 472728d5f9
Cypress test. Updating case 54. Added checking issue 3219. (#3333)
* Fixed cuboid redraw

* Updated version & changelog

* Fixed duplicated cuboid

* Updated changelog

* Do not skip test for cuboid

* Removed comment

* Fixed one more case

* Case 54. Add checking issue 3219

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Nikita Manovich b18482b42c
Support cloud storage on server (#3326)
Co-authored-by: Maya <maya17grd@gmail.com>
5 years ago
dependabot[bot] 8dfb21dcda
Bump postcss from 7.0.17 to 7.0.36 in /cvat-canvas (#3332)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.17 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.17...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

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 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
Dmitry Kruchinin 85e57c11e4
Update tests for 3D. (#3331) 5 years ago
Boris Sekachev 4db6cc9dd8
Removed some unused code (#3327) 5 years ago
Boris Sekachev 3d496ef904
Added some fixes to DEXTR model handler (#3325)
* Added some fixes to DEXTR model handler

* Updated Changelog
5 years ago
Dmitry Kruchinin 7699bd362f
Cypress. Case 44. Adding additional checks. (#3312)
* Added classes

* Test adaptation

* Revert adding classes

* Rework the test

* Remove unnecessary comments
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
Timur Osmanov e78bd06dd1
Add REST API guide in documentation (#3307)
* add rest api guide

* fix linter error
5 years ago
Dmitry Kruchinin 6729d1a114
Removed the extra check from the test (#3306) 5 years ago
Anastasia Yasakova 4b82336b12
Add test for wrong attribute import in tracks (#3279)
* add test for wrong attribute import in tracks

* fix annotation for test

* small fix

* fix annotattion for test

* add function to get data from task
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
dependabot[bot] 5a6c1d7c43
Bump normalize-url from 4.5.0 to 4.5.1 in /cvat-canvas (#3305)
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

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 2dc6498d90
Cypress test. Collapse sidebar. Fullscreen. (#3302)
* Cypress test. Collapse sidebar. Fullscreen.

* Installed cypress plugin cypress-real-events

* The test adaptation

* Move the test to folder for running in headed mode

* Updated cypress.json

* Rework the test by use viewport

* Renamed context. Added comments.

* Fixed typo

* Using Cypress.config values to return original size of window
5 years ago
Andrey Zhavoronkov 43967d4bdf
Fix meta request performance (#3269)
* improved performance of data/meta request

* updated license

* updated changelog

* fix

* fixed tests
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
Timur Osmanov 6665fe1dc7
Update website (#3293)
* update docsy theme

* update website

* return to markdown markup

* add item update submodule in site/README.md
5 years ago
Dmitry Kruchinin 675ef964a5
Cypress tests. Move a task between/to projects. (#3287)
* Add css classes

* add/adaptation commands

* Cypress test. Move a task to a project.

* Remove a comment

* Cypress test. Moving a task between projects.
5 years ago
Diego Cesar 3f8bc9db3d
fix json output of CLI command ls (#3298)
Co-authored-by: Diego Cesar <dcesar@krakenrobotik.de>
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
Dmitry Kruchinin 3afd7e8278
Cypress test. Create an object, save, undo, save, redo, save. (#3299) 5 years ago
dependabot[bot] 88cf0dfb2c
Bump ws from 6.2.1 to 6.2.2 in /cvat-ui (#3296)
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

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 c9f5c4d29f
Remove headless for canvas-3d develop branch (#3274) 5 years ago
Boris Sekachev 284be86f28
Fixed issue: is not a constructor when create object, save, undo, save, redo save (#3292)
* Fixed issue #3216

* Updated version & changelog

* Added unit test

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago