.. |
activitypub
|
Fix processing of Link objects in Image objects (#29335)
|
2024-02-22 22:27:24 +01:00 |
account_search_service_spec.rb
|
Fix Lint/UselessAssignment cop (#27472)
|
2023-10-19 16:55:06 +02:00 |
account_statuses_cleanup_service_spec.rb
|
Clean up of RSpec/LetSetup within spec/services/activitypub (#28445)
|
2023-12-21 11:20:12 +00:00 |
after_block_domain_from_account_service_spec.rb
|
Remove unused stub json ld context (#25454)
|
2023-10-16 15:38:27 +02:00 |
after_block_service_spec.rb
|
Enable Style/FrozenStringLiteralComment for specs (#23790)
|
2023-02-22 09:55:31 +09:00 |
after_unallow_domain_service_spec.rb
|
Add basic coverage for AfterUnallowDomainService class (#29324)
|
2024-02-21 17:13:11 +00:00 |
app_sign_up_service_spec.rb
|
Fix registrations not checking MX records for email domain blocks requiring approval (#28608)
|
2024-01-15 17:10:57 +00:00 |
appeal_service_spec.rb
|
Add basic coverage for AppealService class (#29322)
|
2024-02-21 17:12:31 +00:00 |
approve_appeal_service_spec.rb
|
Add basic coverage for ApproveAppealService class (#29333)
|
2024-02-22 10:40:07 +00:00 |
authorize_follow_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
backup_service_spec.rb
|
Speed-up on BackupService spec (#25527)
|
2023-06-22 11:53:28 +02:00 |
batched_remove_status_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
block_domain_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
block_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
bootstrap_timeline_service_spec.rb
|
Fix RSpec/VerifiedDoubles cop (#25469)
|
2023-06-22 14:55:22 +02:00 |
bulk_import_row_service_spec.rb
|
Fix list import concurrently creating lists of the same name (#26372)
|
2023-08-07 17:59:20 +02:00 |
bulk_import_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
clear_domain_media_service_spec.rb
|
Update rubocop-rspec to version 2.22.0, fix RSpec/IndexedLet cop (#24698)
|
2023-06-14 16:44:37 +02:00 |
create_featured_tag_service_spec.rb
|
Add basic coverage for CreateFeaturedTagService class (#29321)
|
2024-02-21 16:58:19 +00:00 |
delete_account_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
fan_out_on_write_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
favourite_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
fetch_link_card_service_spec.rb
|
Change link previews to keep original URL from the status (#27312)
|
2023-11-13 09:58:28 +00:00 |
fetch_oembed_service_spec.rb
|
Fix RSpec/ContextWording cop (#24739)
|
2023-05-04 05:49:08 +02:00 |
fetch_remote_status_service_spec.rb
|
Fix RSpec/ContextWording cop (#24739)
|
2023-05-04 05:49:08 +02:00 |
fetch_resource_service_spec.rb
|
Merge pull request from GHSA-3fjr-858r-92rw
|
2024-02-01 15:56:46 +01:00 |
follow_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
import_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
move_service_spec.rb
|
Add basic coverage for MoveService class (#29301)
|
2024-02-23 09:59:29 +00:00 |
mute_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
notify_service_spec.rb
|
Add notification policies and notification requests (#29366)
|
2024-03-07 14:53:37 +00:00 |
post_status_service_spec.rb
|
Reduce RSpec/MultipleExpectations in post_status_service spec (#29225)
|
2024-02-16 07:52:29 +00:00 |
precompute_feed_service_spec.rb
|
Fix Lint/UselessAssignment cop (#27472)
|
2023-10-19 16:55:06 +02:00 |
process_hashtags_service_spec.rb
|
Add basic coverage for ProcessHashtagsService class (#29320)
|
2024-02-21 16:57:45 +00:00 |
process_mentions_service_spec.rb
|
Fix RSpec/MissingExampleGroupArgument cop (#25310)
|
2023-06-06 15:51:42 +02:00 |
purge_domain_service_spec.rb
|
Reduced repeated setup in PurgeDomainService spec (#28786)
|
2024-01-18 10:07:49 +00:00 |
reblog_service_spec.rb
|
Disable Rails/SkipsModelValidations cop (#28712)
|
2024-01-15 13:46:47 +00:00 |
reject_follow_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
remove_domains_from_followers_service_spec.rb
|
Add basic coverage for RemoveDomainsFromFollowersService class (#29327)
|
2024-02-22 10:53:38 +00:00 |
remove_featured_tag_service_spec.rb
|
Add basic coverage for RemoveFeaturedTagService class (#29328)
|
2024-02-22 10:51:04 +00:00 |
remove_from_followers_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
remove_status_service_spec.rb
|
Fix Undo Announce activity is not sent, when not followed by the reblogged post author (#18482)
|
2024-01-12 15:58:28 +00:00 |
report_service_spec.rb
|
Use capture_emails helper to improve email assertions in specs (#29245)
|
2024-02-19 15:57:47 +00:00 |
resolve_account_service_spec.rb
|
Add common ThreadingHelper module for specs (#29116)
|
2024-02-07 14:53:29 +00:00 |
resolve_url_service_spec.rb
|
Merge pull request from GHSA-3fjr-858r-92rw
|
2024-02-01 15:56:46 +01:00 |
search_service_spec.rb
|
Fix RSpec/InstanceVariable cop (#27766)
|
2023-11-08 15:42:30 +00:00 |
software_update_check_service_spec.rb
|
Add admin notifications for new Mastodon versions (#26582)
|
2023-09-01 17:47:07 +02:00 |
suspend_account_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
translate_status_service_spec.rb
|
Update rubocop and rubocop-rspec (#26329)
|
2023-08-22 09:31:40 +02:00 |
unallow_domain_service_spec.rb
|
Reduced repeated setup in UnallowDomainService spec (#28785)
|
2024-01-18 10:11:10 +00:00 |
unblock_domain_service_spec.rb
|
Fix RSpec/InstanceVariable cop (#27766)
|
2023-11-08 15:42:30 +00:00 |
unblock_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
unfavourite_service_spec.rb
|
Add basic coverage for UnfavouriteService class (#29329)
|
2024-02-22 10:48:42 +00:00 |
unfollow_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
unmute_service_spec.rb
|
Add basic coverage for UnmuteService class (#29330)
|
2024-02-22 10:48:09 +00:00 |
unsuspend_account_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
update_account_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
update_status_service_spec.rb
|
Use Sidekiq fake! instead of inline! in specs (#25369)
|
2024-01-10 11:06:58 +00:00 |
verify_link_service_spec.rb
|
Use heredoc on the HTML blocks in verify link spec (#29365)
|
2024-02-22 21:26:48 +00:00 |
vote_service_spec.rb
|
Add basic coverage for VoteService class (#29334)
|
2024-02-22 10:39:18 +00:00 |
webhook_service_spec.rb
|
Add basic coverage for WebhookService class (#29331)
|
2024-02-22 10:46:20 +00:00 |