Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-24 | Ensure Oban is available during mix tasks. | Mark Felder | |
Fixes: mix pleroma.user rm username | |||
2020-07-24 | Fix mix tasks that make HTTP calls by starting the Gun connection pool | Mark Felder | |
2020-07-09 | cleap up | Alexander Strizhakov | |
2020-07-09 | load default config in mix tasks | Alexander Strizhakov | |
2020-07-08 | don't restart pleroma in mix tasks | Alexander Strizhakov | |
2020-07-08 | don't fully start pleroma in mix tasks | Alexander Strizhakov | |
2020-04-12 | Fix mix tasks failing on OTP releases | rinpatch | |
No idea why this was even added. Closes #1678 | |||
2020-03-30 | sync with develop | Alexander Strizhakov | |
2020-03-07 | Merge branch 'restart-fix-for-mix-tasks' into 'develop' | rinpatch | |
Wait in mix task while pleroma is rebooted See merge request pleroma/pleroma!2225 | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-01 | wait in mix task while pleroma is rebooted | Alexander Strizhakov | |
2019-11-20 | Some tasks try to set log level in test environment, but we were stripping ↵ | Mark Felder | |
logs belog :warn. Ensure console backend logs in test environment are :warn, but mix tasks run in test env do not run with :debug because it's far too verbose. | |||
2019-11-19 | Allow mix tasks to always run with debug logging | Mark Felder | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (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-06-22 | Ecto tasks: Resolve relative path using the application directory | rinpatch | |
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-20 | Rename Pleroma.Mix.Tasks.Common -> Mix.Pleroma and import it's functions | rinpatch | |
instead of aliasing This seems to be the convention for functions that can be reused between different mix tasks in all Elixir projects I've seen and it gets rid on an error message when someone runs mix pleroma.common Also in this commit by accident: - Move benchmark task under a proper namespace - Insert a space after the prompt |