-
Notifications
You must be signed in to change notification settings - Fork 180
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
feat: Add ability query tags for oras repo tags
command
#800
Conversation
oras repo tags
commandoras repo tags
command
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #800 +/- ##
=======================================
Coverage 63.50% 63.50%
=======================================
Files 21 21
Lines 844 844
=======================================
Hits 536 536
Misses 265 265
Partials 43 43 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This is an inconsistent user experience since the return value is not tags any more. Functionally it's already covered by |
7e182cc
to
ecc6ad4
Compare
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.
LGTM with suggestions. Also, I have added test enhancement in #829. Feel free to comment if you are interested in adding them, or you come up with any new cases.
@TerryHowe Can you help rebase the PR? @shizhMSFT Please take a look when you have time, thanks. |
@TerryHowe The PR overall LGTM but I left some comments on the user experience. |
Signed-off-by: Terry Howe <tlhowe@amazon.com>
Signed-off-by: Terry Howe <tlhowe@amazon.com>
Signed-off-by: Terry Howe <tlhowe@amazon.com>
Signed-off-by: Terry Howe <tlhowe@amazon.com>
Signed-off-by: Terry Howe <tlhowe@amazon.com>
Signed-off-by: Terry Howe <tlhowe@amazon.com>
Signed-off-by: Terry Howe <tlhowe@amazon.com>
Signed-off-by: Terry Howe <tlhowe@amazon.com>
cf0281e
to
687b324
Compare
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.
LGTM
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.
LGTM
Add a ability for the
oras repo tags
command to get the tags associated with a specified digest or tag. Given a tag, it will return the digest. Given a digest, it will return the tag.Closes: #799
Signed-off-by: Terry Howe tlhowe@amazon.com