-
Notifications
You must be signed in to change notification settings - Fork 192
Refactor cmd/cli/plugin/package: create its own go.mod and move in openapischema #3316
Conversation
8a37bfb
to
45244f1
Compare
aad3484
to
bf74a73
Compare
Codecov Report
@@ Coverage Diff @@
## main #3316 +/- ##
==========================================
+ Coverage 46.91% 52.90% +5.98%
==========================================
Files 265 103 -162
Lines 28879 10419 -18460
==========================================
- Hits 13550 5512 -8038
+ Misses 14082 4446 -9636
+ Partials 1247 461 -786
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
bf74a73
to
7e0e6df
Compare
Cluster Generation A/B Results: |
I have a question for @vijaykatam @vuil @anujc25 @shyaamsn here: The Now if have only one What are your thoughts about defining separate go modules; one under |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
9c9c803
to
d9dc37c
Compare
After discussing with @yharish991, we have agreed to pull out the setting of @codegold79 when #3345 is merged, you will be able to start using |
@marckhouzam, that's part of the plan. My first try at refactoring package plugin involved using the relocated buildinfo, but I was advised in a couple of comments that it would be more orderly to use the newly placed buildinfo in separate PRs. So, after this PR #3316 is merged, as long as #3345 is merged, I'll go ahead and use the relocated buildinfo. Hope that makes sense. UPDATE: |
d9dc37c
to
931ffb1
Compare
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.
Looks good except the go.mod
comment from @maralavi
d274e1f
to
2a4b2e6
Compare
- bring in openapischema - go mod init/tidy - update buildinfo path Signed-off-by: F. Gold <fgold@vmware.com>
Signed-off-by: F. Gold <fgold@vmware.com>
2a4b2e6
to
52cc6d3
Compare
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.
Thanks for the changes
What this PR does / why we need it
cmd/cli/plugin/package
directorycmd/cli/plugin/package
Which issue(s) this PR fixes
Fixes #
Describe testing done for PR
I was able to run
make build-cli-local
successfully. I put the output here: make build-cli-local.txtRelease note
Additional information
Special notes for your reviewer