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 outputs objects for policy #5183

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

wonderflow
Copy link
Collaborator

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

Description of your changes

Fixes #5047

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

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

codecov bot commented Dec 12, 2022

Codecov Report

Base: 61.08% // Head: 61.01% // Decreases project coverage by -0.06% ⚠️

Coverage data is based on head (f746750) compared to base (e63aa44).
Patch coverage: 80.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5183      +/-   ##
==========================================
- Coverage   61.08%   61.01%   -0.07%     
==========================================
  Files         305      305              
  Lines       45337    45356      +19     
==========================================
- Hits        27692    27676      -16     
- Misses      14800    14825      +25     
- Partials     2845     2855      +10     
Flag Coverage Δ
apiserver-e2etests 35.01% <0.00%> (+0.03%) ⬆️
apiserver-unittests 36.85% <ø> (ø)
core-unittests 55.07% <80.00%> (+0.03%) ⬆️
e2e-multicluster-test 18.96% <0.00%> (-0.01%) ⬇️
e2e-rollout-tests 20.48% <0.00%> (-0.10%) ⬇️
e2etests 25.83% <66.66%> (-0.13%) ⬇️

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

Impacted Files Coverage Δ
pkg/appfile/appfile.go 74.14% <80.00%> (-0.19%) ⬇️
pkg/apiserver/event/sync/cr2ux.go 44.70% <0.00%> (-5.89%) ⬇️
pkg/cue/definition/template.go 64.55% <0.00%> (-5.19%) ⬇️
...troller/core.oam.dev/v1alpha2/application/apply.go 87.84% <0.00%> (-2.09%) ⬇️
pkg/apiserver/event/sync/store.go 69.95% <0.00%> (-1.80%) ⬇️
...dev/v1alpha2/application/application_controller.go 84.97% <0.00%> (-1.18%) ⬇️
...server/infrastructure/datastore/kubeapi/kubeapi.go 62.60% <0.00%> (-0.84%) ⬇️
pkg/oam/util/helper.go 63.47% <0.00%> (-0.53%) ⬇️
pkg/addon/registry.go 51.26% <0.00%> (ø)
... and 8 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.

@Somefive Somefive merged commit b6f4328 into kubevela:master Dec 13, 2022
@wonderflow wonderflow deleted the fixhealth branch December 13, 2022 06:53
barnettZQG pushed a commit to barnettZQG/kubevela that referenced this pull request Jan 30, 2023
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
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.

自定义policy中的outputs没有被渲染出来
2 participants