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: deploy API return the workflow name #704

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

YTGhost
Copy link
Contributor

@YTGhost YTGhost commented Mar 16, 2023

Description of your changes

Fixes kubevela/kubevela#4797

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

Signed-off-by: HIHIA <283304489@qq.com>
@codecov
Copy link

codecov bot commented Mar 16, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +10.78 🎉

Comparison is base (ad18bb1) 49.45% compared to head (d96322a) 60.24%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #704       +/-   ##
===========================================
+ Coverage   49.45%   60.24%   +10.78%     
===========================================
  Files          94       94               
  Lines       17595    17596        +1     
===========================================
+ Hits         8701    10600     +1899     
+ Misses       7758     5689     -2069     
- Partials     1136     1307      +171     
Flag Coverage Δ
apiserver-unittests 32.07% <ø> (?)
server-e2e-tests 49.44% <100.00%> (-0.01%) ⬇️

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% <ø> (+33.33%) ⬆️
pkg/server/interfaces/api/assembler/v1/do2dto.go 91.70% <100.00%> (+0.03%) ⬆️

... and 37 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.

Copy link
Collaborator

@barnettZQG barnettZQG left a comment

Choose a reason for hiding this comment

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

LGTM

@barnettZQG barnettZQG merged commit adeb851 into kubevela:main Mar 16, 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.

[Feature]Apiserver webhook deploy return workflow name and revision name
2 participants