1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/spec
Eugen Rochko e17c2e5da5 Batched remove status service (#3735)
* Make Pubsubhubbub::DistributionWorker handle both single stream entry
arguments, as well as arrays of stream entries

* Add BatchedRemoveStatusService, make SuspendAccountService use it

* Improve method names

* Add test

* Add more tests

* Use PuSH payloads of 100 to have a clear mapping of
1000 input statuses -> 10 PuSH payloads

It was nice while it lasted
2017-06-14 18:01:35 +02:00
..
controllers Account deletion (#3728) 2017-06-14 18:01:27 +02:00
fabricators Remove redundant code in AtomSerializer and spec (#3528) 2017-06-03 20:51:08 +02:00
features
fixtures A minor change for ProviderDiscovery and spec (#3543) 2017-06-04 14:59:40 +02:00
helpers Fix locale related specs (#3707) 2017-06-12 10:58:03 +02:00
javascript Add quotes ESLint rules (#3602) 2017-06-06 03:56:36 +02:00
lib Language detection defaults to nil (#3666) 2017-06-09 18:09:37 +02:00
mailers Localize date in digest and cover NotificationMailer more (#3694) 2017-06-11 12:04:35 +02:00
models Fix #2619 - When redis feed is empty, fall back to database (#3721) 2017-06-14 13:37:03 +02:00
policies
presenters
requests Fix locale related specs (#3707) 2017-06-12 10:58:03 +02:00
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 2017-06-10 09:39:26 +02:00
services Batched remove status service (#3735) 2017-06-14 18:01:35 +02:00
support Spec ScopedSettings (#3559) 2017-06-04 17:07:39 +02:00
views
workers Batched remove status service (#3735) 2017-06-14 18:01:35 +02:00
rails_helper.rb
spec_helper.rb