-
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
update: refactored notation list command #481
Conversation
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Codecov Report
@@ Coverage Diff @@
## main #481 +/- ##
==========================================
+ Coverage 32.14% 32.33% +0.19%
==========================================
Files 25 25
Lines 1341 1336 -5
==========================================
+ Hits 431 432 +1
+ Misses 898 892 -6
Partials 12 12
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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 one suggestion
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
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
This PR refactors the `notation list` command reducing the number of calls to getSignatureRepository() and repo.Resolve(). Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
This PR refactors the `notation list` command reducing the number of calls to getSignatureRepository() and repo.Resolve(). Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
This PR refactors the `notation list` command reducing the number of calls to getSignatureRepository() and repo.Resolve(). Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
This PR refactors the
notation list
command reducing the number of calls to getSignatureRepository() and repo.Resolve().