Skip to content
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

Feat: support NOTES.cue in addon for additional info printer #5195

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

wonderflow
Copy link
Collaborator

Signed-off-by: Jianbo Sun jianbo.sjb@alibaba-inc.com

Description of your changes

Fixes #4114

I have:

  • Read and followed KubeVela's contribution process.
  • Related Docs updated properly. In a new feature or configuration option, an update to the documentation is necessary.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

How has this code been tested

Special notes for your reviewer

@codecov
Copy link

codecov bot commented Dec 15, 2022

Codecov Report

Base: 61.12% // Head: 61.13% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (9b2d020) compared to base (2b3da03).
Patch coverage: 68.36% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5195   +/-   ##
=======================================
  Coverage   61.12%   61.13%           
=======================================
  Files         305      305           
  Lines       45377    45437   +60     
=======================================
+ Hits        27738    27777   +39     
- Misses      14788    14808   +20     
- Partials     2851     2852    +1     
Flag Coverage Δ
apiserver-e2etests 35.17% <53.06%> (+0.13%) ⬆️
apiserver-unittests 36.88% <0.00%> (-0.02%) ⬇️
core-unittests 55.09% <62.10%> (-0.05%) ⬇️
e2e-multicluster-test 18.93% <0.00%> (+0.07%) ⬆️
e2e-rollout-tests 20.46% <ø> (ø)
e2etests 25.92% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/addon/helper.go 73.86% <45.45%> (+0.49%) ⬆️
pkg/addon/addon.go 64.83% <67.10%> (+0.69%) ⬆️
pkg/addon/render.go 68.23% <100.00%> (+0.50%) ⬆️
pkg/apiserver/domain/service/addon.go 62.21% <100.00%> (+0.09%) ⬆️
pkg/addon/registry.go 38.65% <0.00%> (-12.61%) ⬇️
...es/policydefinition/policydefinition_controller.go 73.17% <0.00%> (-3.66%) ⬇️
pkg/apiserver/domain/service/target.go 57.95% <0.00%> (-3.41%) ⬇️
pkg/apiserver/domain/service/oam_application.go 84.61% <0.00%> (-3.30%) ⬇️
pkg/apiserver/domain/service/workflow.go 52.46% <0.00%> (-2.71%) ⬇️
pkg/appfile/dryrun/dryrun.go 44.24% <0.00%> (-2.66%) ⬇️
... and 14 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
@wonderflow wonderflow merged commit dcb5378 into kubevela:master Dec 16, 2022
@wonderflow wonderflow deleted the notes branch December 16, 2022 10:07
barnettZQG pushed a commit to barnettZQG/kubevela that referenced this pull request Jan 30, 2023
…a#5195)

Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>

Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
zhaohuiweixiao pushed a commit to zhaohuiweixiao/kubevela that referenced this pull request Mar 7, 2023
…a#5195)

Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>

Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] add a note.cue file in the addon
3 participants