summaryrefslogtreecommitdiff
path: root/lib/pleroma/migrators/hashtags_table_migrator.ex
AgeCommit message (Expand)Author
2024-01-20Fix invalid typeMark Felder
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
2023-01-01Bump copyright yearmarcin mikołajczak
2022-08-20Switch to associated_object_id indexTusooa Zhu
2022-02-25Copyright bump for 2022Sean King
2021-03-12[#3213] Background migration infrastructure refactoring.Ivan Tashkinov
2021-02-23[#3213] Misc. tweaks: proper upsert in Hashtag, better feature toggle managem...Ivan Tashkinov
2021-02-22[#3213] `hashtags`: altered `name` type to `text`. `hashtags_objects`: remove...Ivan Tashkinov
2021-02-18[#3213] HashtagsTableMigrator: fault rate allowance to enable the feature (de...Ivan Tashkinov
2021-02-17[#3213] Fixed `HashtagsTableMigrator.count/1`.Ivan Tashkinov
2021-02-16[#3213] HashtagsTableMigrator state management refactoring & improvements (pr...Ivan Tashkinov
2021-02-13[#3213] `rescue` around potentially-raising `Repo.insert_all/_` calls. Misc. ...Ivan Tashkinov
2021-02-11[#3213] Reorganized hashtags cleanup. Transaction-wrapped Hashtag.get_or_crea...Ivan Tashkinov
2021-02-07[#3213] Partially addressed code review points.Ivan Tashkinov
2021-01-31[#3213] Added HashtagsCleanupWorker periodic job.Ivan Tashkinov
2021-01-24[#3213] Speedup of HashtagsTableMigrator (query optimization). State handling...Ivan Tashkinov
2021-01-21[#3213] HashtagsTableMigrator: failures handling fix, retry function.Ivan Tashkinov
2021-01-19[#3213] Performance-related stat in HashtagsTableMigrator. Reworked `count/_`...Ivan Tashkinov
2021-01-19[#3213] `timeout` option for `HashtagsTableMigrator.count/_`.Ivan Tashkinov
2021-01-19[#3213] Added `HashtagsTableMigrator.count/1`.Ivan Tashkinov
2021-01-17[#3213] Feature lock adjustment for HashtagsTableMigrator.Ivan Tashkinov
2021-01-16[#3213] Refactoring of HashtagsTableMigrator. Hashtag timeline performance op...Ivan Tashkinov
2021-01-14[#3213] Refactoring of HashtagsTableMigrator.Ivan Tashkinov
2021-01-13[#3213] Prototype of data migrations functionality / HashtagsTableMigrator.Ivan Tashkinov