2966 Commits (fb0b8675e1811301edd7f1222b4a4e3c0f21d3cd)
 

Author SHA1 Message Date
Roman Donchenko 0a5b71123d
Fix ESLint errors in `cvat-data.ts` (#5247)
By converting it into an ES6 module.  Also, fix `tsconfig.json` so that
ESLint knows that the file is actually in the project.
3 years ago
Roman Donchenko 12961b35d6
cvat-sdk: make sure to redraw the progress bar after use (#5235)
tqdm does not necessarily redraw the progress bar after every update,
and without the call to `refresh` it might not update it to the final state.

I discovered this while writing a test in which the progress bar is updated
in chunks, and the last chunk is smaller than the previous ones.
3 years ago
Boris Sekachev 16406fec96
Added basic masks tests (#5237) 3 years ago
Maria Khrustaleva bb487165dd
CVAT authentication (#5147) 3 years ago
Artem Filippov 8a44a36c74
added introduction to cvat and datumaro doc (#5236) 3 years ago
Maxim Zhiltsov 445bc34013
Revert "Fix linter warnings (#5188)" (#5241)
This reverts commit 85f9fbdb3a.
3 years ago
Maxim Zhiltsov b37232c079
Revert "Refactor server enums (#5062)" (#5239)
This reverts commit 43df70b08b.
3 years ago
Maxim Zhiltsov 43df70b08b
Refactor server enums (#5062)
* Refactor server enums
3 years ago
Maxim Zhiltsov 85f9fbdb3a
Fix linter warnings (#5188) 3 years ago
Boris Sekachev bca5bb6cae
Fixed: Oriented bounding boxes broken with COCO format (#5219)
* Fixed: Oriented bounding boxes broken with COCO format

* Updated changelog
3 years ago
Anastasia Yasakova 82700f60da
TransT tracker integration (#5226)
* AI tracker was one frame late

* TransT tracker integration

* fixed linter issues

* added transt tracker to readme

* clone a fixed transt version

* nvidia/cuda:11.1-devel-ubuntu20.04 not available anymore, replaced with nvidia/cuda:11.7.0-devel-ubuntu20.04

* Fix show empty tasks (#100)

* Fix show empty tasks

* v1.41.1

* Update changelog

Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>

* [Snyk] Upgrade dotenv-webpack from 7.1.1 to 8.0.0 (#98)

feat: upgrade dotenv-webpack from 7.1.1 to 8.0.0

Snyk has created this PR to upgrade dotenv-webpack from 7.1.1 to 8.0.0.

See this package in npm:
https://www.npmjs.com/package/dotenv-webpack

See this project in Snyk:
https://app.snyk.io/org/cvat/project/6c66365f-c154-46f2-b5db-4a4cd35fea4d?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* Add repo disclaimer in README (#127)

* Update README.md

* Update README.md

* Update tools-control.tsx

* Add ModelHandler class

* Small fixes

Co-authored-by: dschoerk <dominik.schoerkhuber@tuwien.ac.at>
Co-authored-by: Dominik Schörkhuber <dschoerk@gmx.at>
Co-authored-by: Dominik Schörkhuber <e1027470@student.tuwien.ac.at>
Co-authored-by: Nikita Manovich <nikita@cvat.ai>
Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>
Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
Co-authored-by: Andrey Zhavoronkov <andrey@cvat.ai>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>
3 years ago
Boris Sekachev c7125a8ffb
Tried to fix one test (#5212)
* Tried to fix one test

* Fixed linter issues & cypress commands
3 years ago
Boris Sekachev f62aa276cd
Added paint brush tools (#4543) 3 years ago
Boris Sekachev 02eba10b45
Fixed issue: cannot assign a resource to a user who has an organization (#5218) 3 years ago
Andrey Zhavoronkov 49bdef01f1
IAM OPA bundle for dev environment (#5190) 3 years ago
Kirill Sizov 05598e0830
extend main workflow (#5213) 3 years ago
Kirill Sizov db6bbbab6a
Fix dataset import for Datumaro format (#4544)
* Datumaro format: add load_data_callback

* add test

* fix test

* fix project dataset uploading for some formats

* Fix black

* Update Changelog

* Update README.md

* Update README.md

Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>

* Fixes

* Remove useless trailing backslashes

* Fix tests

* Fix test

* Join tests

* Small fix

* Fix remark

Co-authored-by: kirill.sizov <kirill.sizov@intel.com>
Co-authored-by: yasakova-anastasia <yasakova_anastasiya@mail.ru>
Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>
3 years ago
Maxim Zhiltsov 60a05c7c76
Fix line length in installation docs (#5210) 3 years ago
inpv fa5ed35b46
Add dev environment installation instructions for Arch Linux-based systems (#5192)
* Add installation instructions for Arch Linux-based systems
3 years ago
Boris Sekachev 43e22c2cce
Updated rego rules, job assignee can resolve an issue (#5167) 3 years ago
Roman Donchenko 80c72340f8
Fix ESLint errors in cvat-core/src/server-proxy.ts (#5189)
* Fix incorrect requires of the ./config module

It's an ES6 module, so we need to use the `default` field, or we'll get the
module itself instead.

* Fix ESLint errors in cvat-core/src/server-proxy.ts

Specifically:

* `padded-blocks`
* `@typescript-eslint/no-var-requires`
* `@typescript-eslint/return-await`
3 years ago
Kirill Sizov fe10995b5f
Update CHANGELOG (#5206) 3 years ago
Maxim Zhiltsov 16c4c46643
Fix PR link (#5202) 3 years ago
Kirill Sizov 12a295af72
Extend logs for CI workflows (#5179) 3 years ago
Roman Donchenko 286f942b67
Remove `--` from some `yarn run` commands (#5173)
In Yarn 1.0, the `--` is no longer required, and in Yarn 2.0 it is now
passed to the script verbatim, thus breaking the command.

There are also usages of `--` in `lint-staged.config.js`, but in those
cases, passing `--` to the script would be mildly beneficial (ensuring that
none of the file names are interpreted as options), so I'm keeping those.
3 years ago
Boris Sekachev 6d965b80b8
No extra rerender of different pages with each click (#5178)
* No extra rerender of different pages with each click

* updated changelog

* Dedicated effects

* Removed extra code
3 years ago
Kirill Sizov 4cd43a27c8
Refactor CI (#5060)
* workflows: add docker image scan for CI workflow

* enter debug mode

* update mod-wsgi dependency

* add Trivy image scanner for cvat/ui image

* add trivyignore file

* update trivyignore file

* try scan without trivyignore

* remove trivy scanner

* add workflow that updates yarn.lock file for PRs from Snyk

* remove extra empty lines

* revert changes for mod-wsgi version

* remove deprecated set-output for workflows

* update upload-artifact action

* update upload-artifact action

* test another github action for getting changed files

* fix typo

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* revert changes for bandit linter

* remove debug changes

* remove debug changes

* remove debug changes

* remove debug changes

* exit debug mode
3 years ago
Maria Khrustaleva e4e8da281a
Fix create manifest command (#5172) 3 years ago
Boris Sekachev c30c97b6af
Fixed error: could not fetch task in a corner case (#5163)
* Fixed error: could not fetch task in a corner case

* Updated changelog
3 years ago
Andrey Zhavoronkov 65a8bc1ea4
Fix ingress route for `static` path (#5164) 3 years ago
Boris Sekachev 0b12a77a0e
Fixed wrong issue position when create a quick issue on a rotated shape (#5162)
* Fixed wrong issue position when create a quick issue on a rotated shape

* Updated changelog
3 years ago
Andrey Zhavoronkov 9cf2989546
Init OPA rules with API instead of file binding (#5047) 3 years ago
Artem Filippov 86f586174c
CVAT docs: integration/fiftyone doc (#5153) 3 years ago
Kirill Sizov 7b3339e89d
fix remark error (#5155) 3 years ago
Anastasia Yasakova 2311b10b80
Fix an issue with Imagenet dataset import (#4861) 3 years ago
Andrey Zhavoronkov 469217cc55
Added support for webhooks in Helm charts (#5118)
* added webhook support

* added webhook tests

* update_version supports helm values

* fix

* debug

* fix

* fix remote file test

* increase minikube resources

* fix syntax

* Update helm.yml

* fixed comment

* Update .github/workflows/helm.yml

Co-authored-by: Kirill Sizov <kirill.sizov@cvat.ai>

Co-authored-by: Kirill Sizov <kirill.sizov@cvat.ai>
3 years ago
Boris Sekachev 1fdec2cf73
Updated docs (#5154) 3 years ago
Boris Sekachev dfcc69c4ef
Minor improvements of z order feature (#5145)
* Do not switch z layer when changing objects

* Added z order sorting

* Added z indication

* Updated version & changelog
3 years ago
Maxim Zhiltsov a215547270
Upgrade datumaro dependency (#5148) 3 years ago
Andrey Zhavoronkov 3680990b37
[Snyk] Upgrade tus-js-client from 2.3.2 to 3.0.1 (#5140)
* feat: upgrade tus-js-client from 2.3.2 to 3.0.1

Snyk has created this PR to upgrade tus-js-client from 2.3.2 to 3.0.1.

See this package in npm:
https://www.npmjs.com/package/tus-js-client

See this project in Snyk:
https://app.snyk.io/org/cvat/project/31502ad1-28fd-42cc-a9f7-f2efd57910e3?utm_source=github&utm_medium=referral&page=upgrade-pr

* updated yarn.lock

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: “klakhov” <kirill.lakhov@cvat.ai>
3 years ago
Kirill Sizov ce09f28512
Fix SDK tests: login once per class (#5123) 3 years ago
Roman Donchenko 94eb6cb5f1
Bump Datumaro commit (#5122) 3 years ago
Artem Filippov 4fccc861b1
CVAT docs: authorization doc updated (#5121) 3 years ago
Boris Sekachev 78160ce753
Propagate angle when use 'propagate' feature (#5139)
* Propagate angle when use 'propagate' feature

* Updated version && changelog
3 years ago
Boris Sekachev 37ef30b963
Fixed issue with deleted frames in a multijob task (#5138)
* Fixed issue with deleted frames in a multijob task

* Updated changelog
3 years ago
Kirill Sizov ad4635e020
Update Github Actions (#5136)
* update actions/checkout version

* update actions/setup-python version

* update actoins/setup-node version
3 years ago
Boris Sekachev 1f9fc4cbfb
Fixed CVAT annotation view restoring (#5134)
* Fixed CVAT annotation view restoring

* Updated version, license, changelog

* Redesigned fix
3 years ago
Andrey Zhavoronkov 3aca9bce51
feat: upgrade dotenv-webpack from 7.1.1 to 8.0.1 (#5129)
Snyk has created this PR to upgrade dotenv-webpack from 7.1.1 to 8.0.1.

See this package in npm:
https://www.npmjs.com/package/dotenv-webpack

See this project in Snyk:
https://app.snyk.io/org/cvat/project/c4d6d89a-2ea0-41d8-84c7-118edb6061e2?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
3 years ago
Nikita Manovich d8204cd739
Update CITATION.cff 3 years ago
Nikita Manovich a3a39479b1
Update CITATION.cff 3 years ago