reanahub / reana-commons

REANA common utilities and schemas
https://reana-commons.readthedocs.io/
MIT License
2 stars 38 forks source link

openapi: add get_workflow_share_status endpoint #425

Closed DaanRosendal closed 4 weeks ago

DaanRosendal commented 10 months ago

Adds reana-server and reana-workflow-controller OpenAPI specifications for retrieving whom a workflow is shared with.

Closes reanahub/reana-client#686

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/reanahub/reana-commons/pull/425/graphs/tree.svg?width=650&height=150&src=pr&token=O7K5KFXK3H&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub)](https://app.codecov.io/gh/reanahub/reana-commons/pull/425?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub) ```diff @@ Coverage Diff @@ ## master #425 +/- ## ========================================== + 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](https://app.codecov.io/gh/reanahub/reana-commons/pull/425/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub)
mdonadoni commented 4 weeks ago

Included in https://github.com/reanahub/reana-commons/pull/429