Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 63 additions & 1 deletion src/reference/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,46 @@ have been added to indicate how many tasks are in each state. The tooltips now
have a short delay to avoid many popping up while moving the mouse around.

.. image:: ../img/cylc-ui-dash.png
:width: 100%
:width: 90%
:align: center

|

.. versionadded:: cylc-uiserver 1.8.2, cylc-flow=8.6.2

Additionally, for workflows running with Cylc 8.6.2 or later, there is now a
top level icon which indicates whether there are any held or retrying tasks in
the :term:`active window`.

.. image:: ../reference/changes/workflows-view-held-and-retry-indicators.png
:width: 45%
:align: center

|

UI Searching & Filtering
^^^^^^^^^^^^^^^^^^^^^^^^

.. versionadded:: cylc-uiserver 1.8.2

The task filtering controls in the "Tree" and "Table" views have been overhauled.

Task name searching now supports globs, e.g ``foo*`` matches all tasks
beginning with ``foo`` and ``*foo`` matches all tasks ending in ``foo``.

.. image:: ../reference/changes/task-id-glob-filtering.png
:width: 55%
:align: center

|

It is now possible to filter by
:ref:`task modifiers <user_guide.task_modifiers>` as well as
:ref:`task states <task-job-states>`. So, for example, we can now filter for
tasks which are :term:`held <held task>` or awaiting :term:`retry`.

.. image:: ../reference/changes/task-modifier-filtering.png
:width: 55%
:align: center

|
Expand Down Expand Up @@ -182,6 +221,27 @@ logical order.
The ``--on-resume`` option has been removed.


UI Command Editor
^^^^^^^^^^^^^^^^^

.. versionadded:: cylc-uiserver 1.8.2

The "command editor" allows us to edit the options for a command before we
issue it, it is opened from the context menu by pressing the pencil icon.

There is now an option to open the editor in a new tab so we can continue to
use the UI while preparing a command to submit.

.. list-table::
:class: grid-table

-
* .. image:: ../reference/changes/command-editor-open-in-new-tab.png
:width: 100%
* .. image:: ../reference/changes/command-editor-opened-in-tab.png
:width: 100%


----------

Cylc 8.5
Expand Down Expand Up @@ -212,6 +272,8 @@ shown in the information view:
:align: center
:width: 65%

|

.. _changes.8.5.0.triggering_multiple_tasks:

Triggering Multiple Tasks
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/reference/changes/task-id-glob-filtering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/reference/changes/task-modifier-filtering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading