2779 Commits (dfcc69c4efef112a62ea0d5bbd89362e7fc8529e)
 

Author SHA1 Message Date
Boris Sekachev e2ce6ce7d4
Got rid of open3d package (#3)
* Removed using of open3d

* Got rid of open3d package

* Minor refactoring

* Added information to changelog

* Fixed pylint

Co-authored-by: Andrey Zhavoronkov <andrey.v.zhavoronkov@gmail.com>
4 years ago
Andrey Zhavoronkov 5b24cf9d74
Deleted CodeQL workflow to unlock PR's checks (#19)
deleted CodeQL workflow
4 years ago
Andrey Zhavoronkov e11224126e
Updated workflows (#8)
updated workflows
4 years ago
Kirill Lakhov aebb70c303
Fixed bug: task creation progressbar (#13)
fixed rounding in callbacks
4 years ago
Boris Sekachev 26d49abdf6
Updated issue/PR templates (#6)
Updated templates
4 years ago
Nico Galoppo d7560bbd39
Merge pull request #4639 from openvinotoolkit/ncgalopp/fix-build 4 years ago
Nico Galoppo b7dba6aaf2 Update CHANGELOG to reflect PR 4639 4 years ago
Nico Galoppo 71515ba662 Revert Open3D to 0.11.2
This change fixes a dependency conflict that causes a very old version
of Jinja2 to be installed (see #4618). Open3D is only used for PCD
conversion, so this reverting to an older version is acceptable.

This is a temporary workaround. As a future update we'd like to get rid
of the Open3D dependency, since it pulls in a bunch of unnecessary
dependencies. Also, we'd like to make python dependency resolution more
robust by pinning all (recursive) dependencies to specific versions with
a tool like pip-tools or poetry.
4 years ago
Wenfei Zhu e6a9c1fcdf
fix auto-annotation group_id issue (#3676)
this fix only works for detector type auto-annotator with anno type not equal to 'tag'.
4 years ago
dependabot[bot] ba4175bf5b
Bump ansi-regex from 3.0.0 to 3.0.1 in /cvat-core (#4565)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] b8493e0d96
Bump ansi-regex from 5.0.0 to 5.0.1 in /tests (#4566)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] cbb1e008ef
Bump moment from 2.29.1 to 2.29.2 (#4559)
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Nikita Manovich 0c70f8d483 Updated CHANGELOG and new development version 4 years ago
Nikita Manovich 119a27bbd6 Release v2.1.0 4 years ago
Irina Kovaleva de30cb2551
REST API tests: project accessibility (#4496)
Co-authored-by: Kirill Sizov <kirill.sizov@intel.com>
4 years ago
Dmitry Kalinin d22b12df6e
EXIF orientation support (#4529)
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>
4 years ago
Maria Khrustaleva 2b6fe74e1a
Fix filter (#4541) 4 years ago
Vincent Richard 737ee712d2
fix build dependencies for Siammask (#4486)
Co-authored-by: Vincent Richard <richard-v@macnica.co.jp>
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
4 years ago
se-wo 6fd7a0e1ae
Support CVAT 2.X deployment using helm (#4448)
* Fix frontend helm labels taken.
Previously those were erronously taken from backend.

* Add support for CVAT 2.X in helm charts

Added templates for OPA and extended readme on how to deploy.
Moreover modernized the ingress chart to support k8s version 1.22+.

* Update Changelog

* Fix helm readme linter error

Fix linter error due to markdown line longer than 120 characters
4 years ago
Adam Teuscher eb634200e4
Return the response from the AI tool (#4432) (#4505)
Co-authored-by: Adam Teuscher <adamteuscher@smartvisionworks.com>
4 years ago
Kiwon Jung 449ae0c5bf
fixed: Unable to upload annotations #4459 (#4513) 4 years ago
Kirill Lakhov 21251b5b79
added reset of activeShapeType (#4517) 4 years ago
Nikita Manovich 2fb2a6a9ef
Add a link on JSON:API 4 years ago
dependabot[bot] 940548d5f5
Bump minimist from 1.2.5 to 1.2.6 in /tests (#4511)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] c96e353f76
Bump minimist from 1.2.5 to 1.2.6 in /cvat-ui (#4510)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] 0fc15d70f3
Bump minimist from 1.2.5 to 1.2.6 in /cvat-core (#4509)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Maria Khrustaleva 2a05316496
Add REST API GET, POST, PATCH tests for cloud storage (#4353)
Co-authored-by: kirill.sizov <kirill.sizov@intel.com>
4 years ago
Kiwon Jung 96af4f18c8
Support paginated list for job commits #4476 (#4482)
* Support paginated list for job commits #4476

* Update CHANGELOG.md

Co-authored-by: Maria Khrustaleva <maria.khrustaleva@intel.com>

Co-authored-by: Maria Khrustaleva <maria.khrustaleva@intel.com>
4 years ago
Kirill Lakhov bceae228a7
Tus for project dataset (#4485) 4 years ago
Dmitry Kalinin dd60b2d8e0
REST API tests: patch tasks, post/patch issues (#4465)
Co-authored-by: Kirill Sizov <kirill.sizov@intel.com>
4 years ago
Timur Osmanov d42e37c714
Update documentation. Update sections about pages (#4480)
* update docs

* fix linter errors

* fix and resize image100_detrac.jpg

* apply part of suggestions

* apply suggestions

* fix linter errors

* fix links

* fix linter error

* fix mistake

* fix mistake
4 years ago
Maria Khrustaleva b7e881f6c1
fix linter issue (#4488) 4 years ago
Krzysztof Begiedza 93ccf2177f
Better readme to Helm chart (#4366)
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
4 years ago
Kirill Sizov 6dd73b0576
Improve REST API testing system (#4403) 4 years ago
Maria Khrustaleva be334fdee9
Update REST API documentation (#4391) 4 years ago
Alexander Ivkin 751937bff2
Added missing geos dependency (#4451) 4 years ago
Andrey Zhavoronkov 8810125fd8
Remote files test (#4443) 4 years ago
Nikita Manovich fc520a39b9
Intel® Bug Bounty Program (#4454)
* Update SECURITY.md

* Fix markdown linter issues.

* Fix email link
4 years ago
Nikita Manovich 2b81592241 Fix a linter issue with SECURITY.md file 4 years ago
Nikita Manovich 7ef553fde1
Create SECURITY.md 4 years ago
dependabot[bot] c3608526c7
Bump pillow from 9.0.0 to 9.0.1 in /utils/dicom_converter (#4446)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] 09e90845bd
Bump pillow from 9.0.0 to 9.0.1 in /utils/dataset_manifest (#4447)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Kirill Lakhov 1fa2676a56
Tus for task annotations import (#4327)
* add data_type to tus mixin

* added tus for task annotations import

* added tus for jobs annotations import

* applied comments

* fix test

* fix incorrect upload endpoint

* add location creation based on origin

* remove unused import

* remove data_type

* remove unused comment

* update changelog to new release

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
4 years ago
Boris Sekachev 1225fbb1bc
Enhanced filtration/sorting for tasks/projects/tasks in projects/cloud storages (#4409) 4 years ago
Kirill Lakhov 53f6699d40
Fixed bug: Incorrect point deletion with keyboard shortcut (#4420)
* fixed incorrect deletion

* update changelog

* added test

* applied comments

* added small check
4 years ago
Alexander Ivkin 3dc4371f98
Feature/fixed build macos (#4414) 4 years ago
Kiwon Jung c69f10b4cb
fixed: job assignee can remove or update any issue created by the task owner #4424 (#4436) 4 years ago
Kiwon Jung 42fdea9466
fixed: Permission error occured when accessing the JobCommits #4434 (#4435) 4 years ago
Mohammad Erfani 2c863f0dff
Added ATLANTIS in README. (#4423) 4 years ago
Nikita Manovich b0e6074ca3 Update CHANGELOG and the server version 4 years ago