fix: improve error messages of notation CLI#810
Merged
22 commits merged intomainfrom Nov 3, 2023
unknown repository
Merged
Conversation
added 19 commits
August 25, 2023 15:25
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
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 #810 +/- ##
==========================================
- Coverage 64.09% 64.05% -0.05%
==========================================
Files 40 40
Lines 2284 2323 +39
==========================================
+ Hits 1464 1488 +24
- Misses 698 709 +11
- Partials 122 126 +4 ☔ View full report in Codecov by Sentry. |
shizhMSFT
reviewed
Oct 27, 2023
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
iamsamirzon
approved these changes
Nov 2, 2023
priteshbandi
pushed a commit
that referenced
this pull request
Nov 3, 2023
Bumping up to notation-go v1.0.1. As #810 is merged, bumping up build is successful now. --------- Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
shizhMSFT
pushed a commit
that referenced
this pull request
Nov 3, 2023
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
shizhMSFT
pushed a commit
that referenced
this pull request
Nov 3, 2023
Bumping up to notation-go v1.0.1. As #810 is merged, bumping up build is successful now. --------- Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
shizhMSFT
pushed a commit
that referenced
this pull request
Nov 3, 2023
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
shizhMSFT
pushed a commit
that referenced
this pull request
Nov 3, 2023
Bumping up to notation-go v1.0.1. As #810 is merged, bumping up build is successful now. --------- Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
6 tasks
rgnote
pushed a commit
to rgnote/notation
that referenced
this pull request
Mar 8, 2024
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
rgnote
pushed a commit
to rgnote/notation
that referenced
this pull request
Mar 8, 2024
Bumping up to notation-go v1.0.1. As notaryproject#810 is merged, bumping up build is successful now. --------- Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
rgnote
pushed a commit
to rgnote/notation
that referenced
this pull request
Mar 8, 2024
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: rgnote <5878554+rgnote@users.noreply.github.com>
rgnote
pushed a commit
to rgnote/notation
that referenced
this pull request
Mar 8, 2024
Bumping up to notation-go v1.0.1. As notaryproject#810 is merged, bumping up build is successful now. --------- Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: rgnote <5878554+rgnote@users.noreply.github.com>
7h3-3mp7y-m4n
pushed a commit
to 7h3-3mp7y-m4n/notation
that referenced
this pull request
Mar 29, 2025
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
7h3-3mp7y-m4n
pushed a commit
to 7h3-3mp7y-m4n/notation
that referenced
this pull request
Mar 29, 2025
Bumping up to notation-go v1.0.1. As notaryproject#810 is merged, bumping up build is successful now. --------- Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
FeynmanZhou
pushed a commit
to FeynmanZhou/notation
that referenced
this pull request
May 15, 2025
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
FeynmanZhou
pushed a commit
to FeynmanZhou/notation
that referenced
this pull request
May 15, 2025
Bumping up to notation-go v1.0.1. As notaryproject#810 is merged, bumping up build is successful now. --------- Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
This pull request was closed.
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 improves error messages of
notation sign,notation verify,notation list, andnotation inspectcommands. The changes include:Note, this PR depends on notaryproject/notation-go#345. (On the notation CLI side, we are not displaying any individual signature error, only corresponding error messages are updated.)notaryproject/notation-go#345 has been merged. Notation CLI dependencies are up to date.
Resolves #699
Resolves #700
Resolves #701
Resolves #808