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

Add support for weak ProgressGroup membership. #2668

Merged
merged 2 commits into from Feb 25, 2022

Conversation

sipsma
Copy link
Collaborator

@sipsma sipsma commented Feb 22, 2022

A ProgressGroup will now only be displayed if a vertex member marked as
non-weak has started.

Signed-off-by: Erik Sipsma erik@sipsma.dev

@sipsma
Copy link
Collaborator Author

sipsma commented Feb 25, 2022

Marking as do-not-merge because it includes a commit currently in a separate PR: #2675

@sipsma sipsma changed the title Add support for ProgressIndex Add support for weak ProgressGroup membership. Feb 25, 2022
@@ -254,6 +254,7 @@ message ExportCache {
message ProgressGroup {
string id = 1;
string name = 2;
bool weak = 3;
Copy link
Member

Choose a reason for hiding this comment

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

Something wrong with whitespace here

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed

Signed-off-by: Erik Sipsma <erik@sipsma.dev>
A ProgressGroup will now only be displayed if a vertex member marked as
non-weak has started.

Signed-off-by: Erik Sipsma <erik@sipsma.dev>
@sipsma sipsma merged commit 0692ad7 into moby:master Feb 25, 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.

None yet

2 participants