mastodon/spec
aschmitz 554c2fd8af Clean up reblog tracking keys, related improvements (#5428)
* 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-10-17 11:45:06 +02:00
..
controllers Improve spec of Feed and UserTrackingConcern (#5367) 2017-10-13 11:00:11 +02:00
fabricators Add moderation note (#5240) 2017-10-07 20:26:43 +02:00
features
fixtures
helpers Add moderation note (#5240) 2017-10-07 20:26:43 +02:00
lib Clean up reblog tracking keys, related improvements (#5428) 2017-10-17 11:45:06 +02:00
mailers
models Improve spec of Feed and UserTrackingConcern (#5367) 2017-10-13 11:00:11 +02:00
policies
presenters
requests
routing
services Retoot count increases without reason (#5363) 2017-10-13 02:52:09 +02:00
support
validators
views
workers Clean up reblog tracking keys, related improvements (#5428) 2017-10-17 11:45:06 +02:00
rails_helper.rb
spec_helper.rb