Boris Sekachev
fc1c60f735
Fixed issue 2516
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
Boris Sekachev
d011d20029
Merge branch 'develop' into bs/fixed_empty_frame
5 years ago
Boris Sekachev
94a0c0d483
Fixed empty frames navigation
5 years ago
Andrey Zhavoronkov
828e644837
Merge remote-tracking branch 'origin/develop' into az/get_task_preview_hotfix
5 years ago
Andrey Zhavoronkov
3e336237ab
fixed getTaskPreview exception handling, slightly improved the backend exception handling
5 years ago
Dmitry Kalinin
0c4f8882e1
Fixed projects layout
5 years ago
Boris Sekachev
1f43a2b96e
Added css classes for cypress
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
Boris Sekachev
c47804b792
Added css classes to cypress
5 years ago
Boris Sekachev
4ef1de0081
Merged develop
5 years ago
Boris Sekachev
0015d51909
Merged develop
5 years ago
Boris Sekachev
8e10e8eb3a
Merged develop
5 years ago
Boris Sekachev
abaf7f5c00
Merged develop
5 years ago
Boris Sekachev
dd3288080d
Merged develop
5 years ago
Boris Sekachev
dd2e3074ef
Merge branch 'develop' into bs/fixed_issue_2411
5 years ago
Boris Sekachev
68603ec4cf
Reset zoom option works in tag annotation mode
5 years ago
Boris Sekachev
fabd5a9134
Fixed issue: Cannot read property label of undefined
5 years ago
Boris Sekachev
92e4024601
Fixed: Value must be a user instance
5 years ago
Boris Sekachev
b79b33838e
Fixed: Canvas is busy
5 years ago
Boris Sekachev
cf01dffedd
Fixed bug: wrong attribute is removed in label constructor
5 years ago
Boris Sekachev
0d9890a6f6
Fixed bug: all objects with a specific label cannot be displayed if at least one tag with the label exist
5 years ago
Boris Sekachev
23f5e92dbe
Additional css classes for testing
5 years ago
Dmitry Kalinin
237d192789
Fixed PR issues
5 years ago
Dmitry Kalinin
1721682622
Added debouncing for search field
5 years ago
Dmitry Kalinin
ee7547aecb
Fixed empty user selector
5 years ago
Dmitry Kalinin
44c0bdf850
Merge branch 'develop' into dk/user-search
5 years ago
Dmitry Kalinin
9e584b4191
Added user search filed for assignee
5 years ago
Boris Sekachev
856003eba4
Updated internal links in the tool
5 years ago
Boris Sekachev
9c07dbfd7e
Additional CSS classes in CVAT to cypress testing ( #2366 )
5 years ago
Boris Sekachev
0576cb7872
Fixes for eslint & precommit configuration ( #2352 )
...
* Fixed some codacy configs, fixed commiting with lint-stage
* Improved code
* Fixed header
* Fixed headers
* Removed extra dependencies
* Updated some packages (fixed critical vulnerabilities)
5 years ago
Vitaliy Nishukov
7512fd6883
Reformatted ( #2349 )
5 years ago
Boris Sekachev
c84948f7ee
Added css classes for cypress testing ( #2344 )
5 years ago
Vitaliy Nishukov
00f6486f80
Z-Order flag in creation task process ( #2294 )
...
* Z-Order flag in creation task process has been removed
5 years ago
Maria Khrustaleva
f31b7a532a
Use cache default ( #2321 )
...
* Use cache default
* Update version
5 years ago
Boris Sekachev
bcc8bba39e
Fixed: cannot read property 'label' of undefined ( #2311 )
...
* Fixed: cannot read property 'label' of undefined
* Updated UI package version & changelog
* Fixed tests
5 years ago
tdowgiel
2b221d26fd
Allow to login into UI with token from api/v1/auth/login ( #2234 )
...
* Allow to login into UI with token from api/v1/auth/login
* Update changelog
* style
* Rev
* Rev: Fixed style. Added cva-ui version to UI. Fixed endless redirection with wrong tokens
* eslint
* revert cvat-core/package-lock.json
* Rev: Fixed import order and return type
* Revert bindings
5 years ago
Vitaliy Nishukov
678f5b9277
Eslint-Prettier integration & pre commit hook ( #2272 )
...
* Eslint prettier integrations and precommit hook on fly
* CHANGELOG update and package.json version patch
5 years ago
Vitaliy Nishukov
a781e1cee1
UI improvements ( #2238 )
...
* Layout grid
* Changelog notes
* License headers
* Get rid of fixed layot in nested components
* Multiple grids
* Multiple grids HF
* Grid use react-hotkeys
* Cleanup and test fix
* Version up
* Notifications overlay fix
5 years ago
Boris Sekachev
a5b2229039
Added ability to search for an empty frame ( #2221 )
...
* Fixed some eslint issues in cvat-core
* Added ability to search empty frames
* Updated version
* Updated changelog
* Fixed issue with track
* Fixed eslint issues
5 years ago
Dmitry Agapov
f2c84a2653
Nuclio as a plugin in CVAT, improved system to check installed plugins ( #2192 )
...
* allow to run cvat without nuclio
* fix new line
* fix comments
* Updated core version
* refactoring
* minor refactoring, fixed eslint issues, added documentation to cvat-core, updated ui version, updated changelog
* move plugins to serverViewSet
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Boris Sekachev
6370f980eb
Additional code has been added to investigate exception: 'Cannot read property label of undefined' ( #2220 )
5 years ago
Boris Sekachev
acfb1a492d
Fixed failure after updating a label on cvat.org ( #2199 )
...
* Fixed failure after updating a label on cvat.org (the bug is related with low bandwidth)
* Removed extra line of code
* Updated NPM version
* Fix test
* Better fix for the test
5 years ago
Boris Sekachev
a93b4607c0
Fixed two issues #2053 and #2202 ( #2203 )
...
* Fixed two issues #2053 and #2202
* Updated changelog, updated versions
* Updated core version
5 years ago
Boris Sekachev
8330015ac5
Fixed blinking notification ( #2200 )
...
* Fixed blinking notification
* Updated CHANGELOG
5 years ago
Boris Sekachev
4d869c3cf5
Using "alt" instead of "ctrl" to delete a point, fixed reducer ( #2204 )
...
* Using alt instead of ctrl to delete a point, fixed reducer
* Updated versions
* Updated changelog
5 years ago
Boris Sekachev
24027931f9
Added more css selectors to cypress testing ( #2197 )
5 years ago
Boris Sekachev
c2b17a0b34
Prevent CVAT failure when web analytics is failure ( #2172 )
...
* Prevent CVAT failure when web analytics is failure
* Updated UI version
6 years ago
Boris Sekachev
b71e77b17b
Using serverside paremeter min_pos_points, right colors of labels in … ( #2162 )
...
* Using serverside paremeter min_pos_points, right colors of labels in detector runner
* Updated changelog & versions
* Using color from consts instead of literal
6 years ago
Boris Sekachev
38acc99f27
Added automatic annotation progress to the task view ( #2148 )
...
* Added automatic annotation progress to the task view
* Updated changelog & version
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago