-
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
doc(spec): add subcommands to Notation plugin spec #555
doc(spec): add subcommands to Notation plugin spec #555
Conversation
Signed-off-by: Josh Duffney <[email protected]>
Linking the parent issue #549 |
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 #555 +/- ##
==========================================
- Coverage 36.34% 34.36% -1.98%
==========================================
Files 30 32 +2
Lines 1607 1848 +241
==========================================
+ Hits 584 635 +51
- Misses 1002 1192 +190
Partials 21 21 see 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@duffney Could you fix the DCO issue, see below check results. |
Co-authored-by: Shiwei Zhang <[email protected]> Signed-off-by: GitHub <[email protected]>
Co-authored-by: Shiwei Zhang <[email protected]> Signed-off-by: GitHub <[email protected]>
Signed-off-by: GitHub <[email protected]>
c48bb62
to
613522e
Compare
@duffney Could you resolve the comments, so that we can move on? |
Co-authored-by: Shiwei Zhang <[email protected]> Signed-off-by: GitHub <[email protected]>
7d4f6a8
to
626442c
Compare
I resolved the open comments, but there are a few unanswered questions around the |
@duffney I think it is connected to the previous comment from Shiwei, see here #555 (comment). The Here is a copy with additional comments added from me. IMO, Case-1 is the most common case. Case-1: Name is retrieved from the plugin metadata, but need users to confirm it is the right one. Case-2: users specify the name which is the same as the name from plugin metadata, then it will be installed directly Case-3: users specify the name, which is not the same from plugin metadata |
@duffney Could you resolve the comments? The RC-4 release (Previous RC-3) is planned by end of this Month. Hope we can get the spec merged next week, then we can start the implementation. |
@yizha1 having the name option confirm the correct plugin name makes perfect sense to me, thanks for the clarification. :) |
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
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: Josh Duffney <[email protected]>
42f1819
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: Josh Duffney <[email protected]>
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 nitpick that Shiwei called out.
Signed-off-by: GitHub <[email protected]>
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
Spec changes to improve the UX for plugin installation and removal using the NotationCLI. --------- Signed-off-by: Josh Duffney <[email protected]> Signed-off-by: GitHub <[email protected]> Co-authored-by: Shiwei Zhang <[email protected]> Signed-off-by: Josh Duffney <[email protected]>
Spec changes to improve the UX for plugin installation and removal using the NotationCLI.