Skip to content

Commit ebe9f9e

Browse files
committed
Merge branch 'develop' into unraid_develop
2 parents 204fd1f + e863a99 commit ebe9f9e

File tree

137 files changed

+1106
-810
lines changed

Some content is hidden

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

137 files changed

+1106
-810
lines changed

.github/workflows/latest_deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208

209209
steps:
210210
- uses: actions/checkout@v3
211-
- uses: JasonEtco/create-an-issue@5d9504915f79f9cc6d791934b8ef34f2353dd74d # v2.5.0, 2020-12-06
211+
- uses: JasonEtco/create-an-issue@77399b6110ef82b94c1c9f9f615acf9e604f7f56 # v2.5.0, 2020-12-06
212212
env:
213213
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
214214
with:

.github/workflows/tests.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,29 @@ jobs:
117117
components: clippy
118118
- uses: Swatinem/rust-cache@v2
119119

120-
- run: cargo clippy
120+
- run: cargo clippy -- -D warnings
121+
122+
# We also lint against a nightly rustc so that we can lint the benchmark
123+
# suite, which requires a nightly compiler.
124+
lint-clippy-nightly:
125+
runs-on: ubuntu-latest
126+
needs: changes
127+
if: ${{ needs.changes.outputs.rust == 'true' }}
128+
129+
steps:
130+
- uses: actions/checkout@v3
131+
132+
- name: Install Rust
133+
# There don't seem to be versioned releases of this action per se: for each rust
134+
# version there is a branch which gets constantly rebased on top of master.
135+
# We pin to a specific commit for paranoia's sake.
136+
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
137+
with:
138+
toolchain: nightly-2022-12-01
139+
components: clippy
140+
- uses: Swatinem/rust-cache@v2
141+
142+
- run: cargo clippy --all-features -- -D warnings
121143

122144
lint-rustfmt:
123145
runs-on: ubuntu-22.04

.github/workflows/twisted_trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174

175175
steps:
176176
- uses: actions/checkout@v3
177-
- uses: JasonEtco/create-an-issue@5d9504915f79f9cc6d791934b8ef34f2353dd74d # v2.5.0, 2020-12-06
177+
- uses: JasonEtco/create-an-issue@77399b6110ef82b94c1c9f9f615acf9e604f7f56 # v2.5.0, 2020-12-06
178178
env:
179179
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
180180
with:

CHANGES.md

Lines changed: 74 additions & 0 deletions

changelog.d/13917.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/14038.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/14055.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/14149.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/14255.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Optimise push badge count calculations. Contributed by Nick @ Beeper (@fizzadar).

changelog.d/14376.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)