Commit Graph

340 Commits

Author SHA1 Message Date
Tim Gels
82ad4b9235
Updated issue Jellyfin version (#12394) 2024-08-05 10:38:31 -06:00
renovate[bot]
95f41b6a73
Update actions/upload-artifact action to v4.3.5 2024-08-02 15:52:17 +00:00
renovate[bot]
3de51cd9f8
Update github/codeql-action action to v3.25.15 2024-07-26 17:07:18 +00:00
renovate[bot]
001cad22db
Update github/codeql-action action to v3.25.14 2024-07-25 10:35:32 +00:00
Tim Gels
7610947248
Update issue report.yml to use 10.9.8 version (#12332) 2024-07-24 13:33:09 +02:00
renovate[bot]
9528b2d391
Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.8 (#12284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-16 08:19:51 -04:00
Tim Gels
90dcd9f267
Refactor bug report issue template (#11135) 2024-07-15 08:42:52 -04:00
renovate[bot]
170358c3c4
Update github/codeql-action action to v3.25.12 2024-07-12 10:09:13 +00:00
renovate[bot]
cab9fa1ae6
Update actions/setup-python action to v5.1.1 2024-07-10 17:18:58 +00:00
renovate[bot]
ddd7b2b8af
Update actions/setup-dotnet action to v4.0.1 2024-07-09 15:28:07 +00:00
renovate[bot]
e35e52b2f4
Update CI dependencies 2024-07-05 16:19:16 +00:00
renovate[bot]
a9800e8ff0
Update CI dependencies 2024-06-28 22:08:55 +00:00
renovate[bot]
4265220ccd
Update CI dependencies 2024-06-13 17:51:02 +00:00
renovate[bot]
f812ac838e
Update CI dependencies 2024-06-04 15:34:51 +00:00
renovate[bot]
a7d28045cb
Update CI dependencies 2024-06-01 11:14:02 +00:00
renovate[bot]
c175371557
Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.4 2024-05-25 19:19:44 +00:00
Niels van Velzen
8037382e8f
Fix OpenAPI workflow summary (#11780) 2024-05-21 11:57:12 -06:00
Niels van Velzen
70e85cb6c4
Fix OpenAPI workflow some more (#11779) 2024-05-21 11:38:53 -06:00
Niels van Velzen
624ad9cb98
Improve OpenAPI diff workflow (#11769) 2024-05-21 07:18:59 -06:00
renovate[bot]
e37e88f92f
Update github/codeql-action action to v3.25.6 2024-05-20 19:13:41 +00:00
Niels van Velzen
40820e3b41
Fix OpenAPI workflow (#11733) 2024-05-19 07:57:51 -06:00
renovate[bot]
45fc7342f5
Update actions/checkout action to v4.1.6 2024-05-16 22:24:50 +00:00
renovate[bot]
435023a8f9
Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.0 2024-05-14 20:06:32 +00:00
Bond-009
60fb3d5c06
Merge pull request #11515 from jellyfin/renovate/ci-deps
Update CI dependencies
2024-05-14 22:05:44 +02:00
Joshua M. Boniface
bd255b3553 Use dashes in workflow names 2024-05-13 11:30:25 -04:00
Joshua M. Boniface
f568aed520 Clean up trailing space 2024-05-13 11:25:58 -04:00
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
2024-05-13 11:25:22 -04:00
Joshua M. Boniface
11a454c0fc Don't run unstables on tags 2024-05-13 11:24:21 -04:00
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.
2024-05-13 11:21:38 -04:00
renovate[bot]
92e5f946c1
Update CI dependencies 2024-05-13 13:21:27 +00:00
felix920506
4b7c41ee0f
Update version in issue template (#11400) 2024-05-11 18:06:16 -06:00
renovate[bot]
f63148441d
chore(deps): update github/codeql-action action to v3.25.3 2024-04-26 02:12:37 +00:00
renovate[bot]
5612cb8178
chore(deps): update ci dependencies (#11427)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-25 07:15:31 -06:00
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>
2024-04-24 08:43:29 -06:00
renovate[bot]
bafb7f84ad
chore(deps): update ci dependencies 2024-04-23 02:18:53 +00:00
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>
2024-04-22 10:23:08 -06:00
renovate[bot]
9c7236d96e
chore(deps): update ci dependencies 2024-04-18 17:09:00 +00:00
Joshua M. Boniface
40a20bbf76
ci: Ensure lock directory exists (#11383)
* ci: Ensure lock directory exists

* Use better construct
2024-04-18 09:29:31 -04:00
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 a7baafd10e3c1bc47304f05c93ac4864e622e5e0.

* Correct incorrect comments

* Exit with an error if flock fails
2024-04-18 09:03:06 -04:00
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>
2024-04-17 10:45:12 -06:00
renovate[bot]
e2a4dceb1d
chore(deps): update github/codeql-action action to v3.25.0 2024-04-15 13:57:37 +00:00
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>
2024-04-14 07:57:53 -06:00
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>
2024-04-12 17:45:42 -06:00
renovate[bot]
b5acee6505
chore(deps): update ci dependencies (#11226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-02 07:04:40 -06:00
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>
2024-03-26 13:12:17 -06:00
felix920506
f5af38b8a4
Adds rename command to commands.yml (#11178) 2024-03-26 13:12:06 -06:00
Niels van Velzen
eec7c8d31a
Fix OpenAPI workflow publishing pull request artifact as unstable specification 2024-03-26 18:44:14 +01:00
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.
2024-03-25 12:32:49 -04:00
Joshua M. Boniface
5cf3e8b606 Add more comments 2024-03-25 11:53:40 -04:00
Joshua M. Boniface
77cc4068b1 Flip conditional
diff returns 0 if no difference which is what we want.
2024-03-25 11:52:02 -04:00