Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for wrapper script fix #805

Merged
merged 3 commits into from
Feb 20, 2025
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
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
Loading