summaryrefslogtreecommitdiffstats
path: root/spec/workers
AgeCommit message (Expand)Author
2024-06-19Add `match_json_values` and use in AP worker specs (#30720)Matt Jankowski
2024-05-20Fix `Rails/WhereRange` cop (#30343)Matt Jankowski
2024-05-15Retain unconfirmed users longer (1 week) (#30285)Renaud Chaput
2024-02-21Automatically switch from open to approved registrations in absence of modera...Claire
2024-02-19Use `capture_emails` helper to improve email assertions in specs (#29245)Matt Jankowski
2024-02-16Merge pull request from GHSA-jhrq-qvrm-qr36Claire
2024-01-15Disable `Rails/SkipsModelValidations` cop (#28712)Matt Jankowski
2024-01-10Use Sidekiq `fake!` instead of `inline!` in specs (#25369)Matt Jankowski
2023-12-21Fix `RSpec/LetSetup` cop in spec/services (#28459)Matt Jankowski
2023-12-19Change algorithm of follow recommendations (#28314)Eugen Rochko
2023-11-23Consolidate configuration of `Sidekiq::Testing.fake!` setup (#28046)Matt Jankowski
2023-11-17Add spec coverage for `workers/redownload_*` worker classes (#27892)Matt Jankowski
2023-11-16Improve spec coverage for collection of `workers/` classes (#27874)Matt Jankowski
2023-11-16Reduce expectations for `RSpec/MultipleExpectations` cop in `MoveWorker` spec...Matt Jankowski
2023-11-14Fix `RSpec/AnyInstance` cop (#27810)Matt Jankowski
2023-11-07Fix `RSpec/MessageSpies` cop (#27751)Matt Jankowski
2023-10-13Speed-up on `MoveWorker` spec (#25528)Matt Jankowski
2023-09-01Add admin notifications for new Mastodon versions (#26582)Claire
2023-08-24Add new public status index (#26344)jsgoldstein
2023-07-20Add stricter protocol fields validation for accounts (#25937)Claire
2023-07-17Remove unfollowed hashtag posts from home feed (#26028)Claire
2023-06-22Fix `RSpec/VerifiedDoubles` cop (#25469)Matt Jankowski
2023-06-20Add per-test timeouts to AutoStatusesCleanupScheduler tests (#24841)Claire
2023-06-14Update rubocop-rspec to version 2.22.0, fix `RSpec/IndexedLet` cop (#24698)Matt Jankowski
2023-06-14Speed improvement for `AccountsStatusesCleanupScheduler` spec (#25406)Matt Jankowski
2023-05-24Fix RSpec/ExpectChange cop (#25101)Matt Jankowski
2023-05-04Fix infinite loop in AccountsStatusesCleanupScheduler (#24840)Claire
2023-05-04Fix RSpec/ContextWording cop (#24739)Matt Jankowski
2023-05-03Fix various edge cases with local moves (#24812)Claire
2023-05-03Change Move handler to also move list memberships (#24808)Claire
2023-05-03Improve automatic post cleanup worker performances (#24785)Claire
2023-05-02Rewrite import feature (#21054)Claire
2023-04-23Fix AccountsStatusesCleanupScheduler not spreading deletes across accounts co...Claire
2023-03-29Requeue expiration notification (#24311)Christian Schmidt
2023-03-10Coverage improvement round-out following up previous work (#23987)Matt Jankowski
2023-03-04Add basic coverage for some worker jobs (#23943)Matt Jankowski
2023-03-02Add rspecs for FollowRecommendationsScheduler (#23890)Stanislav Dobrovolschii
2023-02-23Change auto-deletion throttling constants to better scale with server size (#...Claire
2023-02-22Enable Style/FrozenStringLiteralComment for specs (#23790)Nick Schonning
2023-02-22Enable Rubocop Style/StringConcatenation defaults (#23792)Nick Schonning
2023-02-20Autofix Rubocop RSpec/BeEq (#23740)Nick Schonning
2023-02-20Audofix Rubocop Style/WordArray (#23739)Nick Schonning
2023-02-20Autofix Rubocop RSpec/LeadingSubject (#23670)Nick Schonning
2023-02-20Autofix Rubocop RSpec/EmptyLineAfterSubject (#23719)Nick Schonning
2023-02-20Enable Rubocop RSpec/NotToNot (#23723)Nick Schonning
2023-02-19Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692)Nick Schonning
2023-02-18Run rubocop formatting except line length (#23632)Nick Schonning
2023-02-07Fix `UserCleanupScheduler` crash when an unconfirmed account has a moderation...Claire
2022-11-07Fix followers count not being updated when migrating follows (#19998)Claire
2022-09-27Add retention policy for cached content and media (#19232)Eugen Rochko