Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Add trending statuses (#17431) | Eugen Rochko | |
* Add trending statuses * Fix dangling items with stale scores in localized sets * Various fixes and improvements - Change approve_all/reject_all to approve_accounts/reject_accounts - Change Trends::Query methods to not mutate the original query - Change Trends::Query#skip to offset - Change follow recommendations to be refreshed in a transaction * Add tests for trending statuses filtering behaviour * Fix not applying filtering scope in controller | |||
2022-02-08 | Fix localization of cold-start follow recommendations (#17479) | Eugen Rochko | |
2021-12-13 | Fix follow recommendation biased towards older accounts (#17126) | Takeshi Umeda | |
2021-05-05 | Improve performance of follow recommendation scheduler (#16159) | Claire | |
Express follow_recommendations in terms of account_summaries rather than accounts, integrate filters that are unconditionally used, and materialize the resulting view. This should result in the bulk of the computation being performed only once instead of **once per recommendation language**. | |||
2021-04-12 | Add cold-start follow recommendations (#15945) | Eugen Rochko | |