* Add test for dataset_repo.
* Refactoring and fix all pylint warnings.
* Change hardcoded password to avoid pylint errors.
* Remove hardcoded password to avoid pylint errors.
* Remove test_clone_nonexistent_repo and rename test class.
* Remove unused import.
* Improved removable points, added a button to finish current object
* Code refactoring for ai tools and opencv
* Fixed style for workspace selector
* IOG UX fix
* Updated version & changelog
* Added 'min_neg_points' parameter to serverless interactors
* Return 'min_neg_points' from the server
Added support for Dump annotations, Export Annotations and Upload annotations in PCD and Kitti formats.
Co-authored-by: cdp <cdp123>
Co-authored-by: Jayraj <jayrajsolanki96@gmail.com>
Co-authored-by: dvkruchinin <dvkruchinin@gmail.com>
Co-authored-by: Smirnova Maria <mariax.smirnova@intel.com>
* 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>
* 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>
* Add is_active field in UserFilter
* Update changelog
* Add is_active as a default searchParam to get user list
* Fix url search query
* Update CHANGELOG.md
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
* 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.