You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Akihiko Odaki (@fn_aki@pawoo.net) f85dbe83c8 Remove sort in Feed (#4050)
In from_redis method, statuses retrieved from the database was mapped to
the IDs retrieved from Redis. It was equivalent to order from high to low
because those IDs are sorted in the same order.
Statuses are ordered with the ID by default, so we do not have to reorder.
Sorting statuses in the database is even faster since the IDs are indexed
with B-tree.
8 years ago
..
controllers Add controller spec for manifests controller (#4003) 8 years ago
fabricators Cover Admin::DomainBlocksController more (#3329) 8 years ago
features Add scenarios for log in (#3497) 8 years ago
fixtures A minor change for ProviderDiscovery and spec (#3543) 8 years ago
helpers Fix RTL detection on Ruby side (#3867) 8 years ago
javascript Faster emojify() by avoiding str.replace() entirely (#4049) 8 years ago
lib Reduce number of commands in FeedManager#trim (#3989) 8 years ago
mailers Spec UserMailer (#3757) 8 years ago
models Remove sort in Feed (#4050) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Use around hook to restore context in InstancePresenter spec (#3430) 8 years ago
requests Fix locale related specs (#3707) 8 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
services Do not raise an error if PrecomputeFeed could not find any status (#4015) 8 years ago
support Some minor change and spec for Account (#3813) 8 years ago
views Update rails to version 5.0.3 (#3054) 8 years ago
workers Overwrite old statuses with reblogs in PrecomputeFeedService (#3984) 8 years ago
rails_helper.rb Overwrite old statuses with reblogs in PrecomputeFeedService (#3984) 8 years ago
spec_helper.rb Add more tests for AtomSerializer (#2096) 8 years ago