-
Notifications
You must be signed in to change notification settings - Fork 42
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
chore: start using plugin-framework package #372
Conversation
Signed-off-by: Pritesh Bandi <priteshbandi@gmail.com>
Signed-off-by: Pritesh Bandi <priteshbandi@gmail.com>
Signed-off-by: Pritesh Bandi <priteshbandi@gmail.com>
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #372 +/- ##
==========================================
+ Coverage 73.24% 73.43% +0.18%
==========================================
Files 27 24 -3
Lines 2527 2507 -20
==========================================
- Hits 1851 1841 -10
+ Misses 536 526 -10
Partials 140 140 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Pritesh Bandi <priteshbandi@gmail.com>
Signed-off-by: Pritesh Bandi <priteshbandi@gmail.com>
Signed-off-by: Pritesh Bandi <priteshbandi@gmail.com>
Signed-off-by: Pritesh Bandi <priteshbandi@gmail.com>
Signed-off-by: Pritesh Bandi <priteshbandi@gmail.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.
There are still many instances where the code uses proto.xxx
that have not been replaced with notation-plugin-framework-go/plugin
. Will we replace them?
Signed-off-by: Pritesh Bandi <priteshbandi@gmail.com>
Some code such as supporting methods not present |
Signed-off-by: Pritesh Bandi <priteshbandi@gmail.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
I think we should wait for Shiwei's comments regarding the PR.
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 with suggestions on deprecation notices
Will merge the change and raised new PR for your suggestions. |
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
**Note:** we introduced a small breaking change; the type for `GenerateSignatureResponse#SigningAlgorithm` has been changed from `string` to `plugin.SignatureAlgorithm` --------- Signed-off-by: Pritesh Bandi <priteshbandi@gmail.com>
chore: start using plugin-framework package.
Note: we introduced a small breaking change; the type for
GenerateSignatureResponse#SigningAlgorithm
has been changed fromstring
toplugin.SignatureAlgorithm