Bond-009
60fb3d5c06
Merge pull request #11515 from jellyfin/renovate/ci-deps
...
Update CI dependencies
9 months ago
Joshua M. Boniface
bd255b3553
Use dashes in workflow names
9 months ago
Joshua M. Boniface
f568aed520
Clean up trailing space
9 months ago
Joshua M. Boniface
27ecf175d8
Use expansion syntax as per [1]
...
[1] https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution#overview
9 months ago
Joshua M. Boniface
11a454c0fc
Don't run unstables on tags
9 months ago
Joshua M. Boniface
8dd91ce9f8
Add OpenAPI spec generator for stable releases
...
Adds a stable publish action which runs on new tags and pushes the spec
to the repository server. Uses all the same logic as Unstable specs but
with the correct paths.
9 months ago
renovate[bot]
92e5f946c1
Update CI dependencies
9 months ago
felix920506
4b7c41ee0f
Update version in issue template ( #11400 )
9 months ago
renovate[bot]
f63148441d
chore(deps): update github/codeql-action action to v3.25.3
9 months ago
renovate[bot]
5612cb8178
chore(deps): update ci dependencies ( #11427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9 months ago
renovate[bot]
9a515149ef
chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.5 ( #11423 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9 months ago
renovate[bot]
bafb7f84ad
chore(deps): update ci dependencies
9 months ago
renovate[bot]
09b0229670
chore(deps): update actions/checkout action to v4.1.3 ( #11404 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9 months ago
renovate[bot]
9c7236d96e
chore(deps): update ci dependencies
10 months ago
Joshua M. Boniface
40a20bbf76
ci: Ensure lock directory exists ( #11383 )
...
* ci: Ensure lock directory exists
* Use better construct
10 months ago
Joshua M. Boniface
7d67443aca
ci: Add flock to openapi spec upload ( #11381 )
...
* Add flock to openapi spec upload
Prevents a race condition if two PRs are merged in very quick
succession.
* Remove lock at the end
* Revert "Remove lock at the end"
This reverts commit a7baafd10e
.
* Correct incorrect comments
* Exit with an error if flock fails
10 months ago
renovate[bot]
1efddc4d87
chore(deps): update github/codeql-action action to v3.25.1 ( #11376 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
renovate[bot]
e2a4dceb1d
chore(deps): update github/codeql-action action to v3.25.0
10 months ago
renovate[bot]
453a5bdcf3
chore(deps): update eps1lon/actions-label-merge-conflict action to v3 ( #11200 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
renovate[bot]
33367c1e39
chore(deps): update github/codeql-action action to v3.24.10 ( #11304 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
renovate[bot]
b5acee6505
chore(deps): update ci dependencies ( #11226 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
renovate[bot]
c90f4cd522
chore(deps): update actions/setup-python action to v5.1.0 ( #11221 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
felix920506
f5af38b8a4
Adds rename command to commands.yml ( #11178 )
10 months ago
Niels van Velzen
eec7c8d31a
Fix OpenAPI workflow publishing pull request artifact as unstable specification
10 months ago
Joshua M. Boniface
0c6935ef1a
Handle OpenAPI spec uploads properly
...
Seems scp-action didn't work how I expected, and will seemingly always
create a directory on the target even if given a filename on both sides.
Work around this to ensure the file ends up in the right format.
10 months ago
Joshua M. Boniface
5cf3e8b606
Add more comments
10 months ago
Joshua M. Boniface
77cc4068b1
Flip conditional
...
diff returns 0 if no difference which is what we want.
10 months ago
Joshua M. Boniface
015a256f1b
Remove incoming spec if not needed
10 months ago
Joshua M. Boniface
1cea9eff6e
Add correct directory to TGT_DIR in LAST_SPEC
10 months ago
Joshua M. Boniface
77bd040c1f
Only proceed if the spec differs
...
Avoids overwriting identical specs and burying the old ones.
10 months ago
Joshua M. Boniface
a08f8e22da
Fix extra space
10 months ago
Joshua M. Boniface
f64e64544f
Make date to the second
10 months ago
Joshua M. Boniface
a39cd584e8
Fix multi-condition syntax
10 months ago
Joshua M. Boniface
38e7696394
Remove interpolation
...
Make these consistent since that seems to work based on other examples.
10 months ago
Joshua M. Boniface
b77a9e98c2
Add openapi.json upload to new repo server
10 months ago
renovate[bot]
3246e27e9d
chore(deps): update github/codeql-action action to v3.24.9
11 months ago
renovate[bot]
83af12fbec
chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.4
11 months ago
renovate[bot]
e2887457fd
Update github/codeql-action action to v3.24.8 ( #11175 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months ago
renovate[bot]
2d1cf803d3
Pin dependencies ( #11174 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
11 months ago
felix920506
bd1060b306
Add a github action to automatically precheck new issues for problems ( #11154 )
...
* Delete media playback template
* Revert "Delete media playback template"
This reverts commit c1eaf13c73
.
* Delete .github/ISSUE_TEMPLATE/media_playback.md
* Add check issue script as GHA action
* change token to use JF bot
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Upstream into Jellyfin org and update repo link
* Changes to accomodate multi script repo
* accept suggestion
Co-authored-by: Cody Robibero <cody@robibe.ro>
---------
Co-authored-by: Cody Robibero <cody@robibe.ro>
11 months ago
renovate[bot]
f57212137d
chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.3 ( #11157 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months ago
renovate[bot]
4e29aab029
chore(deps): update github/codeql-action action to v3.24.7
11 months ago
renovate[bot]
61b7b4f1c9
chore(deps): update actions/download-artifact action to v4.1.4 ( #11086 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months ago
renovate[bot]
487e12ab59
chore(deps): update github/codeql-action action to v3.24.6
11 months ago
renovate[bot]
4ba1da09e2
chore(deps): update actions/download-artifact action to v4.1.3
11 months ago
felix920506
59f50ae8b2
Remove "Media Playback" option from new issues ( #11033 )
11 months ago
renovate[bot]
f0722e2235
chore(deps): update ci dependencies
11 months ago
renovate[bot]
81f3220ddd
chore(deps): update github/codeql-action action to v3.24.4
11 months ago
renovate[bot]
9c78cafe70
chore(deps): update github/codeql-action action to v3.24.3
12 months ago
renovate[bot]
3e24ec68d3
chore(deps): update github/codeql-action action to v3.24.1
12 months ago
Anthony Lavado
ebf1154930
Merge pull request #10946 from felix920506/fix-issue-template-2
...
Update issue report.yml
12 months ago
renovate[bot]
ff467e3309
chore(deps): update ci dependencies
1 year ago
felix920506
a166723074
Update issue report.yml
1 year ago
renovate[bot]
b4d11c8d89
chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.1
1 year ago
renovate[bot]
5a66741963
chore(deps): update github/codeql-action action to v3.24.0
1 year ago
felix920506
7f14c14bf6
Update issue report.yml
1 year ago
Bond-009
054f42332d
Merge pull request #10915 from jellyfin/renovate/ci-deps
...
chore(deps): update github/codeql-action action to v3.23.2
1 year ago
Bond-009
7a91245bef
Merge pull request #10912 from jellyfin/renovate/peter-evans-find-comment-3.x
...
chore(deps): update peter-evans/find-comment action to v3
1 year ago
renovate[bot]
2d68e0b7e7
chore(deps): update github/codeql-action action to v3.23.2
1 year ago
renovate[bot]
d1a2981383
chore(deps): update peter-evans/find-comment action to v3
1 year ago
renovate[bot]
47ba39062f
chore(deps): update peter-evans/create-or-update-comment action to v4
1 year ago
renovate[bot]
e2b2399ea6
chore(deps): update actions/upload-artifact action to v4.3.0
1 year ago
renovate[bot]
879ac12d43
chore(deps): update actions/upload-artifact action to v4.2.0
1 year ago
renovate[bot]
4962eb5b43
chore(deps): update github/codeql-action action to v3.23.1 ( #10880 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
a9e0fb0322
chore(deps): update actions/upload-artifact action to v4.1.0
1 year ago
renovate[bot]
61f99dfffb
chore(deps): update actions/download-artifact action to v4.1.1
1 year ago
renovate[bot]
fa03ed4f56
chore(deps): update github/codeql-action action to v3.23.0 ( #10832 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
47cdfd7966
chore(deps): update alex-page/github-project-automation-plus action to v0.9.0
1 year ago
renovate[bot]
9fdbb71a50
chore(deps): update github/codeql-action action to v3.22.12
1 year ago
renovate[bot]
05bc894ae8
chore(deps): update actions/download-artifact action to v4.1.0
1 year ago
Joe Rogers
49cc4d1dab
Add full version tags for consistency with other files
1 year ago
Niels van Velzen
73d42980fc
Remove OpenAPI artifact upload from test workflow
1 year ago
Niels van Velzen
5569ab8b2d
Only upload OpenAPI artifacts for ubuntu-latest tests
1 year ago
Claus Vium
6ea4c44906
Merge pull request #10727 from jellyfin/renovate/actions-upload-artifact-4.x
...
chore(deps): update actions/upload-artifact action to v4
1 year ago
renovate[bot]
41e24681af
chore(deps): update actions/upload-artifact action to v4
1 year ago
renovate[bot]
a917f034e4
chore(deps): update actions/download-artifact action to v4
1 year ago
renovate[bot]
026941dea3
chore(deps): update github/codeql-action action to v3
1 year ago
renovate[bot]
4ae817f8c6
chore(deps): update github/codeql-action action to v2.22.10
1 year ago
Bond-009
e427c665d9
Merge pull request #10695 from jellyfin/renovate/actions-stale-9.x
...
chore(deps): update actions/stale action to v9
1 year ago
renovate[bot]
8abc653c29
chore(deps): update actions/stale action to v9
1 year ago
renovate[bot]
3e5e600dc7
chore(deps): update github/codeql-action action to v2.22.9
1 year ago
renovate[bot]
40534483f5
chore(deps): update actions/setup-dotnet action to v4
1 year ago
renovate[bot]
87adf7b600
chore(deps): update github/codeql-action action to v2.22.8
1 year ago
renovate[bot]
9fdac2b01f
chore(deps): update github/codeql-action action to v2.22.7
1 year ago
Cody Robibero
6d1abf67c3
Merge pull request #10463 from jellyfin/dotnet8
...
Update to .NET 8
1 year ago
Bond-009
350df4a617
Merge pull request #10580 from jellyfin/renovate/ci-deps
...
chore(deps): update github/codeql-action action to v2.22.6
1 year ago
Bond_009
a1410ea899
Update GitHub workflows
1 year ago
Bond_009
eb022c49cc
Update to .NET 8
1 year ago
renovate[bot]
89b1eba249
chore(deps): update danielpalme/reportgenerator-github-action digest to 4d510cb
1 year ago
renovate[bot]
203fe5c103
chore(deps): update github/codeql-action action to v2.22.6
1 year ago
renovate[bot]
88873b6e9e
chore(deps): pin dependencies ( #10563 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
DavidFair
9b5930d7d8
Add GH Workflow for CI Tests ( #10392 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
1 year ago
Bond-009
1d3eb02f29
Merge pull request #10481 from jellyfin/renovate/ci-deps
1 year ago
renovate[bot]
622e0414bd
chore(deps): update github/codeql-action action to v2.22.5
1 year ago
Bond-009
7767ef9728
Merge pull request #10473 from jacobslusser/jacob/stale-issues
1 year ago
Jacob Slusser
8d0a03e9e1
Fixes required spacing for linebreak in markdown
1 year ago
Jacob Slusser
9bc29ceabd
#10333 Applies the same fix for stale PRs: increase operations, process ascending
1 year ago
Bond-009
923a5b16d8
Merge pull request #10447 from jacobslusser/jacob/stale-issues
1 year ago
renovate[bot]
4aa1f127ec
Update github/codeql-action action to v2.22.4 ( #10440 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
Jacob Slusser
181601a1e5
#10333 Increases operations per run to work around no cache state between runs
1 year ago