feat: update notation cert list command output#798
Merged
priteshbandi merged 7 commits intomainfrom Oct 11, 2023
unknown repository
Merged
feat: update notation cert list command output#798priteshbandi merged 7 commits intomainfrom unknown repository
priteshbandi merged 7 commits intomainfrom
unknown repository
Conversation
added 3 commits
October 9, 2023 16:54
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #798 +/- ##
=========================================
+ Coverage 0 64.09% +64.09%
=========================================
Files 0 40 +40
Lines 0 2284 +2284
=========================================
+ Hits 0 1464 +1464
- Misses 0 698 +698
- Partials 0 122 +122 ☔ View full report in Codecov by Sentry. |
Member
|
The output looks much cleaner and straightforward than before. LGTM |
shizhMSFT
requested changes
Oct 10, 2023
yizha1
reviewed
Oct 11, 2023
added 2 commits
October 11, 2023 10:07
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
yizha1
previously approved these changes
Oct 11, 2023
Contributor
yizha1
left a comment
There was a problem hiding this comment.
Thanks @Two-Hearts
Updates on certificate.md LGTM
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
928a0f5
Author
|
Code cleaned up based on @shizhMSFT's suggestions. |
6 tasks
7h3-3mp7y-m4n
pushed a commit
to 7h3-3mp7y-m4n/notation
that referenced
this pull request
Mar 29, 2025
This PR updates the output format of `notation cert list` command. Resolves notaryproject#609 and notaryproject#772. Example output: ``` STORE TYPE STORE NAME CERTIFICATE ca myStore myCert.pem ``` Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
FeynmanZhou
pushed a commit
to FeynmanZhou/notation
that referenced
this pull request
May 15, 2025
This PR updates the output format of `notation cert list` command. Resolves notaryproject#609 and notaryproject#772. Example output: ``` STORE TYPE STORE NAME CERTIFICATE ca myStore myCert.pem ``` Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the output format of
notation cert listcommand.Example output,
Resolves #609
Resolves #772