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: add interface to list all workflow records from an env #756

Merged
merged 9 commits into from
Apr 12, 2023

Conversation

wangyikewxgm
Copy link
Collaborator

Description of your changes

add interface to list all workflow records from an env

Fixes #

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: 楚岳 <wangyike.wyk@alibaba-inc.com>
@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Patch coverage: 72.72% and project coverage change: +0.05 🎉

Comparison is base (3656e04) 61.02% compared to head (16543fa) 61.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #756      +/-   ##
==========================================
+ Coverage   61.02%   61.07%   +0.05%     
==========================================
  Files         106      106              
  Lines       18869    18964      +95     
==========================================
+ Hits        11515    11583      +68     
- Misses       5936     5957      +21     
- Partials     1418     1424       +6     
Flag Coverage Δ
apiserver-unittests 33.57% <0.00%> (-0.13%) ⬇️
server-e2e-tests 49.95% <72.72%> (+0.05%) ⬆️

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

Impacted Files Coverage Δ
pkg/server/domain/service/rbac.go 68.87% <ø> (ø)
pkg/server/interfaces/api/workflow.go 18.95% <29.41%> (+0.91%) ⬆️
pkg/server/domain/service/workflow.go 58.95% <80.85%> (+1.70%) ⬆️
pkg/server/interfaces/api/application.go 61.08% <100.00%> (+0.40%) ⬆️

... and 10 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: 楚岳 <wangyike.wyk@alibaba-inc.com>
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.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

Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>

fix test

Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
@barnettZQG barnettZQG merged commit e3491b2 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.

None yet

2 participants