about summary refs log tree commit diff
path: root/spec/services/fan_out_on_write_service_spec.rb
AgeCommit message (Collapse)Author
2020-09-07Refactor how public and tag timelines are queried (#14728)Eugen Rochko
2018-05-02Slightly reduce RAM usage (#7301)Eugen Rochko
* No need to re-require sidekiq plugins, they are required via Gemfile * Add derailed_benchmarks tool, no need to require TTY gems in Gemfile * Replace ruby-oembed with FetchOEmbedService Reduce startup by 45382 allocated objects * Remove preloaded JSON-LD in favour of caching HTTP responses Reduce boot RAM by about 6 MiB * Fix tests * Fix test suite by stubbing out JSON-LD contexts
2017-11-18Lists (#5703)Eugen Rochko
* Add structure for lists * Add list timeline streaming API * Add list APIs, bind list-account relation to follow relation * Add API for adding/removing accounts from lists * Add pagination to lists API * Add pagination to list accounts API * Adjust scopes for new APIs - Creating and modifying lists merely requires "write" scope - Fetching information about lists merely requires "read" scope * Add test for wrong user context on list timeline * Clean up tests
2017-04-04Quick attempt to get pull requests passingKurtis Rainbolt-Greene
2017-02-02Cleaning up format of broadcast real-time messages, removingEugen Rochko
redis-backed "mentions" timeline as redundant (given notifications)
2016-11-18Fix OAuth authorization page and add a spec for itEugen Rochko
2016-11-06Add test for FanOutOnWriteServiceEugen Rochko
2016-03-19Adding more test stubsEugen Rochko