Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-30 | Fix stale apt index in github actions (#24319) | Claire | |
2023-03-27 | Add migration tests for user mail notification settings (#24277) | Claire | |
2023-03-23 | Use Yarn production install for asset compile (#24232) | Nick Schonning | |
2023-03-15 | Skip pushing containers on forks (#24106) | Nick Schonning | |
2023-03-15 | Setup haml-lint CI with todo config (#23524) | Nick Schonning | |
2023-03-15 | Skip Docker CI Login/Push on forks (#23564) | Nick Schonning | |
2023-03-14 | Push Docker images to Github Container Registry as well (#24101) | Renaud Chaput | |
2023-03-10 | Sync CI and Docker Compose image versions (#24053) | Nick Schonning | |
2023-03-08 | Skip rebase-needed job for i10n branch (#24026) | Nick Schonning | |
2023-03-08 | Skip double building on Dependabot branches (#24025) | Nick Schonning | |
2023-03-07 | Convert CircleCI to GitHub Actions (#23608) | Nick Schonning | |
2023-02-20 | Update rebase needed job settings (#23746) | Nick Schonning | |
2023-02-20 | Fix Markdown files with Prettier and check in CI (#21972) | Nick Schonning | |
2023-02-20 | Rename JSX files with proper `.jsx` extension (#23733) | Renaud Chaput | |
2023-02-19 | Move db migration CI to GitHub Actions (#23624) | Nick Schonning | |
2023-02-18 | Run bundler-audit on PRs (#23514) | Nick Schonning | |
2023-02-18 | Check for missing i18n strings in CI (#23368) | Nick Schonning | |
Co-authored-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-02-18 | Set CI concurrency at the job level (#23689) | Nick Schonning | |
2023-02-18 | Only run latest for PR Rebase job (#23688) | Nick Schonning | |
2023-02-17 | Enable Depependabot on Docker images (#23553) | Nick Schonning | |
2023-02-16 | Generate minimimal Rubocop Todo file (#23629) | Nick Schonning | |
2023-02-16 | Trigger CI build on .nvmrc change (#23627) | Nick Schonning | |
2023-02-16 | Use .nvmrc file for CI setup-node (#23562) | Nick Schonning | |
2023-02-16 | Move Jest tests to filtered GitHub Action (#23623) | Nick Schonning | |
2023-02-15 | Upgrade to Ruby 3.2 (#22928) | Aaron Patterson | |
Co-authored-by: Matthew Ford <matt@bitzesty.com> | |||
2023-02-09 | Cleanup unused i18n strings (#23426) | Nick Schonning | |
* Remove partial 422/500 error translations * Add missing siblings for i18n unused warnings * Enable i18n unused string checking for all locales | |||
2023-02-01 | Skip locales linting (#23352) | Yamagishi Kazutoshi | |
2023-02-01 | Fix official docker images nto being compatible with some cloud providers ↵ | Claire | |
(#23354) See #23333 and https://github.com/docker/buildx/issues/1533 | |||
2023-02-01 | Bump docker/build-push-action from 3 to 4 (#23333) | dependabot[bot] | |
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action 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> | |||
2023-01-30 | Only build latest commit on branch for image (#23306) | Nick Schonning | |
2023-01-30 | Filter Superlinter to Ruby files only (#21976) | Nick Schonning | |
2023-01-30 | Separate Stylelint from Superlinter (#23303) | Nick Schonning | |
2023-01-29 | Separate ESLint CI from Superlinter (#23029) | Nick Schonning | |
* Separate ESLint CI from Superlinter * Correct JS indenting level * Remove extra semicolons with ESLint autofix | |||
2023-01-24 | Bump hadolint/hadolint-action from 3.0.0 to 3.1.0 (#23234) | dependabot[bot] | |
Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](https://github.com/hadolint/hadolint-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2023-01-05 | Move Prettier CI checks to filtered jobs (#22376) | Nick Schonning | |
2022-12-16 | Run Prettier on YML files (#22345) | Nick Schonning | |
2022-12-15 | Add hadolint as Dockerfile linter (#20993) | Moritz Heiber | |
* Added hadolint as Dockerfile linter in pipeline and resolved remaining hadolint issues in Dockerfile * Use more specific version of hadolint Action * Bumpt hadolint Action version to latest version to avoid deprecation notice * Being _really_ specific now | |||
2022-12-15 | Add CodeQL workflow (#21894) | Justin Hutchings | |
2022-12-09 | Add CI job to label PRs with merge conflicts (#22020) | Nick Schonning | |
2022-12-09 | helm: cleanup helm chart, now in mastodon/chart (#21801) | Erik Sundell | |
2022-12-07 | See version file in GitHub Actions (#21927) | Yamagishi Kazutoshi | |
2022-12-03 | Correct prettier calls for YML/JSON (#21832) | Nick Schonning | |
* Fix fomat-check writing files * Fix unformatted YML/JSON * Add format-check call to prevent regressions | |||
2022-12-01 | Fix GitHub form label type (#21833) | Nick Schonning | |
2022-11-17 | Use buildx functions for faster build (#20692) | Kohei Ota (inductor) | |
* Use buildx functions for faster build * move link * cannot use --link with --chown | |||
2022-11-13 | helm: Add helm chart tests (#20394) | Erik Sundell | |
* helm: Fix consistent list indentation * helm: Add helm lint and helm template tests * helm: Add helm template --validate test * helm: Add helm install test | |||
2022-11-05 | Remove broken link references to bug bounty program (#19779) | Yarden Shoham | |
The link https://app.intigriti.com/programs/mastodon/mastodonio/detail no longer works * Closes #19491 Signed-off-by: Yarden Shoham <hrsi88@gmail.com> Signed-off-by: Yarden Shoham <hrsi88@gmail.com> | |||
2022-10-17 | Add detailed description section to issue template (#19365) | Yamagishi Kazutoshi | |
2022-10-10 | Use pep440 for Docker image tag rules (#19332) | Yamagishi Kazutoshi | |
2022-09-08 | ci: add minimum GitHub token permissions for workflows (#19138) | Ashish Kurmi | |
Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io> Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io> | |||
2022-08-28 | Fix typos (#18604) | luzpaz | |
* Fix typos Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,pixelx,ro` * Follow-up typo fix |