aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/repo.ex
AgeCommit message (Collapse)Author
2020-09-16RepoStreamer.chunk_stream -> Repo.chunk_streamMaksim Pechnikov
2020-09-14added notification constraintsMaksim Pechnikov
2020-06-22added verify RUM settings before start appMaksim Pechnikov
2020-06-16Chunk the notification type backfill migrationrinpatch
Long-term we want that migration to be done entirely in SQL, but for now this is a hotfix to not cause OOMs on large databases. This is using a homegrown version of `Repo.stream`, it's worse in terms of performance than the upstream since it doesn't use the same prepared query for chunk queries, but unlike the upstream it supports preloads.
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-20Check for unapplied migrations on startuprinpatch
Closes #1328
2019-05-06fix formatMaksim
Modified-by: Maksim Pechnikov <parallel588@gmail.com>
2019-04-04Set up telemetry and prometheushref
2019-03-20Fix migration timestamp typerinpatch
2019-03-20Ecto 3.0.5 migrationrinpatch
kms
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2017-03-17Phoenix skeletonRoger Braun