Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-31 | Merge branch 'fix-testing' into 'develop' | lain | |
Fix CI by temporarily removing federated testing See merge request pleroma/pleroma!2314 | |||
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 | |
2019-06-13 | Expire artifacts in 42 years | rinpatch | |
2019-06-13 | CI: Add automatic release builds | rinpatch | |
2019-06-03 | CI: Actually push to correct repo. | lain | |
2019-06-03 | CI: Replace mix test and mix coveralls with just mix coveralls | rinpatch | |
`mix coveralls` runs the tests by itself, exits with failure if one of them fails and accepts the same args, so there is no reason to run two of them at the same time. | |||
2019-05-31 | CI: Add auto-deployment via dokku. | lain | |
2019-05-17 | CI: Use the correct image with the correct hostname. | lain | |
2019-05-17 | CI: Add rum variant testing. | lain | |
2019-05-15 | Excoveralls for code coverage | feld | |
2019-05-02 | fix: Add mix deps.get before unit-testing | AkiraFukushima | |
2019-04-05 | Revert "Merge branch 'test-coverage' into 'develop'" | rinpatch | |
This reverts merge request !1027 | |||
2019-04-05 | Use --cover option when running CI tests | optikfluffel | |
2019-04-02 | remove reduntant services in docs deploy and change job names to kebab case | rinpatch | |
2019-04-02 | what the fuck | rinpatch | |