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

Update nested objects on parent labels update #6958

Merged
merged 12 commits into from
Oct 20, 2023
Merged

Conversation

zhiltsov-max
Copy link
Contributor

@zhiltsov-max zhiltsov-max commented Oct 6, 2023

Motivation and context

Fixes #6871

  • Added batch update (note - no signals issued on this) for owning and nested objects (tasks, jobs) on parent (task, project) labels updates

How has this been tested?

Checklist

  • I submit my changes into the develop branch
  • I have created a changelog fragment
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • I have linked related issues (see GitHub docs)
  • I have increased versions of npm packages if it is necessary
    (cvat-canvas,
    cvat-core,
    cvat-data and
    cvat-ui)

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.

@zhiltsov-max zhiltsov-max changed the title [WIP] Update nested objects on parent labels update Update nested objects on parent labels update Oct 13, 2023
@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

Merging #6958 (e8f71d3) into develop (8197cd2) will increase coverage by 0.00%.
Report is 1 commits behind head on develop.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop    #6958   +/-   ##
========================================
  Coverage    82.33%   82.33%           
========================================
  Files          361      361           
  Lines        39171    39190   +19     
  Branches      3586     3586           
========================================
+ Hits         32251    32268   +17     
- Misses        6920     6922    +2     
Components Coverage Δ
cvat-ui 77.28% <ø> (-0.03%) ⬇️
cvat-server 86.97% <100.00%> (+0.02%) ⬆️

cvat/apps/engine/serializers.py Outdated Show resolved Hide resolved
cvat/apps/engine/serializers.py Outdated Show resolved Hide resolved
cvat/apps/engine/serializers.py Outdated Show resolved Hide resolved
cvat/apps/engine/serializers.py Outdated Show resolved Hide resolved
tests/python/rest_api/test_labels.py Show resolved Hide resolved
tests/python/rest_api/test_labels.py Outdated Show resolved Hide resolved
@SpecLad
Copy link
Contributor

SpecLad commented Oct 18, 2023

Please add a changelog entry.

@zhiltsov-max zhiltsov-max merged commit 99e4801 into develop Oct 20, 2023
33 checks passed
@bsekachev bsekachev deleted the zm/fix-6871 branch October 20, 2023 12:31
@cvat-bot cvat-bot bot mentioned this pull request Oct 23, 2023
mikhail-treskin pushed a commit to retailnext/cvat that referenced this pull request Oct 25, 2023
Fixes cvat-ai#6871

Added batch update (note - no signals issued on this) for owning and nested objects (tasks, jobs) on parent (task, project) labels updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exported categories different from project categories
2 participants