-
Notifications
You must be signed in to change notification settings - Fork 18.9k
remove job from tag #12358
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
remove job from tag #12358
Conversation
|
ping @tiborvass |
graph/tag.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we call it just Tag?
5a86add to
150d8d7
Compare
150d8d7 to
aa41008
Compare
aa41008 to
346ba96
Compare
|
@LK4D4 Fixed now:) |
|
@dalanlan Is tests already in integration-cli? |
|
Yep @LK4D4 |
graph/tag.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth even keeping this file around any more? The only value I see here is the name Tag() instead of Set() - which better aligns with what an end user sees. Perhaps we could remove this file and rename tags.go's Set() to Tag() - since its just a wrapper for SetLoad().
@LK4D4 what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense!
|
Aside from my one minor comment, it looks good. |
integration/server_test.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the other 2 tests in integration-cli, but I'm not sure I see this one. Do you see it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@duglin It's in there in the containers_api test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not seeing it - must be blind. Got a URL?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, it's in the run tests now, and there is a PR to move it to API tests...
https://github.com/docker/docker/blob/master/integration-cli/docker_cli_run_test.go#L3500
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok thanks
|
Please squash the commits down to one. |
Signed-off-by: Simei He <hesimei@zju.edu.cn>
5e69c3f to
99f6309
Compare
|
LGTM |
1 similar comment
|
LGTM |
part of #12151
remove job from tag
Signed-off-by: Simei He hesimei@zju.edu.cn