summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2021-02-17Do not want these interfering with develop buildsMark Felder
2021-02-17Make it possible to generate custom docker images by prefixing the branch ↵Mark Felder
name with "build-docker"
2021-02-03CI: Forgot $ in spec-deployrinpatch
2021-02-03CI: Add job ref when calling api docs builderrinpatch
Just grabbing the latest artifact for the branch does not work because gitlab will only change the latest artifact when the whole pipeline finishes
2021-02-03Improve OpenAPI spec and deploy it to api.pleroma.socialrinpatch
Too many changes in OpenAPI spec to describe each one, but basically it is tag fixes, bringing consitency to operation summaries and fixing some incorrect information.
2020-11-27Gitlab-CI: Explicitly tag specified arm32 images.lain
So we don't accidentally run generic images on runners that only can deal with specific images.
2020-11-19Gitlab CI: Update postgreslain
2020-11-17Gitlab CI: Specify image architecture for arm64 imageslain
2020-11-13Gitlab CI: Change tags bag to arm32lain
2020-11-13Gitlab CI: Alpine is alpinelain
2020-11-13Gitlab CI: Specify arm32v7 image for arm32 buildslain
2020-10-20CI: Install libmagic-dev in debian release targetsHaelwenn (lanodan) Monnier
2020-10-20CI: Install file-dev in alpine release targetsHaelwenn (lanodan) Monnier
2020-10-09Merge branch 'develop' into feature/gen-magicMark Felder
2020-09-28CI: Add ffmpeglain
2020-09-10Merge branch 'develop' into feature/gen-magicMark Felder
2020-08-26Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
pleroma-2.1-rc0
2020-08-25Merge branch 'buildx-multiarch-arm32v7' into 'develop'Haelwenn
Add multiarch support to docker container, fixes pleroma/pleroma-docker-compose#2 Closes pleroma-docker-compose#2 See merge request pleroma/pleroma!2789
2020-08-25Merge branch 'stable' of git.pleroma.social:pleroma/pleroma into pleroma-2.1-rc0lain
2020-08-19CI: Fix release builds once more.lain
2020-08-13CI: Add cmake to buildlain
2020-08-13Build files: Add cmakelain
2020-08-07CI: install cmake since fast_html now requires itrinpatch
2020-08-06Add checksum to docker buildx, add aarch/arm64 to the list of platformsGuy Sheffer
2020-07-22Add multiarch support to docker container, fixes ↵Guy Sheffer
https://git.pleroma.social/pleroma/pleroma-docker-compose/-/issues/2
2020-07-10Support Exiftool for stripping EXIF dataMark Felder
We really only want to strip location data anyway, and mogrify strips color profiles.
2020-07-08re-enable federation testsstwf
2020-06-17Update OTP releases to official images of 1.10.3rinpatch
This is necessary since we bumped required version of elixir to 1.9. The dlsym bug should be gone by now.
2020-06-16Upgrade to Elixir 1.9Steven Fuchs
2020-06-16Pleroma.MIME: use gen_magichref
2020-05-12Give up for now and make gitlab retry failed jobs.lain
2020-03-31remove testing `only:` in docker buildjp
2020-03-31add imagemagick and update inherited container to alpine:3.11jp
2020-03-31Remove problematic --cache-from argumentMark Felder
2020-03-31Merge branch 'fix-testing' into 'develop'lain
Fix CI by temporarily removing federated testing See merge request pleroma/pleroma!2314
2020-03-19remove federated testingstwf
2020-01-15Update docker release / stable jobsjp
2020-01-15Update docker jobs for release branches and stable branchesjp
2020-01-15Fix only: on docker develop/latest jobjp
2020-01-15update `only:` for release/ branch regex matching. and to avoid running ↵jp
image builds on unnecessary forks
2020-01-15Fix odd spacingjp
2020-01-14Remove forked test branch matchingjp
2020-01-14Remove artifacts passing by setting `dependencies: []`jp
2020-01-14Add allow_failure to docker jobsjp
2020-01-14Remove cache from docker jobs. Split devlop and stable branches into their ↵jp
own jobs
2020-01-10Update Dockerfile with labels. Update gitlab-ci for registry usagejp
2019-12-17CI: Add a cache policy for test jobs and fix rum tests recompilingrinpatch
everything
2019-11-28Merge branch 'chore/manual-benchmark' into 'develop'rinpatch
CI: Make benchmarks manually triggered. See merge request pleroma/pleroma!2020
2019-11-28Use PosgreSQL v12 in the federated testsEgor Kislitsyn
2019-11-28CI: Make benchmarks manually triggered.lain