Skip to content

Commit 7d91a99

Browse files
committed
Merge remote-tracking branch 'upstream/master' into cylc-remove
2 parents a567000 + 354c7d5 commit 7d91a99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1063
-474
lines changed

.github/workflows/shortlog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0 # need to fetch all commits to check contributors
20+
ref: ${{ github.event.pull_request.head.sha }}
2021

2122
- name: Check CONTRIBUTING.md
2223
uses: cylc/release-actions/check-shortlog@v1

.github/workflows/test_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
uses: actions/download-artifact@v4
151151

152152
- name: Codecov upload
153-
uses: codecov/codecov-action@v4
153+
uses: codecov/codecov-action@v5
154154
with:
155155
name: ${{ github.workflow }}
156156
flags: fast-tests

.github/workflows/test_functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
uses: actions/download-artifact@v4
336336

337337
- name: Codecov upload
338-
uses: codecov/codecov-action@v4
338+
uses: codecov/codecov-action@v5
339339
with:
340340
name: ${{ github.workflow }}
341341
flags: functional-tests

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ Utheri Wagura <[email protected]>
5757
github-actions[bot] <[email protected]> <41898282+github-actions[bot]@users.noreply.github.com>
5858
github-actions[bot] <[email protected]> GitHub Action
5959
Diquan Jabbour <[email protected]>
60+
Maxime Rio <[email protected]>

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We use [semver](https://semver.org/) to separate riskier changes (e.g. new featu
2929
(e.g. 8.1, 8.2, 8.3)
3030

3131
**Bugfixes** and minor usability enhancements are made on bugfix branches and
32-
released as the next maintainance version (e.g. 8.0.1, 8.0.2, 8.0.3). E.G. if the issue is on the `8.0.x` milestone, branch off of `8.0.x` to
32+
released as the next maintenance version (e.g. 8.0.1, 8.0.2, 8.0.3). E.G. if the issue is on the `8.0.x` milestone, branch off of `8.0.x` to
3333
develop your bugfix, then raise the pull request against the `8.0.x` branch. We will later merge the `8.0.x` branch into `master`.
3434

3535
Feel free to ask questions on the issue or
@@ -96,6 +96,8 @@ requests_).
9696
- Diquan Jabbour
9797
- Shixian Sheng
9898
- Utheri Wagura
99+
- Maxime Rio
100+
- Paul Armstrong
99101
- Paul Earnshaw
100102
<!-- end-shortlog -->
101103

changes.d/6081.fix.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fix job submission when a batch of jobs is submitted to a runner that does
2+
not return a newline with the job ID (did not affect built-in job runners).

changes.d/6440.feat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The "cylc dump" command now prints task IDs. Use "--legacy" if you need the old format.

changes.d/6456.feat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`cylc lint` now checks for unnecessary continuation characters in the graph section.

changes.d/6475.feat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow easy definition of multiple install targets in `global.cylc[install][symlink dirs]` using comma separated lists.

changes.d/6476.break.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove support for the EmPy template engine.

0 commit comments

Comments
 (0)