-
Notifications
You must be signed in to change notification settings - Fork 46
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 #692
Conversation
b85d149
to
f0393b2
Compare
Adds a new command to the CLI to share a workflow with a user. Closes reanahub#680
Adds a new command to the CLI to unshare a workflow. Closes reanahub#681
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub#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#687
f0393b2
to
5c6e058
Compare
Adds a new command to the CLI to share a workflow with a user. Closes reanahub#680
Adds a new command to the CLI to unshare a workflow. Closes reanahub#681
5c6e058
to
75eaae6
Compare
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub#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#687
Adds a new command to the CLI to share a workflow with a user. Closes reanahub#680
Adds a new command to the CLI to unshare a workflow. Closes reanahub#681
75eaae6
to
44a7cc6
Compare
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub#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#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#687
44a7cc6
to
b7851dc
Compare
Adds a new command to the CLI to share a workflow with a user. Closes reanahub#680
Adds a new command to the CLI to unshare a workflow. Closes reanahub#681
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub#686
b7851dc
to
4d7e0ae
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#687
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub#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#687
4d7e0ae
to
a90b056
Compare
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub#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#687
Ready to be reviewed, squashed and merged. CI should pass after a release of r-commons |
Adds a new command to the CLI to share a workflow with a user. Closes reanahub#680
Adds a new command to the CLI to unshare a workflow. Closes reanahub#681
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub#686
0881afb
to
c8ab75d
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#687
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 nicely 👍 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 commit log headlines, bumped pytest-reana dependency.
Adds a new command to the CLI to share a workflow with a user. Closes reanahub#680
Adds a new command to the CLI to unshare a workflow. Closes reanahub#681
Adds a new command to the CLI to retrieve whom a workflow is shared with. Closes reanahub#686
…nahub#692) Adds new `--shared`, `--shared-by`, and `--shared-with` arguments to the `list` CLI command to display workflows along with their sharing information. Closes reanahub#687
c8ab75d
to
90a7312
Compare
90a7312
to
c504bde
Compare
c504bde
to
5e22c3b
Compare
5e22c3b
to
865299a
Compare
865299a
to
292827d
Compare
Co-authored-by: Tibor Šimko <[email protected]>
292827d
to
5d0aca7
Compare
Also had to add a weird multi-dependency dance in |
Adds new
--shared
,--shared-by
, and--shared-with
arguments to thelist
CLI command to display workflows along with their sharinginformation.
Closes #687