]> cat aescling's git repositories - mastodon.git/commit
Add ability to purge undeliverable domains from admin interface (#16686)
authorClaire <claire.github-309c@sitedethib.com>
Fri, 17 Dec 2021 22:01:21 +0000 (23:01 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Dec 2021 22:01:21 +0000 (23:01 +0100)
commit7f803c41e2ca54b7b787b1f111f91357136c0e68
tree4583b08c706ac25f05be5dc2908d52a55a71c81a
parent0c17fd91091fd2f230224d5fce218688d480502c
Add ability to purge undeliverable domains from admin interface (#16686)

* Add ability to purge undeliverable domains from admin interface

* Add tests
13 files changed:
app/controllers/admin/instances_controller.rb
app/helpers/admin/action_logs_helper.rb
app/models/admin/action_log_filter.rb
app/policies/instance_policy.rb
app/services/purge_domain_service.rb [new file with mode: 0644]
app/views/admin/instances/show.html.haml
app/workers/admin/domain_purge_worker.rb [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
spec/controllers/admin/instances_controller_spec.rb
spec/policies/instance_policy_spec.rb
spec/services/purge_domain_service_spec.rb [new file with mode: 0644]
spec/workers/admin/domain_purge_worker_spec.rb [new file with mode: 0644]