about summary refs log tree commit diff
path: root/app/models/public_feed.rb
AgeCommit message (Collapse)Author
2021-01-07Fix rubocop config and warnings (#15503)abcang
* disable NewCops * update TargetRubyVersion * Fix Lint/MissingSuper for ActiveModelSerializers::Model * Fix Lint/MissingSuper for feed * Fix Lint/FloatComparison * Do not use instance variables
2020-09-07Refactor how public and tag timelines are queried (#14728)Eugen Rochko