about summary refs log tree commit diff
path: root/spec/controllers/concerns/user_tracking_concern_spec.rb
AgeCommit message (Collapse)Author
2018-01-18Fix regeneration marker not expiring (#6290)Eugen Rochko
* Fix regeneration key not getting expired * Add rake task to remove old regeneration markers
2018-01-17Fix home regeneration (#6251)Eugen Rochko
* Fix regeneration marker not being removed after completion * Return HTTP 206 from /api/v1/timelines/home if regeneration in progress Prioritize RegenerationWorker by putting it into default queue * Display loading indicator and poll home timeline while it regenerates * Add graphic to regeneration message * Make "not found" indicator consistent with home regeneration
2017-10-13Improve spec of Feed and UserTrackingConcern (#5367)Eugen Rochko
2017-04-30Extract user tracking into concern (#2600)Matt Jankowski