summaryrefslogtreecommitdiff
path: root/lib/mix/tasks/pleroma/database.ex
AgeCommit message (Expand)Author
2020-09-16RepoStreamer.chunk_stream -> Repo.chunk_streamMaksim Pechnikov
2020-09-10remove validate_expires_at from enqueue methodAlexander Strizhakov
2020-09-10schedule activity expiration in ObanAlexander Strizhakov
2020-08-12reverting pinned posts in filteringAlexander Strizhakov
2020-08-12don't load pinned activities in due_expirationsAlexander Strizhakov
2020-08-12don't expire pinned postsAlexander Strizhakov
2020-08-11Ensure only Note objects are set to expireMark Felder
2020-08-08Ensure we only expire Create activities with the Mix taskMark Felder
2020-08-08Add mix task to add expiration to all local statusesEgor Kislitsyn
2020-05-27Alpha sortMark Felder
2020-05-27Abstract out the database maintenance. I'd like to use this from AdminFE too.Mark Felder
2020-05-27Make clearer that this is time and resource consumingMark Felder
2020-05-27Make it obvious a full vacuum can take a whileMark Felder
2020-05-27Permit easy access to vaccum full and analyze via a mix taskMark Felder
2020-03-03Update CopyrightsMark Felder
2019-10-21Merge branch 'develop' into refactor/following-relationshipsEgor Kislitsyn
2019-10-18Fix a migration wiping user info of users that don't have any mutesrinpatch
2019-10-11Replace `user.following` with Pleroma.FollowingRelationshipEgor Kislitsyn
2019-10-03Mix tasks: derive moduledoc from doc filesrinpatch
2019-10-03Move database maintenance tasks docs to a separate filerinpatch
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
2019-08-10Strip internal fields including likes from incoming and outgoing activitiesSergey Suprunenko
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-06-20Rename Pleroma.Mix.Tasks.Common -> Mix.Pleroma and import it's functionsrinpatch
2019-05-22Disable timeouts for object pruning queryrinpatch
2019-05-22prune objects task: use Repo.delete_all()William Pitcock
2019-05-21add mix task to prune the object database using a configured retention periodWilliam Pitcock
2019-05-16Remove duplicated entries in users' following listsSergey Suprunenko
2019-05-16Move to pleroma.database mix taskMark Felder
2019-04-19Add some loggingrinpatch
2019-04-18remove query timeoutsrinpatch
2019-04-18Replace embedded object migration with a mix taskrinpatch