Skip to content

Commit a4a950d

Browse files
Merge pull request #586 from MetRonnie/changelog
Add Edit Runtime to changelog
2 parents 8189b5e + ebcb250 commit a4a950d

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
if: github.base_ref != '8.0.x'
6666
uses: ./.github/actions/install-libs
6767
with:
68+
# NOTE: these need to be manually updated as necessary:
69+
cylc-flow-tag: '8.1.x'
70+
# cylc-rose-tag:
71+
# cylc-uis-tag:
6872
metomi-rose-tag: '2.0.x'
6973

7074
- name: install eslint

src/reference/changes.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,24 @@ will be added in later releases.
5353
Log View
5454
^^^^^^^^
5555

56-
The web UI also now has a log view which displays workflow and job log files:
56+
The web UI now has a log view which displays workflow and job log files:
5757

5858
.. image:: changes/log-view-screenshot.png
5959
:width: 80%
6060

6161
Support for viewing more log files, syntax highlighting, searching and line
6262
numbers are planned for future releases.
6363

64+
Edit Runtime
65+
^^^^^^^^^^^^
66+
67+
The web UI now has a command for editing the :cylc:conf:`[runtime]` section
68+
of a task or family.
69+
70+
.. image:: changes/edit-runtime-screenshot.png
71+
:width: 80%
72+
73+
Any changes made are :ref:`broadcast <cylc-broadcast>` to the running workflow.
6474

6575
Combined Commands
6676
^^^^^^^^^^^^^^^^^
42.8 KB
Loading

src/tutorial/furthertopics/broadcast.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Broadcast
2-
=========
1+
.. _broadcast-tutorial:
2+
3+
Broadcast Tutorial
4+
==================
35

46
This tutorial walks you through using ``cylc broadcast`` which can be used
57
to change :ref:`task runtime configuration <tutorial-runtime>` in a

src/user-guide/running-workflows/dynamic-behaviour.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ Broadcast settings targeting a specific cycle point expire as the workflow
1414
moves on. Otherwise they persist for lifetime of the run, and across restarts,
1515
unless cleared with another invocation of the command.
1616

17+
.. seealso::
18+
19+
:ref:`broadcast-tutorial`
20+
1721
.. TODO: document sub-workflows

0 commit comments

Comments
 (0)