-
Notifications
You must be signed in to change notification settings - Fork 16
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
cli: implement list --shared argument #153
Conversation
ad67929
to
9f17a06
Compare
Adds a new command to the CLI to share a workflow with a user. Closes reanahub/reana-client#680
Adds a new command to the CLI to unshare a workflow. Closes reanahub/reana-client#681
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub/reana-client#686
9f17a06
to
8962641
Compare
Adds new `--shared`, `--shared-by`, and `--shared-with` arguments to the `list` CLI command to display workflows along with their sharing information. Closes reanahub/reana-client#687
Adds a new command to the CLI to share a workflow with a user. Closes reanahub/reana-client#680
Adds a new command to the CLI to unshare a workflow. Closes reanahub/reana-client#681
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub/reana-client#686
8962641
to
5a0c4e4
Compare
Adds new `--shared`, `--shared-by`, and `--shared-with` arguments to the `list` CLI command to display workflows along with their sharing information. Closes reanahub/reana-client#687
Adds a new command to the CLI to share a workflow with a user. Closes reanahub/reana-client#680
Adds a new command to the CLI to unshare a workflow. Closes reanahub/reana-client#681
5a0c4e4
to
a568abd
Compare
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub/reana-client#686
Adds new `--shared`, `--shared-by`, and `--shared-with` arguments to the `list` CLI command to display workflows along with their sharing information. Closes reanahub/reana-client#687
Latest version before rebase: 5a0c4e4 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #153 +/- ##
==========================================
- Coverage 85.79% 85.44% -0.36%
==========================================
Files 38 41 +3
Lines 2675 2919 +244
==========================================
+ Hits 2295 2494 +199
- Misses 293 333 +40
- Partials 87 92 +5
|
Ready to be reviewed, squashed and merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works niclely 👍 with
- r-client #692
- r-client-go #153
- r-ui #375
- r-server #658
- r-workflow-controller #552
- r-commons #429
- r-db #216
Kept separate commits, rephrased some commit log headlines.
Adds a new command to the CLI to share a workflow with a user. Closes reanahub/reana-client#680
Adds a new command to the CLI to unshare a workflow. Closes reanahub/reana-client#681
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub/reana-client#686
14593d9
to
c360b88
Compare
Adds new `--shared`, `--shared-by`, and `--shared-with` arguments to the `list` CLI command to display workflows along with their sharing information. Closes reanahub/reana-client#687
Adds new `--shared`, `--shared-by`, and `--shared-with` arguments to the `list` CLI command to display workflows along with their sharing information. Closes reanahub/reana-client#687
c360b88
to
955bda8
Compare
Adds new
--shared
,--shared-by
, and--shared-with
arguments to thelist
CLI command to display workflows along with their sharinginformation.
Closes reanahub/reana-client#687