893 Commits (269c20861b8432abc2cd044c9c2ceee0fdaeb2da)

Author SHA1 Message Date
Kirill Sizov 05125b9962
[Snyk] Security upgrade azure-storage-blob from 12.8.1 to 12.13.0 (#26)
fix: cvat/requirements/base.txt to reduce vulnerabilities


The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-AZURESTORAGEBLOB-2949173

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
4 years ago
Kirill Sizov ee12b44b55
REST API tests: update data.json (#27) 4 years ago
dependabot[bot] 82634d19ac
Bump tensorflow from 2.8.0 to 2.8.1 in /cvat/requirements (#4)
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.8.0...v2.8.1)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kirill-sizov <sizow.k.d@gmail.com>
4 years ago
Boris Sekachev 1a94190572
Changed links openvinotoolkit > cvat-ai (#3)
Changed links openvinotoolkit > cvat.ai
4 years ago
Kirill Lakhov 4cb4f56109
Job previews (#112) 4 years ago
Maxim Zhiltsov 7b2fc54e20
Add CVAT SDK package (#7) 4 years ago
Boris Sekachev 4f1a778d22
Fixed Intel license headers (#119) 4 years ago
Andrey Zhavoronkov 9f83be962b
[Snyk] Security upgrade django from 3.2.13 to 3.2.14 (#105)
fix: cvat/requirements/base.txt to reduce vulnerabilities


The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2940618

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
4 years ago
Maxim Zhiltsov bddd44642d
Fix pylint issues (#100) 4 years ago
Maria Khrustaleva 57bc0e9c90
Source & target storage tests (#56) 4 years ago
Maria Khrustaleva 6f887fc8fa
Add support any name for backup file (#91) 4 years ago
Maria Khrustaleva 54c15830a9
Add support for source & target storages (#28) 4 years ago
Kirill Sizov 2db5bcf7b0
CI: refactor cache, add coverage for CI-nightly (#79) 4 years ago
Anastasia Yasakova 4dc01b0441
Fixed: Could not export dataset (Request Status Code 500 "StopIteration") (#17) 4 years ago
Maxim Zhiltsov 3e230126ab
Update pylint config (#63) 4 years ago
Maxim Zhiltsov e49741848e
Isolate test directories (#57) 4 years ago
Maxim Zhiltsov 2fda97cd5d
Improve logging shutdown (#40)
* Add proper logger resources release
* Track opened loggers
4 years ago
Maria Khrustaleva 24bc214a69
Fix unit test (#45) 4 years ago
Andrey Zhavoronkov 0e09223ed4
[Snyk] Security upgrade django from 3.2.12 to 3.2.13 (#44)
fix: cvat/requirements/base.txt to reduce vulnerabilities


The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606966
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606969

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
4 years ago
Boris Sekachev f960da9117
Added ability to delete frames (#10)
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
Co-authored-by: Nikita Manovich <nikita.manovich@gmail.com>
Co-authored-by: Boris Sekachev <b.sekachev@yandex.ru>
4 years ago
Nikita Manovich ff30b776cf
Fix serverless functions on Mac (#29)
* Fix serverless functions on Mac. Use host.docker.internal as an alias for localhost.
* Updated the CHANGELOG.md
* Fix unit tests for the lambda manager.
4 years ago
Kirill Lakhov cb896ecab2
Tus for backups (#9) 4 years ago
Boris Sekachev 2d522c8781
Prepare UI for attributes configuration (#4)
* Prepare UI for attributes configuration

* Add padding for label attributes

* Update attributes inference logic

Check the attributes returned by nuclio function call and reject those that
have either incompatible types or values.

* Update cvat-ui version, CHANGELOG.md

* Enhance automatic annotation BE logic

The code in lambda_manager didn't account for attributes mappings that had
different names thus returning an empty set of attributes because it couldn't
find the correct match. Fix this by getting proper mapping from `attrMapping`
property of the input data.

* Updated CHANGELOG

* Updated changelog

* Adjusted code & feature

* A bit adjusted layout

* Minor refactoring

* Fixed bug when run auto annotation without 'attributes' key

* Fixed a couple of minor issues

* Increased access key id length

* Fixed unit tests

* Merged develop

* Rejected unnecessary change

Co-authored-by: Artem Zhivoderov <artemz@retailnext.net>
4 years ago
Anastasia Yasakova 5377973e86
Fixed dataset import in an organization (#18) 4 years ago
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
Nikita Manovich 0c70f8d483 Updated CHANGELOG and new development version 4 years ago
Nikita Manovich 119a27bbd6 Release v2.1.0 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
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
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
Kirill Sizov 6dd73b0576
Improve REST API testing system (#4403) 4 years ago
Maria Khrustaleva be334fdee9
Update REST API documentation (#4391) 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
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
Nikita Manovich b0e6074ca3 Update CHANGELOG and the server version 4 years ago
Nikita Manovich 8aaa450d56 Merge branch 'develop' into release-2.0.0 4 years ago
Kiwon Jung e62d200fe5
fixed: Permission error occured when accessing the comments of a specific issue - #4416 (#4421) 4 years ago
ningjunwei2 14cee3d847
Fixed helm not using the configured pg port when installing cvat (#4415) 4 years ago
Nikita Manovich 876784eb8f Merge remote-tracking branch 'origin/develop' into release-2.0.0 4 years ago
Nikita Manovich cc98ff0584
Fix OPTIONS request to REST API methods (#4402) 4 years ago
Nikita Manovich 41a92e70b7 Merge remote-tracking branch 'origin/develop' into release-2.0.0 4 years ago
Andrey Zhavoronkov 6fad1764ef
Added validation for URLs which used as remote data source (#4387) 4 years ago
Nikita Manovich ca98857d57 Changed the version and updated CHANGELOG 4 years ago
Nikita Manovich e8f294f673
REST API /api/jobs/<id>/commits (#4368) 4 years ago