Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-14 | Merge branch 'master-to-stable' into 'develop' | rinpatch | |
Preparations for renaming `master` to `stable` See merge request pleroma/pleroma!1840 | |||
2019-07-30 | [#1048] Fixed version parsing in pleroma_ctl. Closes #1036. | Ivan Tashkinov | |
2019-06-24 | Use supervise-daemon(8) for the alpine service | rinpatch | |
2019-06-22 | Add an OpenRC service for OTP releases | rinpatch | |
2019-06-22 | Use uname -m instead of arch for more portability | rinpatch | |
2019-06-22 | Add a systemd service for OTP releases | rinpatch | |
2019-06-20 | Disable rpc for instance gen | rinpatch | |
2019-06-20 | Apply suggestion to rel/files/bin/pleroma_ctl | rinpatch | |
2019-06-19 | pleroma_ctl: Rename arch to flavour because it also includes the libc | rinpatch | |
2019-06-19 | pleroma_ctl: add an update command | rinpatch | |
Closes #988 and #1004 | |||
2019-06-19 | Refactor pleroma_ctl copying to a generic function for copying files into ↵ | rinpatch | |
the release dir | |||
2019-06-18 | pleroma_ctl: Run mix tasks using rpc instead of eval | rinpatch | |
This patch changes pleroma_ctl to call into a running instance instead of spinning up a new one for mix task execution. This significantly decreases the time needed for mix task execution (on my machine for `pleroma_ctl user set rin --no-admin` the difference is 0.2s vs 4.2s) and allows mix tasks to affect the instance context, for example, this allows to clear the cache after user deletion | |||
2019-06-13 | pleroma_ctl: fix == instead of = and double quote the path to prevent globing | rinpatch | |
2019-06-10 | Update pleroma_ctl | lain | |
2019-06-09 | specify that a version is needed for rollback | rinpatch | |
2019-06-09 | Add migrate/rollback to release tasks | rinpatch | |
2019-06-08 | Make mix tasks work in a release | rinpatch | |
2019-06-08 | Basic release skeleton | rinpatch | |