Andrey Zhavoronkov
f10f655859
update minimist npm dependency ( #34 )
...
* updated mininist package and removed dts-bundle-webpack dependency
* updated webpak to v5
added bundle-declarations-webpack-plugin to bundle *.d.ts files for cvat-canvas and cvat-canvas3d
* fixed rest_api tests
* update changelog
* fixed e2e fileshare test in case of zsh use
4 years ago
Boris Sekachev
30cc541ae0
Documentation about how to use attributes in nuclio ( #33 )
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
Kirill Lakhov
5820ece3f0
Fix CI-nightly: task_changes_status_after_initial_save test ( #25 )
4 years ago
Kirill Sizov
561f4e299d
Reduce number of test cases ( #24 )
4 years ago
Kirill Sizov
391370e99e
Fix sending requests on CI ( #22 )
...
* Fix getting SHA
* add auth token for all necessary requests
4 years ago
Andrey Zhavoronkov
cc73962e6c
Added missed websecure route for analytics ( #20 )
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
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
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