Skip to content

Commit 7fefff6

Browse files
Merge pull request #733 from oliver-sanders/changes++
changes: add group by cycle point entry
2 parents 4fcf959 + 80b1b6c commit 7fefff6

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

src/reference/changes.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,12 @@ Tui
8282
The Tui (terminal user interface) is a command line version of the Gui.
8383
You can use it to monitor and control your workflows.
8484

85-
There has been a major update to Tui at Cylc 8.3.0, you can now use Tui to
86-
browse your installed workflows. Tui is also able to keep up with larger
87-
workflows which would previously have caused it to time out.
85+
There has been a major update to Tui at Cylc 8.3.0:
86+
87+
* Larger workflows will no longer cause Tui to time out.
88+
* You can now browse all your workflows including stopped workflows.
89+
* You can monitor multiple workflows at the same time.
90+
* The workflow and job logs are now available from within Tui.
8891

8992
.. image:: changes/tui-1.gif
9093
:width: 100%
@@ -120,6 +123,15 @@ toolbar allowing you to see tasks further back in the workflow's history.
120123
Using high n-window values with complex workflows may have performance
121124
impacts.
122125

126+
127+
Group by cycle point in the graph view
128+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
129+
130+
The graph view now has an option to group tasks by cycle point.
131+
132+
.. image:: changes/cylc-graph-group-by-cycle-point.png
133+
:width: 100%
134+
123135
----------
124136

125137
Cylc 8.2
67.2 KB
Loading

src/user-guide/writing-workflows/configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ The ``flow.cylc`` File
1010

1111
Cylc workflows are defined in :cylc:conf:`flow.cylc` files that specify the
1212
tasks to be managed by the Cylc scheduler, the dependencies between them,
13-
and the schedules to run time on.
13+
and the schedules to run them to.
1414

15-
General file syntax is described in the :ref:`File Format Reference
15+
The ``.cylc`` file syntax is described in the :ref:`File Format Reference
1616
<file-format>`.
1717

18-
Legal configuration settings are documented in :ref:`workflow-configuration`.
18+
The configurations you can use are documented in :ref:`workflow-configuration`.
1919

2020
.. _template processors: https://en.wikipedia.org/wiki/Template_processor
2121

@@ -48,7 +48,7 @@ A Cylc :term:`source directory` contains:
4848
the scheduler and job execution environments. It can be used by:
4949

5050
- Tasks
51-
- Custom :ref:`job submission modules <CustomJobSubmissionMethods>`
51+
- Custom :ref:`job runners <CustomJobSubmissionMethods>`
5252
- Custom :ref:`Jinja2 Filters<CustomJinja2Filters>`
5353

5454
Other files and folders may be placed in the :term:`source directory` too:

0 commit comments

Comments
 (0)