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: Load the category of the workflow step definition. #711

Merged
merged 6 commits into from
Mar 27, 2023
Merged

Fix: Load the category of the workflow step definition. #711

merged 6 commits into from
Mar 27, 2023

Conversation

NeerajGartia21
Copy link
Collaborator

Description of your changes

Fixes #702

Screenshot 2023-03-20 at 3 10 25 PM

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

I have added the descriptions to the workflow steps on my own. Please suggest changes to that.

@barnettZQG
Copy link
Collaborator

@NeerajGartia21 Thanks for your first PR, please sign the DCO.

NeerajGartia21 and others added 4 commits March 20, 2023 15:38
Signed-off-by: Neeraj Gartia <neerajgartia211002@gmail.com>
Signed-off-by: Neeraj Gartia <neerajgartia211002@gmail.com>
Signed-off-by: Neeraj Gartia <neerajgartia211002@gmail.com>
@codecov
Copy link

codecov bot commented Mar 21, 2023

Codecov Report

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

Comparison is base (c312e3f) 60.34% compared to head (5dc1ae2) 60.38%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #711      +/-   ##
==========================================
+ Coverage   60.34%   60.38%   +0.03%     
==========================================
  Files          94       94              
  Lines       17622    17623       +1     
==========================================
+ Hits        10634    10641       +7     
+ Misses       5679     5666      -13     
- Partials     1309     1316       +7     
Flag Coverage Δ
apiserver-unittests 32.02% <100.00%> (-0.07%) ⬇️
server-e2e-tests 49.71% <100.00%> (+0.16%) ⬆️

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/domain/service/definition.go 75.07% <100.00%> (+0.07%) ⬆️

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

@barnettZQG
Copy link
Collaborator

Please rebase the branch from the main.

NeerajGartia21 and others added 2 commits March 24, 2023 10:02
Signed-off-by: Neeraj Gartia <neerajgartia211002@gmail.com>
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 4c8b5be into kubevela:main Mar 27, 2023
@NeerajGartia21 NeerajGartia21 deleted the category-workflow branch March 27, 2023 14:32
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.

[BUG] Can't load the category of the workflow step definition.
2 participants