Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-17 | Clean up reblog tracking keys, related improvements (#5428) | aschmitz | |
* Clean up reblog-tracking sets from FeedManager Builds on #5419, with a few minor optimizations and cleanup of sets after they are no longer needed. * Update tests, fix multiply-reblogged case Previously, we would have lost the fact that a given status was reblogged if the displayed reblog of it was removed, now we don't. Also added tests to make sure FeedManager#trim cleans up our reblog tracking keys, fixed up FeedCleanupScheduler to use the right loop, and fixed the test for it. | |||
2017-06-28 | Overwrite old statuses with reblogs in PrecomputeFeedService (#3984) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-05-22 | Specs for cleanup workers (#3235) | Matt Jankowski | |
* Add spec files for feed and media cleanup workers * Add coverage for feed and media cleanup schedulers * Clean up feed and media cleanup workers | |||
2017-05-06 | Fix Scheduler::SubscriptionsScheduler (#2834) | Eugen Rochko | |
* Fix Scheduler::SubscriptionsScheduler, add worker test for it * Change production log level of Sidekiq to "warn" instead of "info" |