173 Commits (7ebc8d02df2d085eceed7c8dc86abfc5c8018f92)

Author SHA1 Message Date
Boris Sekachev fcc15ced82 Merged develop 5 years ago
Boris Sekachev d6ac8cc5be
[Dependent] Simple Review Pipeline (Client) (#2357)
* tmp

* Removed migration

* Rebased

* Added signals & rating

* Updated API views

* Added reviewer serializer

* Added permissions

* Fixed some code issues

* Fixed swagger docs

* Some fixes

* Updated api method to create review

* Added some API tests & some fixes

* Added some tests

* Removed extra code

* cvat-core, basic review view

* Removed extra components

* Fixed context menu

* Added api method to canvas, removed extra files

* Implemented roi selection

* Added method to display rois on canvas

* Updated README.md

* Create issue dialog, some fixes

* Setup chat dialog windows

* Code refactoring

* Some fixes

* Small enhancement

* Fixed core tests, removed extra code

* A couple of fixes on canvas

* Canvas issues highlighting

* Small UX fix

* Fixed width of chat

* Code refactoring

* Added dialogs & review summary

* Fixed tests

* Fixed bug during rendering

* Applied changes from client part

* Fixed bugs in tests

* Added docs & setup plugins in cvat-core

* Aborted cypress changes

* Fixed comments

* Removed extra change

* Renamed fields

* Updated versions, fixed some comments

* Merged develop

* Merged develop

* Removed extra changes

* Removed extra changes

* Fixed tests

* Fixed scale & animation

* Using hull instead of the whole set of points

* Fixed minor issue

* Added additional logic to improve UX

* Updated task instance after review submitting

* Removed extra dependenci from package lock

* Fixed REST API test

* Removed /comments/<id> [PUT]

* /issue/comments/create [POST] -> /comments [POST]

* /job/<id>/reviews/create [POST] -> /reviews [POST]

* [PATCH] /issue/<id>/resolve(reopen) -> [PATCH] /issue/id

* Minor fix

* Updated till the latest REST APi

* Fixed test

* Reviewed review summary

* Review summary client-side

* Removed unused import

* Checking permissions client side

* Checking job permissions

* UP issue dialog onmouseout

* Added shadow & pressenter event

* Added ref initial value

* Using the same box shadow in the whole project

* Removed extra files in the patch

* Removed extra files in the patch

* Updated versions

* Updated changelog

* Fixed merge issue

* Set updated flag on changing a reviewer

* Fixed submit review modal

* Two minor issue fixed

* Searching issues & additional sidebar tab

* Show text for locked objects

* Fixed permissions for reviewers

* Fixed typos

* Fixed review request/submit actions, added action to finish a job

* Star rating instead

* Fixed migration

* Removed animation, updated blur/highlight behaviour, updated hiddel labels position

* Hide/show issues button, adjusted header

* Context menu & buttons

* Removed ability to select an object in region selector

* Do not show issues in AAM & tag annotation

* Fixed jest tests

* Fixed: cannot read property label of undefined

* Getting hull before creating the issue

* Added ability to leave quick comment one of latest

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Maya d52d5baab4 Merge branch 'develop' into mk/share_without_copying_ 5 years ago
Kruchinin 627562fe09 Apply comments. 5 years ago
Kruchinin 6510e121d1 Minor fix. 5 years ago
Kruchinin 4379642bb0 Cypress test. Canvas grid feature. 5 years ago
Boris Sekachev c4662fa434
Merge pull request #2493 from dvkruchinin/dkru/cypress-test-objects-ordering-feature
Cypress test. Objects ordering feature.
5 years ago
Boris Sekachev 9b8db7bdb4
Merge pull request #2495 from dvkruchinin/dkru/cypress-test-canvas-color-feature
Cypress test. Canvas color feature.
5 years ago
Kruchinin a804bf74e2 Apply comments 5 years ago
Kruchinin e926973665 Merge branch 'develop' of https://github.com/openvinotoolkit/cvat into dkru/cypress-test-objects-ordering-feature 5 years ago
Dmitriy Oparin 1ff6f12bde Merge branch 'develop' into upstream/do/cypress_test_issue_2174_reset_zoom_in_tag_annotation_mode 5 years ago
Boris Sekachev 6ef3ff2a95
Merge pull request #2434 from dvkruchinin/dkru/cypress-test-check-email-verification
Сypress test. Email verification system.
5 years ago
Kruchinin 906c3c0846 Some fix 5 years ago
Dmitriy Oparin acb53d952f added check scaleDefault 5 years ago
Kruchinin 56fbb02df5 Cypress test. Canvas color feature. 5 years ago
Kruchinin 6f8a2539f9 Reducing the number of labels and objects created 5 years ago
Dmitriy Oparin 4dc442e0bc improvements test 5 years ago
Dmitriy Oparin e8de702ba4 Merge branch 'develop' into upstream/do/cypress_test_issue_2174_reset_zoom_in_tag_annotation_mode 5 years ago
Kruchinin b2e03a5f82 Minor fix. 5 years ago
Kruchinin 4202c8195b Merge branch 'develop' of https://github.com/openvinotoolkit/cvat into dkru/cypress-test-check-email-verification 5 years ago
Kruchinin f9ac1a4bed Cypress test. Filters functionality. 5 years ago
Kruchinin 9e5eea25ed Merge branch 'develop' of https://github.com/openvinotoolkit/cvat into dkru/cypress-test-objects-ordering-feature 5 years ago
Dmitry Kruchinin 75d2826a3d
[Dependent] Cypress test. Project functionality. (#2459)
* init server changes
5 years ago
Kruchinin 4913eb65a7 Cypress test. Objects ordering feature. 5 years ago
Boris Sekachev cffd897494
Merge pull request #2482 from dvkruchinin/dkru/cypress-test-issue-1823-after-fix
Cypress test. Issue 1823.
5 years ago
Kruchinin 3a7fdb2c96 Apply comments. 5 years ago
Kruchinin bd7cd5e896 Merge remote-tracking branch 'upstream/develop' into dkru/cypress-test-rotate-all-images-feature 5 years ago
Boris Sekachev 1137a1752d
Merge pull request #2483 from DmitriyOparin/upstream/do/cypress_test_issue_1922_error_canvas_is_busy_at_resize_element
Cypress test. Error canvas is busy at resize element.
5 years ago
Kruchinin 2d05706212 Merge remote-tracking branch 'upstream/develop' into dkru/cypress-test-check-email-verification 5 years ago
Boris Sekachev 1f2d66197e
Merge pull request #2481 from dvkruchinin/dkru/cypress-test-issue-2440-pr
Cypress test. Issue 2440.
5 years ago
Boris Sekachev 191b54fdfc
Merge pull request #2433 from DmitriyOparin/do/cypress_test_pr_2203_error_сannot_read_property_at_saving_job
Cypress test. Error сannot read property at saving job.
5 years ago
Dmitriy Oparin 5c21adcc4e add test 5 years ago
Dmitry Kalinin 879deb5a52
Projects (#2255)
Initial implementation of Projects feature to group similar tasks into one group (aka Dataset UI in the future).
5 years ago
Kruchinin 7352d39708 Add/replace functions. 5 years ago
Kruchinin 4ca3c8bc32 Some updates. 5 years ago
Kruchinin 897036f00f Cypress test. Rotate all images feature. 5 years ago
Kruchinin bf8e9c2529 Cypress test. Issue 1823. 5 years ago
Dmitriy Oparin ef93bac403 minor fix 5 years ago
Dmitriy Oparin 60e60f1bb6 added function saveJob 5 years ago
Dmitriy Oparin 08165c1b17 add test 5 years ago
Kruchinin 327e34ca3d Minor fix 5 years ago
Kruchinin b0f4ad6842 Cypress test. Issue 2440 5 years ago
Dmitriy Oparin 53cbd4c9c5 test adaptation for new develop 5 years ago
Dmitriy Oparin 2587d8e53d Merge branch 'develop' into do/cypress_test_pr_2203_error_сannot_read_property_at_saving_job 5 years ago
Kruchinin 57833e2030 Rework test suite for CI. 5 years ago
Kruchinin eb3feebbcd Merge remote-tracking branch 'upstream/develop' into dkru/cypress-test-check-email-verification 5 years ago
Kruchinin 7769d8b1de Merge remote-tracking branch 'upstream/develop' into dkru/cypress-test-issue-2418 5 years ago
Boris Sekachev 73220f7787
Merge pull request #2466 from dvkruchinin/dkru/fix-cypress-test-issue-2206
Fix cypress test for check issue 2306.
5 years ago
Boris Sekachev 2ac291e1d4
Merge pull request #2448 from dvkruchinin/dkru/cypress-test-issue-2411
Cypress test. Issue 2411
5 years ago
Kruchinin 49ce00217a Fix cypress test fot check issue 2206 5 years ago