aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks/pleroma/ecto
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2021-02-26Merge branch 'ecto-rollback-in-test-env' into 'develop'feld
Possibility to run rollback in test env See merge request pleroma/pleroma!3212
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-12-22possibility to run rollback in test envAlexander Strizhakov
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