aboutsummaryrefslogtreecommitdiff
path: root/lib/mix
AgeCommit message (Expand)Author
2021-01-13[#3213] Prototype of data migrations functionality / HashtagsTableMigrator.Ivan Tashkinov
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2021-01-10[#3213] transfer_hashtags mix task refactoring.Ivan Tashkinov
2021-01-07[#3213] Removed PK from hashtags_objects table. Improved hashtags_transfer mi...Ivan Tashkinov
2020-12-31[#3213] Added query options support for Repo.chunk_stream/4.Ivan Tashkinov
2020-12-30[#3213] Improved `database.transfer_hashtags` mix task: proper rollback, spee...Ivan Tashkinov
2020-12-28Revert "Merge branch 'features/hashtag-column' into 'develop'"Haelwenn
2020-12-28pleroma.database fill_old_hashtags: Add month_limit argumentHaelwenn (lanodan) Monnier
2020-12-26[#3213] Hashtag-filtering functions in ActivityPub. Mix task for migrating ha...Ivan Tashkinov
2020-12-22possibility to run rollback in test envAlexander Strizhakov
2020-12-22Insert text representation of hashtags into object["hashtags"]Haelwenn (lanodan) Monnier
2020-12-17Merge remote-tracking branch 'upstream/develop' into registration-workflowAlex Gleason
2020-12-16Merge branch 'fix/2336-mastoapi-ws-posts-dropping' into 'develop'lain
2020-12-14Fix for dropping posts/notifs in WS when mix task is executedAlexander Strizhakov
2020-12-12instance.gen: Warn that stripping exif requires exiftoolrinpatch
2020-12-12instance.gen task: Only show files which will be actually overwrittenrinpatch
2020-12-07Merge branch 'feature/configdb-mix-tasks' into 'develop'lain
2020-12-07Print out settings that will be removed when specifying the group and key for...Mark Felder
2020-12-07FormattingMark Felder
2020-12-07Apply 1 suggestion(s) to 1 file(s)feld
2020-12-06[#3174] Refactoring: ConfigDB fetching functions, ConfigDB tests.Ivan Tashkinov
2020-12-04shell_yes?/1 was not showing the correct message and always defaults to yes w...Mark Felder
2020-12-04More compact representationMark Felder
2020-12-04Ensure deleting entire group prints out settings that will be removed before ...Mark Felder
2020-12-04Fix deleting an entire group. Also utilize Pleroma.ConfigDB.delete/1Mark Felder
2020-12-04Use Pleroma.ConfigDB.delete/1 instead of rolling our ownMark Felder
2020-12-04Use Enum.any? to ensure we return true if there are resultsMark Felder
2020-12-03config_db search methodsAlexander Strizhakov
2020-12-03dump_key/2 no longer usedMark Felder
2020-12-03Apply 6 suggestion(s) to 1 file(s)feld
2020-12-03CredoMark Felder
2020-12-02Make the --force flag for reset command consistent with the others and dedupl...Mark Felder
2020-12-02Add --force flag for delete and reset commandsMark Felder
2020-12-02Add comment for this mysterious behaviorMark Felder
2020-12-02No need for a separate functions hereMark Felder
2020-12-02Use a callback strategy to short circuit the functions and print a nice errorMark Felder
2020-12-02Centralize check that configdb is enabled which now raises an exceptionMark Felder
2020-12-02Left public during debuggingMark Felder
2020-12-02Use inspect instead of faking the outputMark Felder
2020-12-02Remove unnecessary keys commandMark Felder
2020-12-02Ensure scary warning starts on a new lineMark Felder
2020-12-02Print whole config when resetting and include a scary looking message.Mark Felder
2020-12-02Both are really atomsMark Felder
2020-12-02Transform strings to atoms for all cases, including when the atom is a module...Mark Felder
2020-12-02Support atoms and strings as args to the mix taskMark Felder
2020-12-02Fix deletion regression due to strings instead of atomsMark Felder
2020-12-02Improve dumping groups and specific keys; add prompts for delete and resetMark Felder
2020-12-02Support listing groups, listing keys in a group, and dumping the config based...Mark Felder
2020-12-02Sort output by groupMark Felder
2020-12-02Rename keys to groupsMark Felder