-
This issue covers the GUI side of https://github.com/cylc/cylc-flow/issues/2123.
* [x] Auto-generate forms for suite actions (e.g. poll, insert, reload, kill, ...) - #544
* [ ] Present informatio…
-
**Describe exactly what you would like to see in an upcoming release**
In JS, monorepos are quite popular. These are repositories that contain a JS application or library, with other related sub-pr…
kinow updated
2 years ago
-
To streamline installation + setup on Edinburgh systems.
-
### What problem does your feature request solve?
Currently a lot of issues arise from various shells interpreting the variables to be put into the templates. This is confusing, and hard to get r…
-
We should have a section explaining exactly how future tasks, of various kinds, appear in the active window. And, implications for `--flow=new` etc. too.
Some cases won't be obvious to users withou…
-
| by mrd599@nci.org.au
___
We need to develop a procedure for eventually removing older versions of rose and cylc.
How do the Met Office handle updates?
Set up a tool to gather stats on cyl…
-
Populate the "events" section of the dashboard with an events stream provided by the UIS.
This should contain events such as:
* Workflow stalled.
* Task finished with unsatisfied required outputs…
-
> **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…
-
```
~/cylc-run
`-- foo
|-- _cylc-install
`-- run1
```
Should `cylc clean foo/_cylc-install` delete the `_cylc-install` directory (which it does do currently), or fail saying that's not a…
-
uvloop is a fast (C) replacement for the built-in asyncio event loop (Python) that uses the libuv event loop.
Basically it makes asyncio go faster so should make async code more responsive. As the …