-
### At present the UI can only see installed workflows (either running or stopped).
* We should add the ability to install workflows from source (e.g. to re-run a workflow).
* We should add the ab…
-
### Problem
I was looking at the Gantt view to see timings and was getting confused because the time along the x-axis was local time. I was expecting UTC because that is what I was wanting - workfl…
-
When we spawn a task, we currently check the DB to retrieve previous submissions. This is required for:
* Flow merge detection.
* Task re-run prevention (within the same flow).
* Preventing the acc…
-
This builds on the changes in #33 and refactors `suite_report.py`. The goals are to:
* fix compliance with pylint as far as possible
* improve code structure by
- splitting the monolithic Su…
t00sa updated
3 months ago
-
Due to a [graphviz issue](https://gitlab.com/graphviz/graphviz/-/issues/1855) we pinned our actions to Ubuntu 18 in https://github.com/cylc/cylc-doc/pull/246.
Once the issue is resolved we should u…
-
#4745 fixed a bug where you would get traceback running `cylc help all` and `cylc hub` for a normal installation of `pip install cylc-flow cylc-uiserver` (i.e. not an `[all]` installation, which we no…
-
See https://github.com/cylc/cylc-flow/pull/4238#pullrequestreview-677164798
> UI sibling: https://github.com/cylc/cylc-ui/issues/686
Task pool commands (e.g. `cylc hold`) can only apply pattern…
-
**User feature request:**
If I'm in a source directory `~/cylc-src/foo` (say), `cylc install` defaults to installing a new copy of `foo` as `foo/runN`.
If I'm still in `~/cylc-src/foo` could `cy…
-
Ref:
1. https://github.com/cylc/cylc/pull/841#issuecomment-31826004
2. https://github.com/cylc/cylc/pull/841#issuecomment-31887539
-
When using the `--rm` option to do a targeted clean, the message that comes up for interactive prompt suggests the entire workflow will be removed, which is a bit alarming.
```
$ cylc clean temp4 --…