aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2024-08-02Update actions/upload-artifact action to v4.3.5renovate[bot]
2024-07-26Update github/codeql-action action to v3.25.15renovate[bot]
2024-07-25Update github/codeql-action action to v3.25.14renovate[bot]
2024-07-24Update issue report.yml to use 10.9.8 version (#12332)Tim Gels
2024-07-16Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.8 (#12284)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-15Refactor bug report issue template (#11135)Tim Gels
2024-07-12Update github/codeql-action action to v3.25.12renovate[bot]
2024-07-10Update actions/setup-python action to v5.1.1renovate[bot]
2024-07-09Update actions/setup-dotnet action to v4.0.1renovate[bot]
2024-07-05Update CI dependenciesrenovate[bot]
2024-06-28Update CI dependenciesrenovate[bot]
2024-06-13Update CI dependenciesrenovate[bot]
2024-06-04Update CI dependenciesrenovate[bot]
2024-06-01Update CI dependenciesrenovate[bot]
2024-05-25Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.4renovate[bot]
2024-05-21Fix OpenAPI workflow summary (#11780)Niels van Velzen
2024-05-21Fix OpenAPI workflow some more (#11779)Niels van Velzen
2024-05-21Improve OpenAPI diff workflow (#11769)Niels van Velzen
2024-05-20Update github/codeql-action action to v3.25.6renovate[bot]
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-05-11Update version in issue template (#11400)felix920506
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