aboutsummaryrefslogtreecommitdiff
path: root/test/mix/tasks/pleroma/config_test.exs
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2021-05-20Switch from the deprecated "use Mix.config" to "import Config"Mark Felder
2021-03-23migrating config to tmp folderAlexander Strizhakov
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-07Slip in a test to ensure we can use the atom syntax in mix task argumentsMark Felder
2020-12-06[#3174] Refactoring: ConfigDB fetching functions, ConfigDB tests.Ivan Tashkinov
Minor fixes.
2020-12-02Add --force flag for delete and reset commandsMark Felder
Bunch of reorganization and consolidation
2020-12-02Use a callback strategy to short circuit the functions and print a nice errorMark Felder
2020-12-02Add tests for config dumpingMark Felder
2020-10-13mix tasks consistencyAlexander Strizhakov