Matt Jankowski 
								
							 
						 
						
							
							
								
							
							
	
	
	f1300ad284 
 
						 
						
							
							
								
								
								Rename jobs/attachments rspec tag names ( #29762 )  
							
							
							
							
						 
						
							2024-07-08 16:01:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Matt Jankowski 
								
							 
						 
						
							
							
								
							
							
	
	
	469028b6d3 
 
						 
						
							
							
								
								
								Remove unneeded type: :service from spec/services files ( #29304 )  
							
							
							
							
						 
						
							2024-03-13 08:39:26 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Matt Jankowski 
								
							 
						 
						
							
							
								
							
							
	
	
	00341c70ff 
 
						 
						
							
							
								
								
								Use Sidekiq fake! instead of inline! in specs ( #25369 )  
							
							
							
							
						 
						
							2024-01-10 11:06:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Matt Jankowski 
								
							 
						 
						
							
							
								
							
							
	
	
	9251779d75 
 
						 
						
							
							
								
								
								Fix RSpec/LetSetup cop in spec/services ( #28459 )  
							
							
							
							
						 
						
							2023-12-21 14:23:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Matt Jankowski 
								
							 
						 
						
							
							
								
							
							
	
	
	faffd81976 
 
						 
						
							
							
								
								
								Remove double subject call in services/unsuspend_account_service spec ( #28215 )  
							
							
							
							
						 
						
							2023-12-06 08:44:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nick Schonning 
								
							 
						 
						
							
							
								
							
							
	
	
	b970ed6098 
 
						 
						
							
							
								
								
								Update rubocop and rubocop-rspec ( #26329 )  
							
							
							
							
						 
						
							2023-08-22 09:31:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Claire 
								
							 
						 
						
							
							
								
							
							
	
	
	1e3b19230a 
 
						 
						
							
							
								
								
								Add stricter protocol fields validation for accounts ( #25937 )  
							
							
							
							
						 
						
							2023-07-20 18:23:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Matt Jankowski 
								
							 
						 
						
							
							
								
							
							
	
	
	05f9e39b32 
 
						 
						
							
							
								
								
								Fix RSpec/VerifiedDoubles cop ( #25469 )  
							
							
							
							
						 
						
							2023-06-22 14:55:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Matt Jankowski 
								
							 
						 
						
							
							
								
							
							
	
	
	d2e5430d4a 
 
						 
						
							
							
								
								
								Fix RSpec/ExpectChange cop ( #25101 )  
							
							
							
							
						 
						
							2023-05-24 11:23:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Matt Jankowski 
								
							 
						 
						
							
							
								
							
							
	
	
	bf3ebeb42f 
 
						 
						
							
							
								
								
								Fix RSpec/SharedContext cop ( #24847 )  
							
							
							
							
						 
						
							2023-05-12 09:25:43 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nick Schonning 
								
							 
						 
						
							
							
								
							
							
	
	
	84cc805cae 
 
						 
						
							
							
								
								
								Enable Style/FrozenStringLiteralComment for specs ( #23790 )  
							
							
							
							
						 
						
							2023-02-22 09:55:31 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nick Schonning 
								
							 
						 
						
							
							
								
							
							
	
	
	4552685f6b 
 
						 
						
							
							
								
								
								Autofix Rubocop RSpec/LeadingSubject ( #23670 )  
							
							
							
							
						 
						
							2023-02-20 13:24:14 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Claire 
								
							 
						 
						
							
							
								
							
							
	
	
	18fb01ef7c 
 
						 
						
							
							
								
								
								Fix possible race conditions when suspending/unsuspending accounts ( #22363 )  
							
							... 
							
							
							
							
							* Fix possible race conditions when suspending/unsuspending accounts
* Fix tests
Tests were assuming SuspensionWorker and UnsuspensionWorker would do the
suspending/unsuspending themselves, but this has changed. 
							
						 
						
							2023-01-05 13:47:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Claire 
								
							 
						 
						
							
							
								
							
							
	
	
	30658924a8 
 
						 
						
							
							
								
								
								Fix test-related issues ( #17888 )  
							
							... 
							
							
							
							
							* Remove obsolete RSS::Serializer test
Since #17828 , RSS::Serializer no longer has specific code for deleted statuses,
but it is never called on deleted statuses anyway.
* Rename erroneously-named test files
* Fix failing test
* Fix test deprecation warnings
* Update CircleCI Ruby orb
1.4.0 has a bug that does not match all the test files due to incorrect
globbing 
							
						 
						
							2022-03-28 12:43:58 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Josh Soref 
								
							 
						 
						
							
							
								
							
							
	
	
	b5329e0035 
 
						 
						
							
							
								
								
								Spelling ( #17705 )  
							
							... 
							
							
							
							
							* spelling: account
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: affiliated
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: appearance
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: autosuggest
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: cacheable
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: component
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: conversations
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: domain.example
Clarify what's distinct and use RFC friendly domain space.
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: environment
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: exceeds
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: functional
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: inefficiency
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: not
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: notifications
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: occurring
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: position
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: progress
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: promotable
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: reblogging
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: repetitive
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: resolve
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: saturated
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: similar
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: strategies
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: success
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: targeting
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: thumbnails
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: unauthorized
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: unsensitizes
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: validations
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: various
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> 
							
						 
						
							2022-03-06 22:51:40 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Claire 
								
							 
						 
						
							
							
								
							
							
	
	
	6702148472 
 
						 
						
							
							
								
								
								Add tests for SuspendAccountService and UnsuspendAccountService ( #16627 )  
							
							... 
							
							
							
							
							* Add tests for SuspendAccountService
* Add tests for UnsuspendAccountService 
							
						 
						
							2021-08-20 10:53:33 +01:00