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: the webservice component has no args parameter #5226 #5227

Merged
merged 1 commit into from
Dec 26, 2022

Conversation

caoxingming
Copy link
Contributor

@caoxingming caoxingming commented Dec 24, 2022

Add the args parameter to the webservice component

Signed-off-by: xingming01 whatissoftware@163.com

Description of your changes

Fixes #5226

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

@StevenLeiZhang
Copy link
Collaborator

The commit message should starts with "Feat: "

@caoxingming caoxingming changed the title [Feature]the webservice component has no args parameter #5226 Feat: the webservice component has no args parameter #5226 Dec 24, 2022
@caoxingming
Copy link
Contributor Author

The commit message should starts with "Feat: "

modified,thanks

@caoxingming caoxingming reopened this Dec 24, 2022
@@ -185,6 +185,10 @@ spec:
command: parameter.cmd
}

if parameter["args"] != _|_ {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should not edit the two Definition yaml files.
Because here is comment in this file "# Code generated by KubeVela templates. DO NOT EDIT. Please edit the original cue file.
"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's automatically generated by make reviewable

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should check in the automatically generated result

@StevenLeiZhang
Copy link
Collaborator

The commit message should starts with "Feat: "

modified,thanks

no. Not title of PR, but your commit message. Please change your commit message and repush commit.

@codecov
Copy link

codecov bot commented Dec 24, 2022

Codecov Report

Base: 61.18% // Head: 61.23% // Increases project coverage by +0.04% 🎉

Coverage data is based on head (c3a455b) compared to base (a9bc43a).
Patch has no changes to coverable lines.

❗ Current head c3a455b differs from pull request most recent head 2e7c63f. Consider uploading reports for the commit 2e7c63f to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5227      +/-   ##
==========================================
+ Coverage   61.18%   61.23%   +0.04%     
==========================================
  Files         305      305              
  Lines       45681    45681              
==========================================
+ Hits        27950    27972      +22     
+ Misses      14856    14834      -22     
  Partials     2875     2875              
Flag Coverage Δ
apiserver-e2etests 35.05% <ø> (-0.07%) ⬇️
apiserver-unittests 36.92% <ø> (+0.06%) ⬆️
core-unittests 55.24% <ø> (+0.07%) ⬆️
e2e-multicluster-test 19.11% <ø> (+0.02%) ⬆️
e2e-rollout-tests 20.56% <ø> (-0.08%) ⬇️
e2etests 26.13% <ø> (+0.15%) ⬆️

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

Impacted Files Coverage Δ
...es/policydefinition/policydefinition_controller.go 69.51% <0.00%> (-10.98%) ⬇️
pkg/utils/errors/reason.go 40.00% <0.00%> (-10.00%) ⬇️
pkg/addon/cache.go 56.50% <0.00%> (-7.63%) ⬇️
pkg/apiserver/interfaces/api/oam_application.go 59.18% <0.00%> (-5.11%) ⬇️
pkg/apiserver/domain/repository/target.go 40.90% <0.00%> (-4.55%) ⬇️
pkg/apiserver/utils/bcode/bcode.go 51.11% <0.00%> (-2.23%) ⬇️
pkg/apiserver/domain/service/target.go 57.95% <0.00%> (-1.71%) ⬇️
pkg/addon/push.go 75.14% <0.00%> (-1.13%) ⬇️
pkg/velaql/providers/query/tree.go 85.67% <0.00%> (+0.39%) ⬆️
pkg/apiserver/event/sync/store.go 71.74% <0.00%> (+0.44%) ⬆️
... and 9 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.

Add the args parameter to the webservice component

Signed-off-by: xingming01 <whatissoftware@163.com>
@wonderflow wonderflow merged commit 25b9350 into kubevela:master Dec 26, 2022
barnettZQG pushed a commit to barnettZQG/kubevela that referenced this pull request Jan 30, 2023
…ubevela#5227)

Add the args parameter to the webservice component

Signed-off-by: xingming01 <whatissoftware@163.com>

Signed-off-by: xingming01 <whatissoftware@163.com>
zhaohuiweixiao pushed a commit to zhaohuiweixiao/kubevela that referenced this pull request Mar 7, 2023
…ubevela#5227)

Add the args parameter to the webservice component

Signed-off-by: xingming01 <whatissoftware@163.com>

Signed-off-by: xingming01 <whatissoftware@163.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]the webservice component has no args parameter
3 participants