Boris Sekachev
6acab035f2
Improved UX of user logout ( #5266 )
...
* Improved UX of user logout
* Updated version & changelog
* Fixed ?next='' query parameter
* Updated license header
3 years ago
Boris Sekachev
080755a8da
Fixed issue 5256, improved 'occluded' visualization ( #5259 )
...
* Fixed issue 5256, improved 'occluded' visualization
* Updated version & added test
* Updated changelog
* Fixed tests
3 years ago
Kirill Lakhov
92ba1ab845
New authentication UI ( #5181 )
...
* Add social accounts authentication && improve email confirmation
* Pass env variables to docker
* Update helm chart
* Update email verification templates
* Small refactoring
* Send email verification && redirect to /auth/email-verification-sent
* added new login form
* added main assets
* added main social buttons
* changed reset password form
* refactored reset password page
* Fix helm chart
* Fix typo
* Pass enabled advanced auth methods to client
* Rename class
* Fix
* Fix helm
* Fix github scope
* changed register page
* adjusted no social auth methods
* Some fixes
* Fix schema generation
* Fixes
* Apply comments
* Update changelog
* added responsiveness, refactored inputs
* cleanup
* fixed email-confirmed.tsx
* updated reset page, changed style on register page
* added fonts, fixed some ui problems
* removed some code
* fixed index.html
* made resizing less expressed
* fixed form sizing, issue#5166
* fixed submiting form by enter
* made toggle bigger, fixed headers
* updated versions
* removed extra lines
* fixed fields on form
* changed tests
* fixed more tests
* fixed comments
* reverted header
* added grid-unit-size for height, removed for fonts
* added new animation
Co-authored-by: Maya <maya17grd@gmail.com>
3 years ago
Boris Sekachev
e5d01359aa
Removed code duplications, added checks to CI ( #5253 )
3 years ago
Roman Donchenko
aadfd8814e
Fix TUS offset queries in production environments ( #5204 )
...
* Fix TUS offset queries in production environments
Previously, `mod_wsgi` would convert `HEAD` requests into `GET`, which
would be rejected, so clients were unable to resume an upload that failed
midway through.
To make use of this, update the SDK code to enable upload resumption.
* Add a test that forces a chunked TUS upload
* test_can_create_from_backup_in_chunks: make sure the upload is actually chunked
3 years ago
Andrey Zhavoronkov
46b88c11ab
Development guide update ( #5255 )
...
Added missed port forwarding option to the development guide.
3 years ago
magician
0b7fb04a09
fix pascal_voc import bug ( #4647 )
...
* fix pascal_voc import bug
* Add tests
* Fix black
* Small fixes
* Fix test
* Fix black
* Update Changelog
* Fix Changelog
* Fixes
* Remove unnecessary changes
* Remove unnecessary changes
* Join tests
* Small fix
* Fixes
* Fix pylint
* Remove unused import
* Small fix
Co-authored-by: yasakova-anastasia <yasakova_anastasiya@mail.ru>
3 years ago
Maria Khrustaleva
ba74709c40
Add tests for export job dataset ( #5160 )
3 years ago
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