Skip to content

Commit 64c324b

Browse files
authored
Merge pull request #806 from cylc/8.4.x-sync
🤖 Merge 8.4.x-sync into master
2 parents f2cde98 + fd4afbe commit 64c324b

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

src/7-to-8/major-changes/ui.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,15 @@ As some workflows can be very large, or even infinite, the GUI uses a "window"
6767
system to determine what to display. For more information, see :ref:`n-window`.
6868

6969

70+
.. _Cylc Hub:
71+
7072
Cylc Hub
7173
--------
7274

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

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

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166

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

172172
# -- Options for Slides output ----------------------------------------------

src/img/hub.png

-34.5 KB
Loading

src/reference/changes.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,27 @@ Cylc 8.4
3535
:cylc-rose: `1.5 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
3636
:rose: `2.4 <https://github.com/metomi/rose/blob/master/CHANGES.md>`__
3737

38+
Wrapper script fix for Cylc Hub
39+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40+
41+
.. versionadded:: cylc-flow 8.4.1
42+
43+
Fixed wrapper script ``$PATH`` override preventing selection of Cylc version
44+
when playing workflows in the GUI on :ref:`Cylc Hub`.
45+
46+
.. important::
47+
48+
Sites with existing wrapper scripts should update them with this change:
49+
https://github.com/cylc/cylc-flow/pull/6616/files.
50+
51+
.. seealso::
52+
53+
:ref:`managing environments`
54+
3855
Cylc Remove
3956
^^^^^^^^^^^
4057

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

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

0 commit comments

Comments
 (0)