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

cli: add include-last-command flag to list and status commands #152

Conversation

giuseppe-steduto
Copy link
Member

Add --include-last-command flag to the list and status commands
that, when set, will display info about the command currently being
executed by the workflow (or the last submitted command). In case there
is no info about the command, the step name will be displayed, if
possible.

Closes reanahub/reana-workflow-controller#486.

Add `--include-last-command` flag to the `list` and `status` commands
that, when set, will display info about the command currently being
executed by the workflow (or the last submitted command). In case there
is no info about the command, the step name will be displayed, if
possible.

Closes reanahub/reana-workflow-controller#486.
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

Merging #152 (0d30439) into master (73ccc51) will increase coverage by 0.14%.
The diff coverage is 96.22%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #152      +/-   ##
==========================================
+ Coverage   83.59%   83.74%   +0.14%     
==========================================
  Files          38       38              
  Lines        3128     3163      +35     
==========================================
+ Hits         2615     2649      +34     
- Misses        426      427       +1     
  Partials       87       87              
Files Coverage Δ
cmd/list.go 93.75% <100.00%> (+0.41%) ⬆️
cmd/start.go 88.15% <100.00%> (ø)
cmd/status.go 96.29% <100.00%> (+0.02%) ⬆️
pkg/workflows/utils.go 100.00% <100.00%> (ø)
pkg/workflows/manager.go 3.88% <0.00%> (-0.04%) ⬇️

@mdonadoni
Copy link
Member

No need to change API after performance improvements of reanahub/reana-db#213

@mdonadoni mdonadoni closed this Nov 28, 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.

rest: optimise include_progress functionality
2 participants