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

openapi: add sharing parameters to get_workflows #426

Closed

Conversation

DaanRosendal
Copy link
Member

Adds new shared, shared_with and shared_by parameters to the
get_workflows endpoint to retrieve workflows along with their sharing
information.

Closes reanahub/reana-client#687

Adds `reana-server` and `reana-workflow-controller` OpenAPI
specifications for sharing a workflow with a user.

Closes reanahub/reana-client#680
Adds `reana-server` and `reana-workflow-controller` OpenAPI
specifications for unsharing a workflow.

Closes reanahub/reana-client#681
Adds `reana-server` and `reana-workflow-controller` OpenAPI
specifications for retrieving whom a workflow is shared with.

Closes reanahub/reana-client#686
Adds new `shared`, `shared_with` and `shared_by` parameters to the
`get_workflows` endpoint to retrieve workflows along with their sharing
information.

Closes reanahub/reana-client#687
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.50%. Comparing base (2efdd4f) to head (4b1f67f).
Report is 43 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #426      +/-   ##
==========================================
+ Coverage   36.17%   37.50%   +1.33%     
==========================================
  Files          26       26              
  Lines        1573     1557      -16     
==========================================
+ Hits          569      584      +15     
+ Misses       1004      973      -31     

see 3 files with indirect coverage changes

@mdonadoni
Copy link
Member

Included in #429

@mdonadoni mdonadoni closed this Aug 20, 2024
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.

cli: implement list --shared argument
2 participants