about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)Author
2023-04-05Check for missing JSON translations (#24338)Nick Schonning
2023-04-04Add typechecking in CI (#24405)Nick Schonning
2023-03-30Fix stale apt index in github actions (#24319)Claire
2023-03-27Add migration tests for user mail notification settings (#24277)Claire
2023-03-23Use Yarn production install for asset compile (#24232)Nick Schonning
2023-03-15Skip pushing containers on forks (#24106)Nick Schonning
2023-03-15Setup haml-lint CI with todo config (#23524)Nick Schonning
2023-03-15Skip Docker CI Login/Push on forks (#23564)Nick Schonning
2023-03-14Push Docker images to Github Container Registry as well (#24101)Renaud Chaput
2023-03-10Sync CI and Docker Compose image versions (#24053)Nick Schonning
2023-03-08Skip rebase-needed job for i10n branch (#24026)Nick Schonning
2023-03-08Skip double building on Dependabot branches (#24025)Nick Schonning
2023-03-07Convert CircleCI to GitHub Actions (#23608)Nick Schonning
2023-02-20Update rebase needed job settings (#23746)Nick Schonning
2023-02-20Fix Markdown files with Prettier and check in CI (#21972)Nick Schonning
2023-02-20Rename JSX files with proper `.jsx` extension (#23733)Renaud Chaput
2023-02-19Move db migration CI to GitHub Actions (#23624)Nick Schonning
2023-02-18Run bundler-audit on PRs (#23514)Nick Schonning
2023-02-18Check for missing i18n strings in CI (#23368)Nick Schonning
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-02-18Set CI concurrency at the job level (#23689)Nick Schonning
2023-02-18Only run latest for PR Rebase job (#23688)Nick Schonning
2023-02-17Enable Depependabot on Docker images (#23553)Nick Schonning
2023-02-16Generate minimimal Rubocop Todo file (#23629)Nick Schonning
2023-02-16Trigger CI build on .nvmrc change (#23627)Nick Schonning
2023-02-16Use .nvmrc file for CI setup-node (#23562)Nick Schonning
2023-02-16Move Jest tests to filtered GitHub Action (#23623)Nick Schonning
2023-02-15Upgrade to Ruby 3.2 (#22928)Aaron Patterson
Co-authored-by: Matthew Ford <matt@bitzesty.com>
2023-02-09Cleanup 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-01Skip locales linting (#23352)Yamagishi Kazutoshi
2023-02-01Fix official docker images nto being compatible with some cloud providers ↵Claire
(#23354) See #23333 and https://github.com/docker/buildx/issues/1533
2023-02-01Bump 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-30Only build latest commit on branch for image (#23306)Nick Schonning
2023-01-30Filter Superlinter to Ruby files only (#21976)Nick Schonning
2023-01-30Separate Stylelint from Superlinter (#23303)Nick Schonning
2023-01-29Separate ESLint CI from Superlinter (#23029)Nick Schonning
* Separate ESLint CI from Superlinter * Correct JS indenting level * Remove extra semicolons with ESLint autofix
2023-01-24Bump 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-05Move Prettier CI checks to filtered jobs (#22376)Nick Schonning
2022-12-16Run Prettier on YML files (#22345)Nick Schonning
2022-12-15Add 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-15Add CodeQL workflow (#21894)Justin Hutchings
2022-12-09Add CI job to label PRs with merge conflicts (#22020)Nick Schonning
2022-12-09helm: cleanup helm chart, now in mastodon/chart (#21801)Erik Sundell
2022-12-07See version file in GitHub Actions (#21927)Yamagishi Kazutoshi
2022-12-03Correct 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-01Fix GitHub form label type (#21833)Nick Schonning
2022-11-17Use buildx functions for faster build (#20692)Kohei Ota (inductor)
* Use buildx functions for faster build * move link * cannot use --link with --chown
2022-11-13helm: 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-05Remove 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-17Add detailed description section to issue template (#19365)Yamagishi Kazutoshi
2022-10-10Use pep440 for Docker image tag rules (#19332)Yamagishi Kazutoshi