]> cat aescling's git repositories - mastodon.git/commit
Refactor how public and tag timelines are queried (#14728)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 7 Sep 2020 09:02:04 +0000 (11:02 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Sep 2020 09:02:04 +0000 (11:02 +0200)
commite8bc187845b78e4a94894c69ecf930a524ad2056
tree5d406773ebc580f361996222bd636bdaac108b2b
parenta6121a159c5305ea9faa95743a50babb23ab41cd
Refactor how public and tag timelines are queried (#14728)
app/controllers/api/v1/timelines/public_controller.rb
app/controllers/api/v1/timelines/tag_controller.rb
app/controllers/tags_controller.rb
app/models/public_feed.rb [new file with mode: 0644]
app/models/status.rb
app/models/tag_feed.rb [new file with mode: 0644]
app/services/hashtag_query_service.rb [deleted file]
spec/models/public_feed_spec.rb [new file with mode: 0644]
spec/models/status_spec.rb
spec/models/tag_feed_spec.rb [moved from spec/services/hashtag_query_service_spec.rb with 65% similarity]
spec/services/fan_out_on_write_service_spec.rb