Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task moving between projects #3164

Merged
merged 39 commits into from
May 20, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d1afcdd
Label name edition
ActiveChooN Feb 15, 2021
f000852
Added wrong label id handling
ActiveChooN Feb 15, 2021
34a877f
Restored missed logging
ActiveChooN Feb 15, 2021
5cd83f3
Merge branch 'dk/label-edit' into dk/tasks-move-between-projects
ActiveChooN Feb 15, 2021
22af7d2
temp
ActiveChooN Feb 21, 2021
574725e
Merge branch 'develop' into dk/tasks-move-between-projects
ActiveChooN Mar 19, 2021
4105af9
Merge branch 'develop' into dk/tasks-move-between-projects
ActiveChooN Apr 21, 2021
10b12f1
Merged develop into dk/tasks-move-between-projects
ActiveChooN Apr 21, 2021
4bb1553
Merge branch 'dk/tasks-move-between-projects' of https://github.com/o…
ActiveChooN Apr 21, 2021
6a6fbe1
Fixed merge issues
ActiveChooN Apr 21, 2021
92dc948
Merge branch 'develop' into dk/tasks-move-between-projects
ActiveChooN May 3, 2021
a11c503
Changed to new request schema
ActiveChooN May 4, 2021
d0276eb
Finished simplest move implementation
ActiveChooN May 6, 2021
5ff9865
Removed unused API method from cvat-core
ActiveChooN May 6, 2021
2d1b232
Added labels automapping
ActiveChooN May 7, 2021
d7bbdd9
Added moving from project to project
ActiveChooN May 7, 2021
c46d70f
Added proper validators
ActiveChooN May 11, 2021
583d28c
Merge branch 'develop' into dk/tasks-move-between-projects
ActiveChooN May 11, 2021
df7eef7
Fixed request performance
ActiveChooN May 11, 2021
3f08321
Fixed performance for task to project request
ActiveChooN May 11, 2021
e4be881
Merge branch 'dk/tasks-move-between-projects' of https://github.com/o…
ActiveChooN May 12, 2021
c4feb84
Fixed linters problems
ActiveChooN May 12, 2021
c87e838
Added server tests
ActiveChooN May 12, 2021
cd76047
Added CHANGELOG, increased packages version
ActiveChooN May 12, 2021
92e7f13
Update CHANGELOG.md
ActiveChooN May 13, 2021
28f37ec
Added special object for field updating
ActiveChooN May 14, 2021
16d390d
Update cvat-ui/src/reducers/notifications-reducer.ts
ActiveChooN May 14, 2021
325407e
Update cvat-ui/src/reducers/notifications-reducer.ts
ActiveChooN May 14, 2021
3916c52
Update cvat-ui/src/reducers/notifications-reducer.ts
ActiveChooN May 14, 2021
5fee08f
Fixed eslint issue
ActiveChooN May 14, 2021
56a9715
Simplified actions
ActiveChooN May 17, 2021
bde6e5b
Small fixes
ActiveChooN May 17, 2021
46860c9
Renamed values
ActiveChooN May 17, 2021
9b8533d
Merge branch 'develop' into dk/tasks-move-between-projects
May 20, 2021
f6adc0b
Fixed eslint issue
ActiveChooN May 20, 2021
f7833e0
Fixed incorrect merge from develop.
May 20, 2021
d2b2acc
Merge branch 'dk/tasks-move-between-projects' of github.com:openvinot…
May 20, 2021
dc82c04
Fixed cvat-core version
ActiveChooN May 20, 2021
bac8a97
Merge branch 'dk/tasks-move-between-projects' of https://github.com/o…
ActiveChooN May 20, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cvat-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cvat-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-core",
"version": "3.12.2",
"version": "3.13.1",
ActiveChooN marked this conversation as resolved.
Show resolved Hide resolved
"description": "Part of Computer Vision Tool which presents an interface for client-side integration",
"main": "babel.config.js",
"scripts": {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.