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

#1715 allow labels on object groups and collections #1754

Merged
merged 14 commits into from
Jun 2, 2022

Conversation

jstrzebonski
Copy link
Contributor

Fixes #1715

@jstrzebonski jstrzebonski self-assigned this May 2, 2022
@jstrzebonski jstrzebonski marked this pull request as ready for review May 2, 2022 20:26
@jstrzebonski jstrzebonski changed the title 1715 allow labels on object collections and groups 1715 allow labels on object groups and collections May 4, 2022
@jstrzebonski jstrzebonski force-pushed the 1715-allow-labels-on-object-collections-and-groups branch 2 times, most recently from a50c489 to 7601a22 Compare May 6, 2022 18:28
@jstrzebonski jstrzebonski force-pushed the 1715-allow-labels-on-object-collections-and-groups branch from 7601a22 to f850e5b Compare May 9, 2022 13:14
@jstrzebonski jstrzebonski requested a review from lifflander May 9, 2022 13:15
@jstrzebonski jstrzebonski force-pushed the 1715-allow-labels-on-object-collections-and-groups branch from f850e5b to be045b7 Compare May 9, 2022 15:26
@jstrzebonski jstrzebonski force-pushed the 1715-allow-labels-on-object-collections-and-groups branch from be045b7 to 99eb6bc Compare May 10, 2022 19:14
@codecov
Copy link

codecov bot commented May 10, 2022

Codecov Report

Merging #1754 (c6c6d25) into develop (c1b5f62) will increase coverage by 0.08%.
The diff coverage is 99.60%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1754      +/-   ##
===========================================
+ Coverage    84.23%   84.32%   +0.08%     
===========================================
  Files          757      757              
  Lines        26611    26685      +74     
===========================================
+ Hits         22416    22502      +86     
+ Misses        4195     4183      -12     
Impacted Files Coverage Δ
src/vt/objgroup/manager.cc 89.28% <ø> (ø)
...c/vt/vrt/collection/balance/lb_invoke/lb_manager.h 100.00% <ø> (ø)
src/vt/vrt/collection/collection_builder.impl.h 96.42% <ø> (ø)
tests/unit/rdma/test_rdma_handle.h 100.00% <ø> (ø)
.../unit/rdma/test_rdma_static_sub_handle.extended.cc 100.00% <ø> (ø)
.../vt/vrt/collection/balance/lb_invoke/lb_manager.cc 80.79% <91.66%> (+0.05%) ⬆️
examples/callback/callback.cc 100.00% <100.00%> (ø)
examples/collection/insertable_collection.cc 96.77% <100.00%> (ø)
examples/collection/jacobi1d_vt.cc 90.47% <100.00%> (ø)
examples/collection/jacobi2d_vt.cc 94.92% <100.00%> (ø)
... and 70 more

@jstrzebonski jstrzebonski force-pushed the 1715-allow-labels-on-object-collections-and-groups branch 2 times, most recently from 7beaf9a to fb020ce Compare May 11, 2022 19:05
src/vt/objgroup/manager.cc Show resolved Hide resolved
src/vt/vrt/collection/manager.h Show resolved Hide resolved
src/vt/vrt/collection/manager.h Show resolved Hide resolved
src/vt/vrt/collection/manager.h Outdated Show resolved Hide resolved
src/vt/vrt/collection/manager.h Outdated Show resolved Hide resolved
src/vt/vrt/collection/manager.h Outdated Show resolved Hide resolved
src/vt/vrt/collection/manager.impl.h Show resolved Hide resolved
@jstrzebonski jstrzebonski force-pushed the 1715-allow-labels-on-object-collections-and-groups branch from fb020ce to 3337172 Compare May 16, 2022 12:22
@jstrzebonski jstrzebonski requested a review from lifflander May 16, 2022 12:23
@jstrzebonski jstrzebonski force-pushed the 1715-allow-labels-on-object-collections-and-groups branch 3 times, most recently from 386741b to f452245 Compare May 17, 2022 17:25
@jstrzebonski jstrzebonski changed the title 1715 allow labels on object groups and collections #1715 allow labels on object groups and collections May 17, 2022
@DARMA-tasking DARMA-tasking deleted a comment from github-actions bot May 31, 2022
@DARMA-tasking DARMA-tasking deleted a comment from github-actions bot May 31, 2022
@DARMA-tasking DARMA-tasking deleted a comment from github-actions bot May 31, 2022
@DARMA-tasking DARMA-tasking deleted a comment from github-actions bot May 31, 2022
@DARMA-tasking DARMA-tasking deleted a comment from github-actions bot May 31, 2022
@DARMA-tasking DARMA-tasking deleted a comment from github-actions bot May 31, 2022
@DARMA-tasking DARMA-tasking deleted a comment from github-actions bot May 31, 2022
@DARMA-tasking DARMA-tasking deleted a comment from github-actions bot May 31, 2022
Copy link
Collaborator

@nlslatt nlslatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@nlslatt
Copy link
Collaborator

nlslatt commented Jun 1, 2022

Unfortunately, there are now merge conflicts. This can be merged once the conflicts are resolved.

@jstrzebonski jstrzebonski force-pushed the 1715-allow-labels-on-object-collections-and-groups branch from 880d642 to c6c6d25 Compare June 2, 2022 06:18
@jstrzebonski
Copy link
Contributor Author

Unfortunately, there are now merge conflicts. This can be merged once the conflicts are resolved.

@nlslatt
Rebased

@nlslatt nlslatt merged commit 4feceef into develop Jun 2, 2022
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.

Allow labels on object collections and groups
4 participants