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

Fix: enhance the canary rollout setting #752

Merged
merged 4 commits into from
Apr 12, 2023

Conversation

barnettZQG
Copy link
Collaborator

@barnettZQG barnettZQG commented Apr 11, 2023

Description of your changes

  1. Support guiding to create the canary rollout workflow. Users could select a workflow to deploy the application.
  2. Support adding the sub-step after any existing step.
  3. Set the canary-deploy step mode is StepByStep.

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 yarn lint to ensure the frontend changes are ready for review.
  • Run make reviewableto ensure the server changes are ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

Special notes for your reviewer

/cc @wangyikewxgm

@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Patch coverage: 29.16% and project coverage change: -0.04 ⚠️

Comparison is base (3656e04) 61.02% compared to head (a152264) 60.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #752      +/-   ##
==========================================
- Coverage   61.02%   60.98%   -0.04%     
==========================================
  Files         106      106              
  Lines       18869    18887      +18     
==========================================
+ Hits        11515    11519       +4     
- Misses       5936     5949      +13     
- Partials     1418     1419       +1     
Flag Coverage Δ
apiserver-unittests 33.71% <13.63%> (+0.01%) ⬆️
server-e2e-tests 49.88% <16.66%> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
pkg/server/interfaces/api/dto/v1/types.go 73.33% <ø> (ø)
pkg/server/interfaces/api/validate.go 51.56% <0.00%> (-10.71%) ⬇️
pkg/server/domain/service/application.go 61.92% <37.50%> (-0.07%) ⬇️
pkg/server/interfaces/api/application.go 60.67% <66.66%> (ø)
pkg/server/interfaces/api/assembler/v1/do2dto.go 87.59% <100.00%> (+0.04%) ⬆️
pkg/server/interfaces/api/assembler/v1/dto2do.go 87.75% <100.00%> (+0.25%) ⬆️

... and 7 files with indirect coverage changes

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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
@barnettZQG barnettZQG merged commit 79676fe into kubevela:main Apr 12, 2023
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.

2 participants