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
Boris Sekachev
16406fec96
Added basic masks tests ( #5237 )
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
Aleksey Alekseev
c3dd3499e3
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>
3 years ago
Роман Донченко
e723116e56
Fix Cypress tests after b029bc9d ( #5089 )
3 years ago
Boris Sekachev
6811c57ef4
Added cypress tests for issue 4966 ( #5080 )
...
* Added cypress tests for issue 4966
* Updated license headers
3 years ago
Роман Донченко
b029bc9da8
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.
3 years ago
Kirill Lakhov
b7371ede35
Enabled authentication via email ( #5037 )
3 years ago
Kirill Sizov
bae7564968
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>
3 years ago
Kirill Lakhov
8b719e4959
Fixed unstable e2e restore tests ( #5010 )
3 years ago
Aleksey Alekseev
5f44603db2
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
3 years ago
Maria Khrustaleva
56e8c1eb82
Cypress tests for source & target storage ( #4914 )
...
* Draft version
* Implemented import & fixed export && some code cleanup && some fixes && updated notifications
* Refactoring && fixed several bugs
* Update licence headers && small fixes
* Update remaining licence headers && small changes
* Fix part of tests
* Fix tests
* Remove unused code
* Fix part of comments
* Some fixes
* Move file download process to job
* Rename methods
* Small fix
* Fix storages configuration for tasks
* Styles
* Remove unused
* Change storage configuration && fix forms reset && some fixes
* Update imports
* Remove extra argument type
* Add catch
* Fix import backup from local
* Import architecture refactoring && some fixes
* Rename props
* Small reorganization of export architecture && minor fixes
* Remove unused import
* Small fix && skip error notification when no permissions
* Fix project creating
* Fix part of eslint issues
* Fix eslint
* Fix eslint
* Fix eslint
* eslint
* Fix some eslint issues
* Combine uploadAnnotations and importDataset
* Fix annotation uploading from local
* Update tests
* Fix annotation uploading
* Fix notification
* Update dependencies
* fix
* Update jest tests
* Skip error notification when no permissions
* Update case 91 92 canvas3d tests
* Styles
* Update icons
* eslint
* eslint
* eslint
* eslint
* Create & delete cloud storage
* Common part && export job annotations
* Update tests && add tests for project backup
* Fix typo
* Rename variables
* debug
* Revert timeout
* Fix server host
* Fix test with project backup restore
* small refactoring
* Update issue_2473_import_annotations_frames_dots_in_name
3 years ago
Maria Khrustaleva
9f89787f95
Source & target storage support ( #4842 )
3 years ago
Boris Sekachev
efd43637a4
Fixed redrawing a skeleton (Shift+N) ( #4906 )
...
* Fixed redrawing a skeleton (Shift+N)
* Updated version
* Added cypress test
* Enabled disabled tests
* Updated test IDs
3 years ago
Boris Sekachev
6410b86a4e
Added end-to-end Cypress tests for Skeletons pipeline ( #4892 )
...
* Updated config
* Added skeleton drawing
* Added first cypresst test with skeletons
* Reworked split
* Added drawing/merging/splitting
* Fixed IDs order
* Fixed case 107
4 years ago
Kirill Lakhov
738792c285
Fixed actions_users/case_38_feedback_button ( #4885 )
...
* Fixed incorrect links
* Updated header
4 years ago
Andrey Zhavoronkov
5e2eda7601
Extend helm to support Serverless functions and Analytics ( #110 )
4 years ago
Boris Sekachev
7e20b279af
Added support of skeletons ( #1 )
4 years ago
Kirill Lakhov
7a33fc0339
Fix unstable 2E2 tests ( #68 )
...
* Added workaround
* fixed yolo format test
* applied comment
* removed logout intercept
4 years ago
Kirill Lakhov
36fdcea8d6
OpenCV.js caching and autoload ( #30 )
4 years ago
Aleksey Alekseev
fbcf758674
86 improve uiux on create task page ( #7 )
...
* Update label form
Remove Done button
Add closing by Esc
Add continuing by Enter
* disable autocomplete on label form
* Update submit behavior on create task
Change one submit button to two: "submit and open" and "submit and continue"
* Update submit behavior on create project
Change one submit button to two: "submit and open" and "submit and continue"
* fix eslint error
* change tests
* Add changes in changelog
* update version cvat-ui
* move of empty name handler logic when create label
* change handler errors on create project
* change text of buttons
* revert change yarn.lock
* Fixed eslint pipeline
* fix eslint error on test
* fix several tests
* fix several tests
* fix several tests
* fix several tests
Co-authored-by: Boris <sekachev.bs@gmail.com>
Co-authored-by: kirill-sizov <sizow.k.d@gmail.com>
Co-authored-by: Nikita Manovich <nikita@cvat.ai>
4 years ago
Boris Sekachev
1a94190572
Changed links openvinotoolkit > cvat-ai ( #3 )
...
Changed links openvinotoolkit > cvat.ai
4 years ago
Boris Sekachev
8ebdf5db93
Fixed eslint config ( #131 )
...
* Fixed eslint config
* Updated yarn.lock
4 years ago
Kirill Sizov
a38c567c4c
Fix CI-nightly ( #117 )
4 years ago
Boris Sekachev
4f1a778d22
Fixed Intel license headers ( #119 )
4 years ago
Kirill Lakhov
489c115bb4
Fixed failing test case_113_new_organization_pipeline ( #111 )
...
added workaround for detached elements
4 years ago
Kirill Lakhov
c0c469f824
Tags on frame ( #75 )
4 years ago
Kirill Lakhov
9f2ccb8f81
Improved stability of actions_tasks2/case_101_opencv_basic_actions.js ( #58 )
4 years ago
Kirill Lakhov
5d318e0f5f
Incremental jobs update ( #42 )
4 years ago
Boris Sekachev
ebd04aa4de
Fixed built, improved testing system ( #43 )
...
Fixed nightly built, reworked closing platform notification, updated cypress, fixed vulnerabilities in tests/
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
Kirill Lakhov
c266a9421c
Improved stability of actions_tasks/task_changes_after_initial_save.js ( #39 )
4 years ago
Kirill Lakhov
cb896ecab2
Tus for backups ( #9 )
4 years ago
Kirill Lakhov
9c4375d42e
Fixed: actions_projects_models/registration_involved/base_actions_project_task_user.js ( #38 )
...
remove task2 should not exist
4 years ago
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
Kirill Lakhov
5820ece3f0
Fix CI-nightly: task_changes_status_after_initial_save test ( #25 )
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
Boris Sekachev
b5bac8c0a5
Jobs page: advanced filtration and implemented sorting ( #4319 )
...
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
Co-authored-by: Maya <maya17grd@gmail.com>
4 years ago
Boris Sekachev
f719648bb0
Added cypress tests for the feature: 'continue frame n' ( #4340 )
...
* Added cypress tests for the feature: 'continue frame n'
* Update tests/cypress/integration/actions_tasks/continue_frame_n.js
* Update tests/cypress/integration/actions_tasks/continue_frame_n.js
4 years ago
Kirill Lakhov
6ca72a915b
Cypress. Add test for OpenCV TrackerMIL tool ( #4301 )
...
* init
* added test
* added comment
* fix typo
* fix linter error
* applied comments
4 years ago
Boris Sekachev
237f98d5f8
Some icons improvements ( #4286 )
...
* Removed unused icons
* Some icon changed to alternatives
* Updated version
* Icon selectors in tests
* Fixed eslint error in test
* Fixed opacity
* Updated header
* Fix URL scheme in cypress tests related with removing labels
* MinusCircled -> DeleteOutlined, removed one more custom cvat icon (there is the same antd icon)
* Fixed tests
* Fixed typos
4 years ago
Dmitry Kruchinin
5915740cdb
Cypress. Rework the command to add a label. ( #4195 )
...
* Add command for a label delete. Rework command to add a new label
* The tests adaptations
* Some updates
* Fix ESLint issue
* Fix command
4 years ago
Maria Khrustaleva
83126c7b5a
API versioning using accept header ( #4239 )
4 years ago
Boris Sekachev
29f14a814a
Added 2 cypress tests ( #4278 )
...
* Implemented test for issue #3975 PR #4189
4 years ago
Dmitry Kruchinin
d2ea06306f
Cypress. Update the test for project export dataset. Add import dataset. ( #4233 )
4 years ago