Commit graph

37 commits

Author SHA1 Message Date
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] 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 a7baafd10e.

* Correct incorrect comments

* Exit with an error if flock fails
2024-04-18 09:03:06 -04: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
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
Joshua M. Boniface 015a256f1b Remove incoming spec if not needed 2024-03-25 11:50:38 -04:00
Joshua M. Boniface 1cea9eff6e Add correct directory to TGT_DIR in LAST_SPEC 2024-03-25 11:49:19 -04:00
Joshua M. Boniface 77bd040c1f Only proceed if the spec differs
Avoids overwriting identical specs and burying the old ones.
2024-03-25 11:48:46 -04:00
Joshua M. Boniface a08f8e22da Fix extra space 2024-03-25 11:46:27 -04:00
Joshua M. Boniface f64e64544f Make date to the second 2024-03-25 10:58:11 -04:00
Joshua M. Boniface a39cd584e8 Fix multi-condition syntax 2024-03-25 10:57:02 -04:00
Joshua M. Boniface 38e7696394 Remove interpolation
Make these consistent since that seems to work based on other examples.
2024-03-25 10:35:09 -04:00
Joshua M. Boniface b77a9e98c2 Add openapi.json upload to new repo server 2024-03-25 10:33:37 -04:00
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>
2024-03-02 13:29:47 -07:00
renovate[bot] 4ba1da09e2
chore(deps): update actions/download-artifact action to v4.1.3 2024-02-26 23:08:21 +00:00
renovate[bot] ff467e3309
chore(deps): update ci dependencies 2024-02-05 22:58:13 +00:00
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
2024-01-26 16:03:47 +01:00
renovate[bot] d1a2981383
chore(deps): update peter-evans/find-comment action to v3 2024-01-25 12:09:55 +00:00
renovate[bot] 47ba39062f
chore(deps): update peter-evans/create-or-update-comment action to v4 2024-01-25 12:09:48 +00:00
renovate[bot] e2b2399ea6
chore(deps): update actions/upload-artifact action to v4.3.0 2024-01-23 20:05:50 +00:00
renovate[bot] 879ac12d43
chore(deps): update actions/upload-artifact action to v4.2.0 2024-01-18 21:00:58 +00:00
renovate[bot] a9e0fb0322
chore(deps): update actions/upload-artifact action to v4.1.0 2024-01-12 20:17:54 +00:00
renovate[bot] 61f99dfffb
chore(deps): update actions/download-artifact action to v4.1.1 2024-01-10 19:50:14 +00:00
renovate[bot] 05bc894ae8
chore(deps): update actions/download-artifact action to v4.1.0 2023-12-19 00:26:16 +00:00
Claus Vium 6ea4c44906
Merge pull request #10727 from jellyfin/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4
2023-12-16 12:34:34 +01:00
renovate[bot] 41e24681af
chore(deps): update actions/upload-artifact action to v4 2023-12-14 21:08:30 +00:00
renovate[bot] a917f034e4
chore(deps): update actions/download-artifact action to v4 2023-12-14 21:08:25 +00:00
renovate[bot] 40534483f5
chore(deps): update actions/setup-dotnet action to v4 2023-12-04 15:55:08 +00:00
Bond_009 a1410ea899 Update GitHub workflows 2023-11-15 16:16:51 +01:00
Bond_009 eb022c49cc Update to .NET 8 2023-11-14 21:12:16 +01:00
DavidFair 9b5930d7d8
Add GH Workflow for CI Tests (#10392)
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-11-10 08:12:21 -07:00
Renamed from .github/workflows/openapi.yml (Browse further)