Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-14 | Preparations for renaming `master` to `stable` | rinpatch | |
2019-09-30 | Merge branch 'ci/build-otp-maint' into 'develop' | kaniini | |
CI: Enable OTP release building for maint/* branches See merge request pleroma/pleroma!1749 (cherry picked from commit 7c9b023a918c84b60ae6547289a083c671a3659b) 71315800 CI: Enable OTP release building for maint/* branches | |||
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 | |
2019-04-02 | huh | rinpatch | |
2019-04-02 | Separate CI jobs to 3 stages to allow them to be executed in parallel | rinpatch | |
2019-03-23 | Remove useless echo | rinpatch | |
2019-03-23 | Remove postgres from documentation related jobs | rinpatch | |
2019-03-22 | Add automatic doc build and deploy | rinpatch | |
2019-03-13 | .gitlab-ci.yml: Use --strict instead of list | Haelwenn (lanodan) Monnier | |
This makes the output to be more compact while not loosing readability --format=flycheck // --format=json could also be used but they are not very human readable | |||
2019-03-13 | [Credo][CI] Add readability as it’s fixed | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Fix the consistency | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo][CI] Do not make TODO/FIXME fail | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Fix the warnings | Haelwenn (lanodan) Monnier | |
2019-03-13 | .gitlab-ci.yml: Adds credo to the chain | Haelwenn (lanodan) Monnier | |
Not really sure about the order in which this is but it feels right because credo is more about checking if a ~working code could need some improvements.<M-1> | |||
2019-03-11 | Switch the CI to Elixir 1.8.1 | rinpatch | |
2019-02-17 | More speedup, test fixes. | lain | |
2019-02-17 | Speed up docker postgres. | lain | |
2018-12-26 | [CI] Set MIX_ENV to test in `variables` section instead of specifying it ↵ | Rin Toshaka | |
before the command. Fix `mix compile` compiling in the dev env. | |||
2018-12-18 | Compile pleroma before ecto migrate | Rin Toshaka | |
2018-12-18 | Improve CI cache | Rin Toshaka | |
2018-12-17 | don't re-use build | lain | |
2018-11-29 | Only jobs for one branch are allowed to use the same cache | rinpatch | |
2018-11-29 | Cache _build | rinpatch | |
2018-11-29 | Add dependency caching | rinpatch | |
2018-11-06 | use more modern elixir | lain | |
2018-04-24 | Update .gitlab-ci.yml | lambda | |
2018-04-21 | . | lain | |
2018-04-21 | . | lain | |
2018-04-21 | .. | lain | |
2018-04-21 | Update CI. | lain | |
2018-04-20 | Add format checking to CI. | lain | |