swh:1:snp:973504f75325e1c705c39106a2685791af62e9e3

sort by:
Revision Author Date Message Commit Date
84ad3e3 tmp 06 November 2022, 23:37:04 UTC
c7125a8 Tried to fix one test (#5212) * Tried to fix one test * Fixed linter issues & cypress commands 02 November 2022, 09:38:58 UTC
f62aa27 Added paint brush tools (#4543) 02 November 2022, 05:38:44 UTC
02eba10 Fixed issue: cannot assign a resource to a user who has an organization (#5218) 02 November 2022, 04:16:13 UTC
49bdef0 IAM OPA bundle for dev environment (#5190) 02 November 2022, 04:13:17 UTC
05598e0 extend main workflow (#5213) 01 November 2022, 20:09:23 UTC
db6bbba 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> 01 November 2022, 11:05:48 UTC
60a05c7 Fix line length in installation docs (#5210) 01 November 2022, 08:41:05 UTC
fa5ed35 Add dev environment installation instructions for Arch Linux-based systems (#5192) * Add installation instructions for Arch Linux-based systems 01 November 2022, 08:26:03 UTC
43e22c2 Updated rego rules, job assignee can resolve an issue (#5167) 01 November 2022, 03:53:54 UTC
80c7234 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` 31 October 2022, 17:34:09 UTC
fe10995 Update CHANGELOG (#5206) 31 October 2022, 13:25:57 UTC
16c4c46 Fix PR link (#5202) 31 October 2022, 09:43:18 UTC
12a295a Extend logs for CI workflows (#5179) 28 October 2022, 14:11:04 UTC
286f942 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. 27 October 2022, 12:17:57 UTC
6d965b8 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 27 October 2022, 12:09:44 UTC
4cd43a2 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 27 October 2022, 09:51:37 UTC
e4e8da2 Fix create manifest command (#5172) 27 October 2022, 06:25:50 UTC
c30c97b Fixed error: could not fetch task in a corner case (#5163) * Fixed error: could not fetch task in a corner case * Updated changelog 26 October 2022, 08:01:11 UTC
65a8bc1 Fix ingress route for `static` path (#5164) 26 October 2022, 06:15:37 UTC
0b12a77 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 25 October 2022, 12:07:42 UTC
9cf2989 Init OPA rules with API instead of file binding (#5047) 25 October 2022, 09:20:50 UTC
86f5861 CVAT docs: integration/fiftyone doc (#5153) 25 October 2022, 05:24:30 UTC
7b3339e fix remark error (#5155) 24 October 2022, 07:01:45 UTC
2311b10 Fix an issue with Imagenet dataset import (#4861) 21 October 2022, 09:52:36 UTC
469217c 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> 21 October 2022, 09:49:32 UTC
1fdec2c Updated docs (#5154) 21 October 2022, 09:44:56 UTC
dfcc69c 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 21 October 2022, 09:01:15 UTC
a215547 Upgrade datumaro dependency (#5148) 20 October 2022, 13:34:29 UTC
3680990 [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> 18 October 2022, 12:36:04 UTC
ce09f28 Fix SDK tests: login once per class (#5123) 18 October 2022, 10:00:31 UTC
94eb6cb Bump Datumaro commit (#5122) 18 October 2022, 09:45:27 UTC
4fccc86 CVAT docs: authorization doc updated (#5121) 18 October 2022, 09:33:31 UTC
78160ce Propagate angle when use 'propagate' feature (#5139) * Propagate angle when use 'propagate' feature * Updated version && changelog 17 October 2022, 18:51:34 UTC
37ef30b Fixed issue with deleted frames in a multijob task (#5138) * Fixed issue with deleted frames in a multijob task * Updated changelog 17 October 2022, 18:51:24 UTC
ad4635e Update Github Actions (#5136) * update actions/checkout version * update actions/setup-python version * update actoins/setup-node version 17 October 2022, 14:44:25 UTC
1f9fc4c Fixed CVAT annotation view restoring (#5134) * Fixed CVAT annotation view restoring * Updated version, license, changelog * Redesigned fix 17 October 2022, 12:06:39 UTC
3aca9bc 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> 17 October 2022, 06:31:34 UTC
d8204cd Update CITATION.cff 15 October 2022, 18:48:41 UTC
a3a3947 Update CITATION.cff 15 October 2022, 18:46:57 UTC
a87994d Add CVAT.ai as an author 15 October 2022, 18:43:25 UTC
369c476 Add CITATION.cff file 15 October 2022, 18:37:04 UTC
15c3a63 Fix export job dataset (#5052) 15 October 2022, 16:40:45 UTC
c37a5c0 Update CHANGELOG.md (#5130) 15 October 2022, 16:32:11 UTC
6958971 Improve report information for Black linter (#5124) 14 October 2022, 14:55:12 UTC
570bc38 Added user_registered signal (#5007) 14 October 2022, 13:52:56 UTC
59c0cd4 Add CVAT intro video into documentation (#5079) 14 October 2022, 13:51:57 UTC
bdf919d fix: cvat/requirements/base.txt to reduce vulnerabilities (#5092) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-3039675 14 October 2022, 13:11:49 UTC
e62d5e4 feat: upgrade jest-config from 28.1.3 to 29.0.3 (#5115) Snyk has created this PR to upgrade jest-config from 28.1.3 to 29.0.3. See this package in npm: https://www.npmjs.com/package/jest-config 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 Co-authored-by: snyk-bot <snyk-bot@snyk.io> 14 October 2022, 12:41:09 UTC
2e9b821 fix: cvat/requirements/base.txt to reduce vulnerabilities (#5116) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-3039675 14 October 2022, 09:21:11 UTC
ac69473 Fixed bug of computing Jobs issues nums (#5101) * Fixed bug of computing Jobs issues nums * Updated changelog * Update CHANGELOG.md Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com> 13 October 2022, 21:20:15 UTC
eb431ac [Snyk] Upgrade async-mutex from 0.3.2 to 0.4.0 (#5102) * fix: upgrade async-mutex from 0.3.2 to 0.4.0 Snyk has created this PR to upgrade async-mutex from 0.3.2 to 0.4.0. See this package in npm: https://www.npmjs.com/package/async-mutex See this project in Snyk: https://app.snyk.io/org/cvat/project/79336e1b-856f-4136-b448-4ffce40e80f3?utm_source=github&utm_medium=referral&page=upgrade-pr * Updated yarn.lock Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru> Co-authored-by: Boris <sekachev.bs@gmail.com> 13 October 2022, 07:11:07 UTC
290885f [Snyk] Upgrade jszip from 3.10.0 to 3.10.1 (#5103) * fix: upgrade jszip from 3.10.0 to 3.10.1 Snyk has created this PR to upgrade jszip from 3.10.0 to 3.10.1. See this package in npm: https://www.npmjs.com/package/jszip See this project in Snyk: https://app.snyk.io/org/cvat/project/79336e1b-856f-4136-b448-4ffce40e80f3?utm_source=github&utm_medium=referral&page=upgrade-pr * Updated yarn.lock Co-authored-by: Boris <sekachev.bs@gmail.com> 13 October 2022, 07:06:33 UTC
5936bc5 add yolov5 serverless function leveraging nvidia gpu (#4960) 12 October 2022, 16:19:53 UTC
fe9898f CVAT docs: multi tasks creation (#5068) * attach cloud storages "creating an annotation task", "projects", "export/import datasets" and "backup" docs were updated * attach cloud storage(updated) * Update site/content/en/docs/manual/advanced/backup.md Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com> * Update site/content/en/docs/manual/advanced/backup.md Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com> * Update site/content/en/docs/manual/advanced/export-import-datasets.md Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com> * Update site/content/en/docs/manual/advanced/export-import-datasets.md Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com> * Update site/content/en/docs/manual/advanced/export-import-datasets.md Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com> * Update site/content/en/docs/manual/basics/creating_an_annotation_task.md Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com> * Update site/content/en/docs/manual/basics/creating_an_annotation_task.md Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com> * Source & target storage(updated) * added creating multi tasks doc changed weights of docs in basics + replaced some images for the "creating an annotation task" doc * added creating multi tasks doc(updated)) * added creating multi tasks doc(remark fixed) Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com> 12 October 2022, 16:11:38 UTC
8ebfdaf Update setup-additional-components.md (#5098) 12 October 2022, 15:33:59 UTC
c3dd349 Added Cypress testing for feature: Multiple tasks creating from videos (#5028) * add tests for try of creating multitasks with images and video * add tests seccess creating video with Remote source * reduce time of debounce * try fix 107, 118 tests * try fix 107 tests * fix test with attach video * disable test with attach video * fix url to remote videos * Aborted extra changes * Updated files * Refactored case 107 * Fixed almost all tests * Aborted extra changes * removed extra files * Improved tests, added tests for local videos * Fixed corner case * Fix :// * Redesigned a way of getting a file type * Added html type to button * Some refactoring * Removed extra file * sdk tests: fix path for file share images Co-authored-by: Boris <sekachev.bs@gmail.com> Co-authored-by: kirill-sizov <sizow.k.d@gmail.com> 12 October 2022, 12:39:50 UTC
e723116 Fix Cypress tests after b029bc9d (#5089) 12 October 2022, 09:57:20 UTC
b2a66db Added assets (#5095) 12 October 2022, 09:56:21 UTC
b6a9590 Increase throttle rate (#5094) 12 October 2022, 09:54:19 UTC
1cf0d41 Fix voc mask export when bg class id is not 0 (#5056) * Update datumaro dependency 12 October 2022, 09:25:57 UTC
1b807fb Add missing migration for webhooks (#5078) * Add missing migration * Change field type 12 October 2022, 08:31:08 UTC
688cc23 Add SDK package installation instructions (#5084) 11 October 2022, 16:44:55 UTC
6811c57 Added cypress tests for issue 4966 (#5080) * Added cypress tests for issue 4966 * Updated license headers 11 October 2022, 12:14:13 UTC
dbcfb30 Fix SDK tests (#5077) * Update SDK tests to use LoginSerializerEx 11 October 2022, 11:35:59 UTC
384960b Fixed double modal export/backup a task/project (#5075) * Fixed double modal export/backup a task/project * Updated version && changelog 11 October 2022, 09:14:14 UTC
99c006a Add docs for webhooks (#5035) 10 October 2022, 12:00:58 UTC
29702a8 Fix broken link (#5066) 10 October 2022, 08:55:59 UTC
c8c40df Fixes some serverless functions (HRNET, IOG, f-BRS) (#4944) * Update curl command for Google Drive weights and adjust yaml files (#4736) * update changelog Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru> 09 October 2022, 15:52:34 UTC
511f970 Allow trailing slashes in SDK client url (#5057) 09 October 2022, 07:01:46 UTC
b029bc9 cvat-sdk: Fix creating tasks with non-local files (#5058) * Move the test file share contents to tests/share This way, it can be reused between tests. * cvat-sdk: Fix creating tasks with non-local files Forcing the `Content-Type` for the `upload_data` API call to `multipart/form-data` does not work, because the current logic for converting Python values to parts (`ApiClient._convert_body_to_post_params`) does not encode them in a way that Django REST Framework can understand (it JSON-encodes each part). Fortunately, we don't actually need to do that, since when we create a task with non-local files, we don't need to upload any files, and so we can just post the original JSON, so do just that. I couldn't add a test for the remote image case, because CVAT rejects all URLs with non-public IP addressses. However, I did test this case manually. 07 October 2022, 11:58:54 UTC
b7371ed Enabled authentication via email (#5037) 07 October 2022, 11:21:39 UTC
f719f58 Fix ESlint problems / typescript for cvat-core (#5027) * typescripted some files * typescripted cloud storage * reverted api-implementation, fixed minor errors * updated changelog * fixed jest test * updated file: to link: Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru> 07 October 2022, 08:24:58 UTC
e7c1606 Fixed invisible label view in label constructor (#5041) * Fixed invisible label view in label constructor * Updated changelog 05 October 2022, 13:49:29 UTC
7850f1e Fixed changing label color on canvas (#5045) * Fixed changing label color on canvas * Updated changelog 05 October 2022, 13:47:35 UTC
1902ecd Extend SDK layer 2 docs (#4980) 05 October 2022, 11:04:38 UTC
426f8e3 Extend SDK layer 1 docs (#5011) 05 October 2022, 11:02:04 UTC
bcb3f9b Tests for Webhook sender (#5017) * tests/rest_api/assets: update webhooks in testdb * tests/rest_api/test_webhook_sender: add tests for project and ping events * tests/rest_api/test_webhook_sender: add tests for webhook intersection case * tests/rest_api/test_webhook_sender: add tests for task update events * tests/rest_api/test_webhook_sender: add tests for task create and job update events * tests/rest_api/test_webhook_sender: add tests for issue events * tests/rest_api/test_webhook_sender: add tests for membership events * tests/rest_api/test_webhook_sender: add tests for organization event * Fix Pylint warnings * apps/engine: get rid of sending `create` signals in views * apps/organizations: get rid of sending `create` signals in views * tests/rest_api/test_webhooks: fix typo * apps/engine: get rid of sending signals in task view * tests/rest_api: remove debug prints * apps/engine: fix pylint errors * tests/rest_api/test_webhooks_sender: add tests for `redelivery` method * tests: define tag for minio image * apps/webhooks: remove owner_id from write serializer * tests/rest_api/test_webhooks: fix code style * tests/rest_api: added tests for webhook comment events * tests/rest_api: fix typo Co-authored-by: Anastasia Yasakova <yasakova_anastasiya@mail.ru> * tests: fix warnings from black Co-authored-by: Anastasia Yasakova <yasakova_anastasiya@mail.ru> 05 October 2022, 10:01:53 UTC
7cc05e8 Fix serverless functions (#5039) * Fix some serverless functions * Update Changelog * Fixes 05 October 2022, 09:53:31 UTC
88523aa Fix tensorflow docker image tag for siammask (#5030) 04 October 2022, 06:59:49 UTC
963e8ef Remove `cvat-sdk` from `tests/python/requirements.txt` (#5019) 03 October 2022, 12:01:01 UTC
6654366 Autoformat python tests (#5021) 03 October 2022, 12:00:29 UTC
6274bd1 workflows: update value of status for `waiting server` step (#5026) 03 October 2022, 11:56:52 UTC
2e15025 Check server version in SDK (#4935) 30 September 2022, 18:55:33 UTC
55913f0 Source & target storage documentation (#5014) 30 September 2022, 12:54:00 UTC
bae7564 Add webhooks (#4863) Co-authored-by: “klakhov” <kirill.lakhov@cvat.ai> Co-authored-by: Boris <sekachev.bs@gmail.com> Co-authored-by: kirill-sizov <kirill.sizov@intel.com> 28 September 2022, 19:56:50 UTC
8b719e4 Fixed unstable e2e restore tests (#5010) 28 September 2022, 11:42:38 UTC
ddcee5b REST API tests with skeletons (#4987) 28 September 2022, 11:03:20 UTC
5f44603 add link to create of many tasks from project page (#5002) * add link to create of many tasks from project page * add dropdown for task actions * add return to project after multi tasks creating 28 September 2022, 10:36:08 UTC
20bf288 Full check: use SHA instead of branch name (#5009) 28 September 2022, 08:57:46 UTC
ba30833 Fix project export with skeletons (#5004) 28 September 2022, 08:06:37 UTC
fd666d0 Fix project import with skeletons (#4867) 28 September 2022, 06:20:14 UTC
9e67bcb Update Datumaro version (#4984) 26 September 2022, 14:01:06 UTC
be5f977 Analytics: set cvat/server tag same as for docker-compose.yml (#4988) 25 September 2022, 12:10:04 UTC
b9abbce Updated documentation (#4975) * Updated documentation - Removed the FAQ from API&SDK - Changed the weight of the FAQ file * Fixed errors 21 September 2022, 15:55:35 UTC
ac4c93c fix Django admin page (#4983) 21 September 2022, 15:41:41 UTC
e22eac7 Helm tests (#4949) 21 September 2022, 09:40:58 UTC
5a8b5df added advanced configuration header styles (#4982) 21 September 2022, 08:39:00 UTC
0292433 set max size of nuclio log file (#4969) * set max size of nuclio log file * fixed config for compose v1 20 September 2022, 09:39:47 UTC
32f4be9 docs/about: add more links (#4974) 20 September 2022, 09:39:08 UTC
back to top