aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks/pleroma/ecto
AgeCommit message (Collapse)Author
2020-10-13mix tasks consistencyAlexander Strizhakov
2020-08-17Start :ssl if not started when running migration or rollbackHugo Müller-Downing
2020-03-03Update CopyrightsMark Felder
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-07-09reverse proxy testsAlexander Strizhakov
2019-06-22Ecto tasks: Resolve relative path using the application directoryrinpatch
instead of cwd and load the application before doing anything In OTP releases cwd != app directory and the configuration is read only if the application is loaded
2019-06-19aliases for mix tasksAlexander Strizhakov
ecto.migrate ecto.rollback