aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2024-05-19Fix OpenAPI workflow (#11733)Niels van Velzen
2024-05-16Update actions/checkout action to v4.1.6renovate[bot]
2024-05-14Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.0renovate[bot]
2024-05-14Merge pull request #11515 from jellyfin/renovate/ci-depsBond-009
Update CI dependencies
2024-05-13Use dashes in workflow namesJoshua M. Boniface
2024-05-13Clean up trailing spaceJoshua M. Boniface
2024-05-13Use expansion syntax as per [1]Joshua M. Boniface
[1] https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution#overview
2024-05-13Don't run unstables on tagsJoshua M. Boniface
2024-05-13Add OpenAPI spec generator for stable releasesJoshua M. Boniface
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-13Update CI dependenciesrenovate[bot]
2024-04-26chore(deps): update github/codeql-action action to v3.25.3renovate[bot]
2024-04-25chore(deps): update ci dependencies (#11427)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-24chore(deps): update danielpalme/reportgenerator-github-action action to ↵renovate[bot]
v5.2.5 (#11423) 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-17chore(deps): update github/codeql-action action to v3.25.1 (#11376)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-15chore(deps): update github/codeql-action action to v3.25.0renovate[bot]
2024-04-14chore(deps): update eps1lon/actions-label-merge-conflict action to v3 (#11200)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-12chore(deps): update github/codeql-action action to v3.24.10 (#11304)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-02chore(deps): update ci dependencies (#11226)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-26chore(deps): update actions/setup-python action to v5.1.0 (#11221)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-26Adds rename command to commands.yml (#11178)felix920506
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-22chore(deps): update github/codeql-action action to v3.24.9renovate[bot]
2024-03-19chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.4renovate[bot]
2024-03-18Update github/codeql-action action to v3.24.8 (#11175)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-18Pin dependencies (#11174)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-03-18Add a github action to automatically precheck new issues for problems (#11154)felix920506
* Delete media playback template * Revert "Delete media playback template" This reverts commit c1eaf13c7372b59bc3b275e58fb9bb82e02317ee. * 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>
2024-03-15chore(deps): update danielpalme/reportgenerator-github-action action to ↵renovate[bot]
v5.2.3 (#11157) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12chore(deps): update github/codeql-action action to v3.24.7renovate[bot]
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-29chore(deps): update github/codeql-action action to v3.24.6renovate[bot]
2024-02-26chore(deps): update actions/download-artifact action to v4.1.3renovate[bot]
2024-02-24chore(deps): update ci dependenciesrenovate[bot]
2024-02-22chore(deps): update github/codeql-action action to v3.24.4renovate[bot]
2024-02-15chore(deps): update github/codeql-action action to v3.24.3renovate[bot]