aboutsummaryrefslogtreecommitdiff
path: root/test/tasks/config_test.exs
AgeCommit message (Collapse)Author
2020-07-21added welcome emailMaksim Pechnikov
2020-06-23Merge branch 'feature/1631-redesign-mrf-configuration' into 'develop'Haelwenn
Moving mrf settings from instance to separate mrf group Closes #1631 See merge request pleroma/pleroma!2320
2020-06-18added testMaksim Pechnikov
2020-06-16moving mrf settings from instance to separate groupAlexander Strizhakov
2020-06-16Mogrify args as custom tuplesAlexander Strizhakov
2020-04-17don't restart postgrexAlexander Strizhakov
2020-03-20Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵Ivan Tashkinov
usage).
2020-03-18Improved in-test config management functions.Ivan Tashkinov
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-02-11Fix the confusingly named and inverted logic of "no_attachment_links"Mark Felder
The setting is now simply "attachment_links" and the boolean value does what you expect. A double negative is never possible and describing the functionality is no longer a philospher's worst nightmare.
2020-01-24Merge branch 'fix_for_migrate_to_db_test' into 'develop'feld
Fix for migrate to db test See merge request pleroma/pleroma!2133
2020-01-23truncate config table on migrate to db taskAlexander Strizhakov
2020-01-23fix for migrate to db testAlexander Strizhakov
2020-01-18releases supportAlexander Strizhakov
2020-01-17saving to DB only added by user settingsAlexander Strizhakov
2020-01-16renamingAlexander Strizhakov
Pleroma.Web.AdminAPI.Config -> Pleroma.ConfigDB
2020-01-15little cleanupAlexander Strizhakov
2020-01-10dynamic_configuration renamingAlexander Strizhakov
and moving it from instance settings
2020-01-10test fixes after rebaseAlexander
2020-01-10errors on endpointsAlexander
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-08-19added test helpers to clear config after testsMaksim
2019-07-15migrating task refactorAlex 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-20Fixes for dynamic configurationAlexander Strizhakov
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime