summaryrefslogtreecommitdiffstats
path: root/.github (follow)
AgeCommit message (Collapse)Author
2025-05-14CI: Bump Crystal version matrix (#5293)Fijxu
* CI: Bump Crystal version matrix - 1.12.1 -> 1.12.2 - 1.13.2 -> 1.13.3 - 1.14.0 -> 1.14.1 - 1.15.0 -> 1.15.1 - Add 1.16.3 * Update Crystal 1.16.2 to 1.16.3 https://github.com/crystal-lang/crystal/releases/tag/1.16.3
2025-05-09Bump crystal-lang/install-crystal from 1.8.0 to 1.8.2 (#5286)dependabot[bot]
Bumps [crystal-lang/install-crystal](https://github.com/crystal-lang/install-crystal) from 1.8.0 to 1.8.2. - [Release notes](https://github.com/crystal-lang/install-crystal/releases) - [Commits](https://github.com/crystal-lang/install-crystal/compare/v1.8.0...v1.8.2) --- updated-dependencies: - dependency-name: crystal-lang/install-crystal dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-09Bump docker/build-push-action from 5 to 6 (#5287)dependabot[bot]
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-09Bump actions/cache from 3 to 4 (#5289)dependabot[bot]
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-09Bump actions/stale from 8 to 9 (#5291)dependabot[bot]
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-09chore: Add dependabot for docker and github actions (#5285)Émilien (perso)
2025-01-22CI: Drop support for versions prior to 1.12 and add 1.15.0 (#5148)syeopite
2025-01-22Remove formatter check on container workflows (#5153)syeopite
2025-01-22CI: Add support for 1.15.0syeopite
2025-01-22CI: Drop support for versions prior to 1.12.0syeopite
2025-01-20CI: Use separate shards cache for lint stepsyeopite
Ameba could be built with an older version of Crystal that follows a different set of formatting rules than the latest version causing the Lint/Formatting rule to fail when in actuality the code is actually compliant with the formatting rules in the latest version of Crystal
2025-01-09Update bug report issue messageÉmilien (perso)
2024-11-07Prevent discussion issues from being staledsyeopite
2024-11-07Double stale timer for issuessyeopite
Days before staling is increased to 730 days Days before closing is increased to 60 days
2024-11-07Prevent PRs from being considered stalesyeopite
2024-11-07CI: Check Crystal lint only on latest version (#5042)Samantaz Fox
* CI: Check Crystal lint only on latest version * Apply suggestion from code review Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> --------- Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com>
2024-10-18Bump CI matrix (#5015)syeopite
2024-10-14libsqlite3-dev is now missing in the CI envEmilien Devos
2024-09-28Remove myself from CODEOWNERS on the config file (#4942)TheFrenchGhosty
2024-08-26CI: Fix docker container tagsSamantaz Fox
2024-08-25Allow manual trigger of release-container build (#4877)syeopite
2024-08-13use docker compose instead of docker-compose for CIEmilien Devos
2024-07-10CI: Bump Crystal version matrix (#4654)Samantaz Fox
2024-07-10CI: Run Ameba (#4753)Samantaz Fox
This PR simply adds Ameba to the CI but doesn't actually fix any of the detected issues.
2024-07-04Typosyeopite
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2024-07-04Bump nightly container build workflow crystal versyeopite
2024-07-01Fix trigger for stable container buildsyeopite
2024-07-01Rename container workflowssyeopite
2024-06-24Add workflow to build container on releasesyeopite
2024-06-24Specify which workflow builds from mastersyeopite
2024-06-24Use "master" label for master container buildsyeopite
2024-06-16Cache ameba binarysyeopite
2024-06-16Add job to lint code through Ameba in CIsyeopite
2024-04-27CI: Bump Crystal version in docker tooSamantaz Fox
2024-04-27CI: Bump Crystal version matrixSamantaz Fox
2024-01-10Exempt issues with "exempt-stale" from staling (#4385)syeopite
The exempt-stale label was not actually set to exempt issues from staling...
2023-12-06Chores: Update Crystal CI (#4239)Samantaz Fox
2023-12-06Remove short sha docker tag (#4312)unbelauscht
2023-12-06docker-meta generate versioned docker tags & OCI labels (#4161)unbelauscht
* Use docker-meta to generate tags and labels + versioning I updated the workflow to have additional tags based on git tags. This way an administrator can get images by Invidious version tag. * Use current date as image tag * Switch to YYYY.MM.DD-SHA_SHORT * Use short sha to follow existing tagging style * revert build-push-actions to v5 --------- Co-authored-by: panda <panda@purplehaze.com>
2023-12-01ci: update github actions (#4209)Abdul Rauf
* ci: update actions/checkout to v4 * ci: remove patch version from crystal-lang/install-crystal latest patch will be automatically installed which is 1.8.1 https://github.com/crystal-lang/install-crystal * ci: update docker/setup-buildx-action to v3 * ci: update docker/build-push-action to v5 * ci: update docker/setup-qemu-action to v3 * ci: update docker/login-action to v3 * ci: actions/stale to v8 https://github.com/actions/stale/blob/main/CHANGELOG.md * Revert "ci: remove patch version from crystal-lang/install-crystal" This reverts commit 8c39ce846fa0a7057d66dc25b853c40b2366faf3.
2023-11-07Add CI for Crystal 1.10.1syeopite
2023-11-07Drop support for Crystal 1.6.2syeopite
2023-09-18Bump stale timer for PRs (#4107)Samantaz Fox
2023-09-16Bump stale timer for PRssyeopite
2023-09-16Bump crystal-install tooSamantaz Fox
2023-09-16Update crystal version matrix in ci.ymlSamantaz Fox
2023-09-16Test crystal 1.8.2Émilien (perso)
2023-07-26Remove(?) lsquic from make and docker filessyeopite
2023-06-06Only close at 90% similarityÉmilien Devos (perso)
2023-06-03Better message for auto closeÉmilien Devos (perso)