Ronnie Dutta
Ronnie Dutta
### Is your feature request related to a problem? Please describe. You currently cannot perform an exact match search. ### Describe the solution you'd like The ability to do an...
### Description Trying `cylc config --item ` for an item that is not set in `flow.cylc` causes traceback. ### Reproducible Example ``` [scheduling] [[graph]] R1 = foo [runtime] [[foo]] [[[simulation]]]...
Closes #5976 Plus tidy some cruft I spotted along the way (sorry, couldn't resist) **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor....
This prevents users choosing a version of Cylc to play a workflow with in the UI, as the `cylc` command from `CYLC_HOME` takes precedence https://github.com/cylc/cylc-flow/blob/1dace6e30dd029d4e31098e7386cc0550ff680b3/cylc/flow/etc/cylc#L175-L178
``` [scheduler] [[events]] abort on workflow timeout = True workflow timeout = PT1S abort handlers = echo "ALPHA" workflow timeout handlers = echo "TANGO" ``` The workflow timeout handler is...
Fix bug where `next(...)` could return a datetime in the past. E.g. if the current time is `2024-01-01T12:30Z`, `next(--01-01)` now evaluates to `2025-01-01T00:00Z` instead of `2024-01-01T00:00Z`. Equivalent fix for `previous()`....
Closes #5713 This will allow the UI to know the severity level of task messages, which will be used to colour the message chips in the tree view - https://github.com/cylc/cylc-ui/pull/1436...
Needed for https://github.com/cylc/cylc-ui/issues/1276 > Currently the only information is the message >```ini > [[foo5]] > script = cylc message 'WARNING:Hello world' >``` >```graphql >query { > jobs { > id...
Needs: - [ ] https://github.com/metomi/isodatetime/issues/209 addressed + a corresponding isodatetime release We currently have at least 1 case of mutating isodatetime data classes, however they are supposed to be immutable....
### Description Polling a task that uses `cylc message` will result in those messages coming through again even if they have already been sent. This is most obviously seen in...