summary refs log tree commit diff
path: root/jenkins-dendron-postgres.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-15De-localpart `{Filtering,FilteringWorkerStore}.get_user_filter()`Sean Quah6-32/+37
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15Fix stray write to `profiles` to set `full_user_id`Sean Quah1-2/+2
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.set_profile_avatar_url()`Sean Quah5-13/+14
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.set_profile_displayname()`Sean Quah5-9/+12
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.create_profile()`Sean Quah4-6/+9
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.get_profile_avatar_url()`Sean Quah4-15/+46
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.get_profile_displayname()`Sean Quah7-25/+36
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15De-localpart `ProfileWorkerStore.get_profileinfo()`Sean Quah8-18/+25
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15Add background update to populate `user_filters.full_user_id`Sean Quah3-4/+78
Signed-off-by: Sean Quah <seanq@matrix.org>
2023-04-15