cylc-ui
cylc-ui copied to clipboard
Web app for monitoring and controlling Cylc workflows
We can filter by task states, but not task state modifiers. It might be useful in some cases to filter for modifiers, main use cases: * Filtering out runahead tasks...
Hi there, ### Problem In the example shown in the attached image, I am debugging a particular task called `compile_lfric_atm` and I want to see how long each failed submit...
On my fork I tested out running the E2E tests on WebKit in GH Actions MacOS, and consistently got this error for `tests/e2e/specs/url.cy.js`: ``` 1) URL handling reroutes to noAuth...
Supersedes #1141 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped changes (else tidy your branch by rebase)....
I spotted that sometimes the task status wasn't getting through to the task component in the table view (edit also spotted in the tree view, looks like a cylc-flow data...
> See also: https://github.com/cylc/cylc-uiserver/issues/547 This workflow has proven to be remarkably difficult for the UIS & UI to handle: ```ini #!Jinja2 {% set members = 10 %} {% set hours...
The data store contains level of the hierarchy: * user * workflow * cycle * task * job And additionally, via the `familyTree` (tree), `$namespaces` and `$edges` (indices): * user...
The tree view will auto expand all cycle points when it is loaded. This is usually helpful. If you have a workflow with a large runahead limit, however, the number...
Add line numbers to the log view. This might be achieved by using an off the shelf code viewer such as code mirror (see also #1205). Long term we would...
> **Note:** Follow-on from https://github.com/cylc/cylc-ui/issues/337 (further enhancement comment) Support filtering by user-defined metadata. Arbitrary workflow metadata can be defined like so: ```ini [meta] title = 'foo bar baz' system =...