Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-07 | CI: install cmake since fast_html now requires it | rinpatch | |
2020-08-06 | Add checksum to docker buildx, add aarch/arm64 to the list of platforms | Guy Sheffer | |
2020-07-22 | Add multiarch support to docker container, fixes ↵ | Guy Sheffer | |
https://git.pleroma.social/pleroma/pleroma-docker-compose/-/issues/2 | |||
2020-07-10 | Support Exiftool for stripping EXIF data | Mark Felder | |
We really only want to strip location data anyway, and mogrify strips color profiles. | |||
2020-07-08 | re-enable federation tests | stwf | |
2020-06-17 | Update OTP releases to official images of 1.10.3 | rinpatch | |
This is necessary since we bumped required version of elixir to 1.9. The dlsym bug should be gone by now. | |||
2020-06-16 | Upgrade to Elixir 1.9 | Steven Fuchs | |
2020-06-16 | Pleroma.MIME: use gen_magic | href | |
2020-05-12 | Give up for now and make gitlab retry failed jobs. | lain | |
2020-03-31 | remove testing `only:` in docker build | jp | |
2020-03-31 | add imagemagick and update inherited container to alpine:3.11 | jp | |
2020-03-31 | Remove problematic --cache-from argument | Mark Felder | |
2020-03-31 | Merge branch 'fix-testing' into 'develop' | lain | |
Fix CI by temporarily removing federated testing See merge request pleroma/pleroma!2314 | |||
2020-03-19 | remove federated testing | stwf | |
2020-01-15 | Update docker release / stable jobs | jp | |
2020-01-15 | Update docker jobs for release branches and stable branches | jp | |
2020-01-15 | Fix only: on docker develop/latest job | jp | |
2020-01-15 | update `only:` for release/ branch regex matching. and to avoid running ↵ | jp | |
image builds on unnecessary forks | |||
2020-01-15 | Fix odd spacing | jp | |
2020-01-14 | Remove forked test branch matching | jp | |
2020-01-14 | Remove artifacts passing by setting `dependencies: []` | jp | |
2020-01-14 | Add allow_failure to docker jobs | jp | |
2020-01-14 | Remove cache from docker jobs. Split devlop and stable branches into their ↵ | jp | |
own jobs | |||
2020-01-10 | Update Dockerfile with labels. Update gitlab-ci for registry usage | jp | |
2019-12-17 | CI: Add a cache policy for test jobs and fix rum tests recompiling | rinpatch | |
everything | |||
2019-11-28 | Merge branch 'chore/manual-benchmark' into 'develop' | rinpatch | |
CI: Make benchmarks manually triggered. See merge request pleroma/pleroma!2020 | |||
2019-11-28 | Use PosgreSQL v12 in the federated tests | Egor Kislitsyn | |
2019-11-28 | CI: Make benchmarks manually triggered. | lain | |
2019-11-26 | Tests: Run the daemon | lain | |
2019-11-26 | CI: Add testing stage for federated tests. | lain | |
2019-11-14 | ci: disable --trace for unit tests | rinpatch | |
it is mostly useless, but makes failures harder to find | |||
2019-11-11 | Merge branch 'fix-dokku-2' into 'develop' | lain | |
Dokku deploys: Keep the git dir so version number generation works. See merge request pleroma/pleroma!1967 | |||
2019-11-11 | Use PG12 in CI for the RUM pipeline | Egor Kislitsyn | |
2019-11-11 | Dokku deploys: Keep the git dir so version number generation works. | lain | |
2019-11-05 | CI: Remove the docs-build job | rinpatch | |
The artifacts it produces were no longer used since we switched to mkdocs. | |||
2019-10-16 | Merge branch 'benchmark-finishing' into 'develop' | lain | |
Benchmark finishing Closes #755 See merge request pleroma/pleroma!1848 | |||
2019-10-14 | Preparations for renaming `master` to `stable` | rinpatch | |
2019-10-10 | Gitlab CI: Run correct benchmark task. | lain | |
2019-10-10 | Merge remote-tracking branch 'origin/develop' into benchmark-finishing | lain | |
2019-10-10 | Gitlab: Run benchmark in CI. | lain | |
2019-10-03 | Remove a test branch from CI | rinpatch | |
2019-10-03 | Change docs build/deploy to just trigger a pipeline in the docs repo | rinpatch | |
2019-09-30 | CI: Enable OTP release building for maint/* branches | rinpatch | |
2019-06-29 | Add PLEROMA_BUILD_ENV to override env for the version generator and use it ↵ | rinpatch | |
in the CI for building docs This is needed because if we run with MIX_ENV=dev we will get a "+dev" suffix to the version in the docs, but if we run with MIX_ENV=prod the docs build will fail because ex_doc is dev-only dependency. | |||
2019-06-29 | Revert "Build releases only on tags or develop" | rinpatch | |
This reverts commit 54d287377054fa48c5a14cf6b056cd80e838b264. | |||
2019-06-29 | Build releases only on tags or develop | rinpatch | |
Needed so we could push documentation updates to master without triggering a rebuild | |||
2019-06-20 | Export PLEROMA_BUILD_BRANCH | rinpatch | |
2019-06-19 | Make possible to override the branch name via a env variable | rinpatch | |
This is useful for the CI builds because they have a detached HEAD or for emulating a feature that is availible only on a particular branch (e.g pleroma_ctl downloads CI artifacts only for develop and master) | |||
2019-06-13 | remove the feature branch from only | rinpatch | |
2019-06-13 | Remove a TODO | rinpatch | |