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

'cylc show': display state attributes and flows #6491

Merged
merged 5 commits into from
Nov 26, 2024

Conversation

hjoliver
Copy link
Member

@hjoliver hjoliver commented Nov 24, 2024

Extend cylc show to display state attributes (queued, held, runahead) and flow numbers (if not just flow 1).

Close #6490

e.g.:

description: (not given)
URL: (not given)
state: waiting (held,runahead)  # <-----(new)
flows: [1,2]                    # <-----(new)
prerequisites: (None)
outputs: ('⨯': not completed)
...

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to both setup.cfg (and conda-environment.yml if present).
  • Tests are included (or explain why tests are not needed).
  • Changelog entry included if this is a change that can affect users
  • Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX.
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

@hjoliver hjoliver added the small label Nov 24, 2024
@hjoliver hjoliver added this to the 8.4.0 milestone Nov 24, 2024
@hjoliver hjoliver self-assigned this Nov 24, 2024
@hjoliver hjoliver marked this pull request as ready for review November 25, 2024 07:16
Copy link
Member

@dwsutherland dwsutherland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@dwsutherland dwsutherland merged commit 6300858 into cylc:master Nov 26, 2024
27 checks passed
@hjoliver hjoliver deleted the cylc-show-extend branch November 26, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cylc show (and TUI): show state attributes
3 participants