Skip to content

Commit

Permalink
Merge pull request #805 from MetRonnie/wrapper-script
Browse files Browse the repository at this point in the history
Changelog for wrapper script fix
  • Loading branch information
oliver-sanders authored Feb 20, 2025
2 parents 51433c0 + e9dadf8 commit fd4afbe
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/7-to-8/major-changes/ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,15 @@ As some workflows can be very large, or even infinite, the GUI uses a "window"
system to determine what to display. For more information, see :ref:`n-window`.


.. _Cylc Hub:

Cylc Hub
--------

The Cylc 8 GUI can be deployed with Jupyter Hub to support multi-user access
where it is possible to grant users the permission to view and interact with
workflows running under other user accounts. In these deployments, users will
have to authenticate when they open the GUI in the browser.
workflows running under other user accounts. In these deployments, users
authenticate when they open the GUI in the browser.

The central server is started by the ``cylc hub`` command.

Expand Down
2 changes: 1 addition & 1 deletion src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@

nitpick_ignore_regex = [
# intersphinx has trouble with pyzmq classes:
('py:class', 'zmq\.asyncio\.\w+')
('py:class', r'zmq\.asyncio\.\w+')
]

# -- Options for Slides output ----------------------------------------------
Expand Down
Binary file modified src/img/hub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion src/reference/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,27 @@ Cylc 8.4
:cylc-rose: `1.5 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
:rose: `2.4 <https://github.com/metomi/rose/blob/master/CHANGES.md>`__

Wrapper script fix for Cylc Hub
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. versionadded:: cylc-flow 8.4.1

Fixed wrapper script ``$PATH`` override preventing selection of Cylc version
when playing workflows in the GUI on :ref:`Cylc Hub`.

.. important::

Sites with existing wrapper scripts should update them with this change:
https://github.com/cylc/cylc-flow/pull/6616/files.

.. seealso::

:ref:`managing environments`

Cylc Remove
^^^^^^^^^^^

Cylc Remove now allows removing tasks which are no longer active, making
``cylc remove`` now allows removing tasks which are no longer active, making
it look like they never ran. Removing a running task will now kill that task.

The ``cylc remove`` command now has the ``--flow`` option, allowing removal
Expand Down

0 comments on commit fd4afbe

Please sign in to comment.