mastodon/spec
aschmitz 554c2fd8af Clean up reblog tracking keys, related improvements ()
* Clean up reblog-tracking sets from FeedManager

Builds on , 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.
..
controllers Improve spec of Feed and UserTrackingConcern ()
fabricators Add moderation note ()
features Add scenarios for log in ()
fixtures Custom emoji ()
helpers Add moderation note ()
lib Clean up reblog tracking keys, related improvements ()
mailers Spec UserMailer ()
models Improve spec of Feed and UserTrackingConcern ()
policies Add status destroy authorization to policy ()
presenters Use around hook to restore context in InstancePresenter spec ()
requests Redesign the landing page, mount public timeline on it ()
routing Move create/destroy actions for api/v1/statuses to namespace ()
services Retoot count increases without reason ()
support Some minor change and spec for Account ()
validators Count all URLs in text as 23 characters flat, do not count domain part of usernames ()
views Uploads for admin site settings ()
workers Clean up reblog tracking keys, related improvements ()
rails_helper.rb Fix - Use a long-lived cookie to keep track of user-level sessions ()
spec_helper.rb Minor performance improvement for test suite ()