-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Adding utility functions - IsNameOnly and EnsureTagged #2062
Conversation
Current coverage is 51.22% (diff: 0.00%)@@ master #2062 diff @@
==========================================
Files 126 128 +2
Lines 11308 11322 +14
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
- Hits 6944 5800 -1144
- Misses 3476 4775 +1299
+ Partials 888 747 -141
|
Ping @dmcgowan @aaronlehmann |
This does have some overlap with what will be added #1778. Would prefer matching the interface approved in that PR for the new functions. Not going to get that merged until after 2.6 since it has a large PR needed to go along with it in the engine. |
@dmcgowan cool! let me update the PR to match your changes. Hopefully the changes in this PR are acceptable for the next vendor. |
@nishanttotla just include the 2 functions you need, should be a simple vendor |
Signed-off-by: Nishant Totla <[email protected]>
f3afe56
to
2caeb61
Compare
@dmcgowan I've updated the PR. Let me know if this is acceptable. |
LGTM Can you please update the PR description to match the changed function name? |
LGTM |
IsNameOnly
andEnsureTagged
aren't present indocker/docker/reference
, but useful trivial utility functions. This also reduces the gap between the the Docker reference package and the one in this repo.Signed-off-by: Nishant Totla [email protected]