Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-13 | Gitlab CI: Switch to our own docker hub | Lain Soykaf | |
2023-12-13 | Gitlab CI: Update postgres for rum tests. | Lain Soykaf | |
2023-12-12 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
no-async-clear-config | |||
2023-12-11 | Gitlab CI: Build using system provided libvips | Lain Soykaf | |
2023-12-10 | CI: Use Elixir 1.13 for linting. | Lain Soykaf | |
2023-12-03 | Revert "CI: Remove test coverage" | Lain Soykaf | |
This reverts commit d99e139c6bec91150a10b68c032019a163eccf04. | |||
2023-11-30 | CI: Remove test coverage | Lain Soykaf | |
2023-11-30 | Gitlab CI: Make it work for a local runner | Lain Soykaf | |
2023-11-07 | Merge branch 'develop' into phoenix1.7 | Mark Felder | |
2023-07-04 | CI: Use CI_JOB_TOKEN for cross-repo pipeline triggers | Haelwenn (lanodan) Monnier | |
2023-07-04 | CI: Let curl return non-0 on http failure code | Haelwenn (lanodan) Monnier | |
Otherwise it silently fails | |||
2023-07-01 | Force the use of amd64 runners for jobs using ci-base | tusooa | |
2023-05-31 | Bump minimum Elixir to 1.12 | Mark Felder | |
2023-05-17 | Merge branch 'tusooa/changelog-improve' into 'develop' | Haelwenn | |
Use git diff to search for changelog entry See merge request pleroma/pleroma!3875 | |||
2023-05-02 | Fix MR pipelines not having build and test jobs | tusooa | |
2023-04-26 | Do not use needs: in pipeline yaml | tusooa | |
2023-04-26 | Work around docker login needing daemon | tusooa | |
2023-04-25 | Add ELIXIR_IMG arg to latest | tusooa | |
2023-04-24 | Use self-built elixir image for arm | tusooa | |
2023-04-24 | Use --custom-platform to replace the deprecated one | tusooa | |
2023-04-24 | Do not use nested levels for arch | tusooa | |
2023-04-22 | Skip changelog check for automated MRs | tusooa | |
2023-04-22 | Use git diff to search for changelog entry | tusooa | |
2023-04-12 | Combine images of different platforms into one | tusooa | |
2023-04-12 | Build images with kaniko | tusooa | |
2023-04-05 | Merge branch 'from/upstream-develop/tusooa/require-changelog' into 'develop' | Haelwenn | |
require changelog See merge request pleroma/pleroma!3739 | |||
2022-12-16 | CI: Fix image for amd64-musl | Lain Soykaf | |
2022-12-15 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into update-deps | Lain Soykaf | |
2022-12-06 | CI: Tag amd64 releases for amd64 runners | Haelwenn (lanodan) Monnier | |
2022-11-11 | allow custom db port | Iván Raskovsky | |
2022-11-06 | Merge branch 'ci-coverage' into 'develop' | tusooa | |
Test coverage: Switch to covertool to get cobertura output See merge request pleroma/pleroma!3745 | |||
2022-11-03 | Update to Phoenix 1.6 and chase dependencies | Mark Felder | |
Also bump minimum Elixir to 1.11 | |||
2022-09-03 | Test coverage: Switch to covertool to get cobertura output | Haelwenn (lanodan) Monnier | |
This allows to have coverage information integrated into Gitlab | |||
2022-09-02 | Bump minimum Elixir version to 1.10 | Haelwenn (lanodan) Monnier | |
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0 | |||
2022-08-28 | Use dedicated script | Tusooa Zhu | |
2022-08-28 | Fix {} not working with alpine sh | Tusooa Zhu | |
2022-08-28 | Display error info | Tusooa Zhu | |
2022-08-28 | Allow to explicitly skip changelog | Tusooa Zhu | |
2022-08-28 | Prevent duplicate pipelines | Tusooa Zhu | |
2022-08-28 | Check for changelog in ci | Tusooa Zhu | |
2022-07-20 | CI: Remove cache on cycles | Haelwenn (lanodan) Monnier | |
cycles uses a different system than the rest of the testing_cache, creating errors like libcrypto.so.1 being missing | |||
2022-07-12 | CI: cycles: Use current stable elixir image | Haelwenn (lanodan) Monnier | |
2022-07-12 | CI: template for change policies based on build stage | Haelwenn (lanodan) Monnier | |
2022-07-11 | CI: Run stages when .gitlab-ci.yml changes | Haelwenn (lanodan) Monnier | |
2022-07-11 | CI: Run lint and cycles in alpine | Haelwenn (lanodan) Monnier | |
2022-07-11 | CI: Run postgres services in alpine | Haelwenn (lanodan) Monnier | |
2022-01-15 | unit-testing-erratic: allow failure | Alex Gleason | |
2021-12-26 | CI: Fix the broken tasks. | Lain Soykaf | |
2021-12-26 | CI: Use own package as base | Lain Soykaf | |
So we can skip updating and installing the same packages a million times. It will still grab the hex.pm stuff -- maybe we can find a way to avoid this, too. | |||
2021-12-26 | CI: Start testing erratic test again | Lain Soykaf | |
Erratic tests are now ran in their own task, so we don't block normal testing. The runtime is under a minute, so even if this one has to be retried, it shouldn't take forever. |