-
Notifications
You must be signed in to change notification settings - Fork 86
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: implement list command UX #414
Conversation
d85c3f2
to
22f8c2a
Compare
According to: https://github.com/notaryproject/notation/blob/main/specs/commandline/list.md Signed-off-by: Junjie Gao <[email protected]>
22f8c2a
to
2682b8b
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
bc649f3
to
d81b6b1
Compare
Codecov Report
@@ Coverage Diff @@
## main #414 +/- ##
==========================================
- Coverage 34.60% 33.18% -1.43%
==========================================
Files 23 21 -2
Lines 1254 1094 -160
==========================================
- Hits 434 363 -71
+ Misses 809 722 -87
+ Partials 11 9 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
d81b6b1
to
58c9fa8
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.
36c96a7
to
c431d58
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 a suggestion
// TODO: this is a temporary function and will be replaced after | ||
// notation-go refactor. |
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 you please open an issue to track this?
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
Signed-off-by: Junjie Gao <[email protected]>
c431d58
to
fb00153
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
According to: https://github.com/notaryproject/notation/blob/main/specs/commandline/list.md
Updated
list
command outputSigned-off-by: Junjie Gao [email protected]