aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks/pleroma/config.ex
AgeCommit message (Collapse)Author
2020-09-17Deny ConfigDB migration when deprecated settings foundMark Felder
2020-07-13LintMark Felder
2020-07-13Pick up env for both source and OTP installsMark Felder
2020-07-12Still allow passing the arg, but fallback to MIX_ENVMark Felder
2020-07-12Improve database config migration and add documentationMark Felder
2020-06-20Apply suggestion to lib/mix/tasks/pleroma/config.exlain
2020-06-17fixed migration the settings to DBMaksim Pechnikov
2020-06-16Mogrify args as custom tuplesAlexander Strizhakov
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-01-23restart config id after truncateAlexander Strizhakov
2020-01-23truncate config table on migrate to db taskAlexander Strizhakov
2020-01-21some refactor and testsAlexander Strizhakov
2020-01-18releases supportAlexander Strizhakov
2020-01-17some clean upAlexander Strizhakov
2020-01-17revert non needableAlexander Strizhakov
2020-01-17compile fixAlexander Strizhakov
2020-01-17saving to DB only added by user settingsAlexander Strizhakov
2020-01-16renamingAlexander Strizhakov
Pleroma.Web.AdminAPI.Config -> Pleroma.ConfigDB
2020-01-15don't migrate Pleroma.Web.EndPoint settingsAlexander Strizhakov
don't set Logger level to all tasks
2020-01-10don't migrate prometheus settingsAlexander Strizhakov
2020-01-10don't migrate configurable_from_database settingAlexander Strizhakov
2020-01-10dynamic_configuration renamingAlexander Strizhakov
and moving it from instance settings
2020-01-10fix for endpoints after env updateAlexander
2020-01-10tests for setttings without an explicit keyAlexander
2020-01-10config editing through databaseAlex S
2019-12-09fix loads config variable with large value from dbMaksim Pechnikov
2019-11-10fix for migrate taskAlexander
2019-10-03Move config task docs to a separate file and mark it as WIPrinpatch
2019-07-30Admin changesAlexander Strizhakov
2019-07-15migrating task refactorAlex S
2019-07-15atom keys with leading :Alex S
2019-07-10Add license/copyright to all project filesfeld
2019-06-27don't delete config settings on admin updateAlexander Strizhakov
2019-06-23support for config groupsAlex S
2019-06-20Merge branch 'fix/config-gen-releases' into 'develop'rinpatch
Refactor mix tasks a bit and make config generator work with releases See merge request pleroma/pleroma!1312
2019-06-20Fixes for dynamic configurationAlexander Strizhakov
2019-06-20Rename Pleroma.Mix.Tasks.Common -> Mix.Pleroma and import it's functionsrinpatch
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
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime