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
Eugen Rochko 81584779cb More robust PuSH subscription refreshes (#2799)
* Fix #2473 - Use sidekiq scheduler to refresh PuSH subscriptions instead of cron

Fix an issue where / in domain would raise exception in TagManager#normalize_domain

PuSH subscriptions refresh done in a round-robin way to avoid hammering a single
server's hub in sequence. Correct handling of failures/retries through Sidekiq (see
also #2613). Optimize Account#with_followers scope. Also, since subscriptions
are now delegated to Sidekiq jobs, an uncaught exception will not stop the entire
refreshing operation halfway through

Fix #2702 - Correct user agent header on outgoing http requests

* Add test for SubscribeService

* Extract #expiring_accounts into method

* Make mastodon:push:refresh no-op

* Queues are now defined in sidekiq.yml

* Queues are now in sidekiq.yml
8 years ago
..
controllers Remove redis clear from before in spec (#2795) 8 years ago
fabricators Delete records in smaller transaction (#2802) 8 years ago
features Replace sprockets/browserify with Webpack (#2617) 8 years ago
fixtures Additional specs for URI handling (#2759) 8 years ago
helpers Ensure i18n matches options (#2358) 8 years ago
javascript Replace sprockets/browserify with Webpack (#2617) 8 years ago
lib Language improvements, replace whatlanguage with CLD (#2753) 8 years ago
mailers Add digest e-mails 8 years ago
models Add option to disable two factor auth in admin accounts panel. (#2584) 8 years ago
presenters About page contact email (#1839) 8 years ago
requests Remove the react-rails gem (#2801) 8 years ago
routing Restful refactor of accounts/ routes (#2133) 8 years ago
services More robust PuSH subscription refreshes (#2799) 8 years ago
support/matchers/model add more tests to models 8 years ago
views Remove the react-rails gem (#2801) 8 years ago
rails_helper.rb Followers-only post federation (#2111) 8 years ago
spec_helper.rb Add more tests for AtomSerializer (#2096) 8 years ago