aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-openapi.yml
AgeCommit message (Collapse)Author
2024-04-25chore(deps): update ci dependencies (#11427)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-23chore(deps): update ci dependenciesrenovate[bot]
2024-04-22chore(deps): update actions/checkout action to v4.1.3 (#11404)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18chore(deps): update ci dependenciesrenovate[bot]
2024-04-18ci: Ensure lock directory exists (#11383)Joshua M. Boniface
* ci: Ensure lock directory exists * Use better construct
2024-04-18ci: Add flock to openapi spec upload (#11381)Joshua M. Boniface
* 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-02chore(deps): update ci dependencies (#11226)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-26Fix OpenAPI workflow publishing pull request artifact as unstable specificationNiels van Velzen
2024-03-25Handle OpenAPI spec uploads properlyJoshua M. Boniface
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-25Add more commentsJoshua M. Boniface
2024-03-25Flip conditionalJoshua M. Boniface
diff returns 0 if no difference which is what we want.
2024-03-25Remove incoming spec if not neededJoshua M. Boniface
2024-03-25Add correct directory to TGT_DIR in LAST_SPECJoshua M. Boniface
2024-03-25Only proceed if the spec differsJoshua M. Boniface
Avoids overwriting identical specs and burying the old ones.
2024-03-25Fix extra spaceJoshua M. Boniface
2024-03-25Make date to the secondJoshua M. Boniface
2024-03-25Fix multi-condition syntaxJoshua M. Boniface
2024-03-25Remove interpolationJoshua M. Boniface
Make these consistent since that seems to work based on other examples.
2024-03-25Add openapi.json upload to new repo serverJoshua M. Boniface
2024-03-02chore(deps): update actions/download-artifact action to v4.1.4 (#11086)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-26chore(deps): update actions/download-artifact action to v4.1.3renovate[bot]
2024-02-05chore(deps): update ci dependenciesrenovate[bot]
2024-01-26Merge pull request #10912 from jellyfin/renovate/peter-evans-find-comment-3.xBond-009
chore(deps): update peter-evans/find-comment action to v3
2024-01-25chore(deps): update peter-evans/find-comment action to v3renovate[bot]
2024-01-25chore(deps): update peter-evans/create-or-update-comment action to v4renovate[bot]
2024-01-23chore(deps): update actions/upload-artifact action to v4.3.0renovate[bot]
2024-01-18chore(deps): update actions/upload-artifact action to v4.2.0renovate[bot]
2024-01-12chore(deps): update actions/upload-artifact action to v4.1.0renovate[bot]
2024-01-10chore(deps): update actions/download-artifact action to v4.1.1renovate[bot]
2023-12-19chore(deps): update actions/download-artifact action to v4.1.0renovate[bot]
2023-12-16Merge pull request #10727 from jellyfin/renovate/actions-upload-artifact-4.xClaus Vium
chore(deps): update actions/upload-artifact action to v4
2023-12-14chore(deps): update actions/upload-artifact action to v4renovate[bot]
2023-12-14chore(deps): update actions/download-artifact action to v4renovate[bot]
2023-12-04chore(deps): update actions/setup-dotnet action to v4renovate[bot]
2023-11-15Update GitHub workflowsBond_009
2023-11-14Update to .NET 8Bond_009
2023-11-10Add GH Workflow for CI Tests (#10392)DavidFair
Co-authored-by: Cody Robibero <cody@robibe.ro>