cylc-uiserver
cylc-uiserver copied to clipboard
A Jupyter Server extension that serves the cylc-ui web application for monitoring and controlling Cylc workflows.
Goes with https://github.com/cylc/cylc-flow/pull/6136
addresses https://github.com/cylc/cylc-uiserver/issues/585 addresses https://github.com/cylc/cylc-uiserver/issues/568 This change aims to: - [x] interrogate the graphql subscription for data requirements. - [x] Sync only the data required. - [x] Reduce the protobuf subscription...
uninstall: 2.5.0 install: 2.6.0
> [!IMPORTANT] > Please do a **normal merge**, not squash merge. Please fix conflicts if necessary. --- Triggered by `push`
Pull in latest dependency updates and bugfixes.
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.3. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.3 💅 Cosmetic Output Improvements In #270, @facutuesca💰 made a follow-up to their previous PR #250, making the...
### Description After a workflow reaches its final cycle point, and the last task completes, the reported state in the graph view of the GUI still claims the task to...
An `enable` command appears to be necessary to have the UI server installed alongside Jupyter lab, add this to the instructions. **Check List** - [ ] I have read `CONTRIBUTING.md`...
Cylc can run tasks in a few different modes: * Live (i.e. normal) * Simulation (don't actually run the task, just make it look like it's running) * Dummy (run...