-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add run mode skip to cylc show #6554
Merged
oliver-sanders
merged 16 commits into
cylc:master
from
wxtim:feat.skip_shown_in_cylc_show
Mar 11, 2025
Merged
Add run mode skip to cylc show #6554
oliver-sanders
merged 16 commits into
cylc:master
from
wxtim:feat.skip_shown_in_cylc_show
Mar 11, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04bd7b1
to
b01e496
Compare
bfa3254
to
71e3f59
Compare
9c2f350
to
060a20a
Compare
MetRonnie
reviewed
Jan 21, 2025
broaden the definition of task-mode Save workflow states to the runtime config object.
fixed TUI test fix a broken functional test
Co-authored-by: Oliver Sanders <[email protected]>
16640a8
to
4ca26a0
Compare
…w it to digest strings in any state of capitalization
MetRonnie
reviewed
Jan 23, 2025
MetRonnie
reviewed
Jan 23, 2025
MetRonnie
reviewed
Jan 23, 2025
Co-authored-by: Ronnie Dutta <[email protected]>
Co-authored-by: Ronnie Dutta <[email protected]>
6 tasks
UI accompaniment: cylc/cylc-ui#2057 |
MetRonnie
approved these changes
Feb 18, 2025
This comment was marked as resolved.
This comment was marked as resolved.
…n_cylc_show * upstream/master: (27 commits) tui: open log files in external application (cylc#6611) fix typo in stop.py - options.max_poll -> options.max_polls schema: add first-parent descendants (cylc#6610) doc: improve NamespaceIDGlob description (cylc#6637) Document that "ex" prefix means "exclude" [skip ci] tests: remove string templating in SQL statements (cylc#6631) Merge pull request cylc#6629 from wxtim/tests.flake8 Remove vestiges of authorisation layer removed in cylc#3845 Bump dev version Prepare release 8.4.1 Merge pull request cylc#6578 from MetRonnie/graphql-err-handling Add test Update cylc/flow/etc/examples/expiry/index.rst Correct type annotations Fix duplicate task triggers Add test for duplicate task triggers Pytest: full verbosity for assertions Fix test picking up user global config Wrapper script: fix `PATH` override preventing selection of Cylc version in GUI under Cylc Hub Get poll to return task failure if job/log has been removed. (cylc#6577) ...
This comment was marked as resolved.
This comment was marked as resolved.
…run mode is simulation or dummy.
MetRonnie
reviewed
Mar 10, 2025
8 tasks
oliver-sanders
approved these changes
Mar 11, 2025
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
schema changeChange to the Cylc GraphQL schema
- changed
TaskRunMode
to include simulation and dummy modesCheck List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).