Commit a94b22d
committed
Merge remote-tracking branch 'upstream/8.4.x' into HEAD
* upstream/8.4.x:
Ensure `cylc message` exceptions are printed to stderr (cylc#6647)
fix typo in stop.py - options.max_poll -> options.max_polls
doc: improve NamespaceIDGlob description (cylc#6637)
Document that "ex" prefix means "exclude"
tests: remove string templating in SQL statements (cylc#6631)
Bump dev version
Prepare release 8.4.1
Merge pull request cylc#6578 from MetRonnie/graphql-err-handling
Update cylc/flow/etc/examples/expiry/index.rst
Pytest: full verbosity for assertions
Fix test picking up user global config
Wrapper script: fix `PATH` override preventing selection of Cylc version in GUI under Cylc Hub
Get poll to return task failure if job/log has been removed. (cylc#6577)
work around NFS caching issues (cylc#6603)
allow workflow config to unset global events config (cylc#6518)
examples: document expiry workflow design patternsFile tree
60 files changed
+1171
-419
lines changed- changes.d
- cylc/flow
- etc
- examples/expiry
- one
- three
- two
- network
- parsec
- run_modes
- scripts
- tests
- flakyfunctional/cylc-poll
- 16-execution-time-limit
- functional/cylc-message/00-ssh
- integration
- graphql
- network
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+1171
-419
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
14 | 39 | | |
15 | 40 | | |
16 | 41 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments