4b965c862d 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove redundant "coding: utf-8" lines ( #9786 )  
							
							... 
							
							
							
							Part of #9744 
Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now.
`Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` 
							
						 
						
							2021-04-14 15:34:27 +01:00  
				
					
						
							
							
								 
						
							
							
								0b3112123d 
								
									
								
							
								 
							
						 
						
							
							
								
								Use mock from the stdlib. ( #9772 )  
							
							
							
						 
						
							2021-04-09 13:44:38 -04:00  
				
					
						
							
							
								 
						
							
							
								0a00b7ff14 
								
									
								
							
								 
							
						 
						
							
							
								
								Update black, and run auto formatting over the codebase ( #9381 )  
							
							... 
							
							
							
							- Update black version to the latest
 - Run black auto formatting over the codebase
    - Run autoformatting according to [`docs/code_style.md
`](80d6dc9783/docs/code_style.md 
							
						 
						
							2021-02-16 22:32:34 +00:00  
				
					
						
							
							
								 
						
							
							
								8a33d217bd 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert some test cases to use HomeserverTestCase. ( #9377 )  
							
							... 
							
							
							
							This has the side-effect of being able to remove use of `inlineCallbacks`
in the test-cases for cleaner tracebacks. 
							
						 
						
							2021-02-11 10:29:09 -05:00  
				
					
						
							
							
								 
						
							
							
								c9c0ad5e20 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove the deprecated Handlers object ( #8494 )  
							
							... 
							
							
							
							All handlers now available via get_*_handler() methods on the HomeServer. 
							
						 
						
							2020-10-09 07:24:34 -04:00  
				
					
						
							
							
								 
						
							
							
								8a4a4186de 
								
									
								
							
								 
							
						 
						
							
							
								
								Simplify super() calls to Python 3 syntax. ( #8344 )  
							
							... 
							
							
							
							This converts calls like super(Foo, self) -> super().
Generated with:
    sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py 
							
						 
						
							2020-09-18 09:56:44 -04:00  
				
					
						
							
							
								 
						
							
							
								b11450dedc 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert E2E key and room key handlers to async/await. ( #7851 )  
							
							
							
						 
						
							2020-07-15 08:48:58 -04:00  
				
					
						
							
							
								 
						
							
							
								2b2344652b 
								
									
								
							
								 
							
						 
						
							
							
								
								Ensure etag is a string for GET room_keys/version response ( #7691 )  
							
							
							
						 
						
							2020-06-15 13:42:44 -04:00  
				
					
						
							
							
								 
						
							
							
								0d27aba900 
								
									
								
							
								 
							
						 
						
							
							
								
								add etag and count to key backup endpoints ( #5858 )  
							
							
							
						 
						
							2019-11-27 16:14:44 -05:00  
				
					
						
							
							
								 
						
							
							
								5373de6cce 
								
							
								 
							
						 
						
							
							
								
								change test name to be unique  
							
							
							
						 
						
							2019-10-10 08:54:07 -04:00  
				
					
						
							
							
								 
						
							
							
								4535a07f4a 
								
							
								 
							
						 
						
							
							
								
								make version optional in body of e2e backup version update  
							
							... 
							
							
							
							to agree with latest version of the MSC 
							
						 
						
							2019-10-09 17:54:03 -04:00  
				
					
						
							
							
								 
						
							
							
								32e7c9e7f2 
								
									
								
							
								 
							
						 
						
							
							
								
								Run Black. ( #5482 )  
							
							
							
						 
						
							2019-06-20 19:32:02 +10:00  
				
					
						
							
							
								 
						
							
							
								b36c82576e 
								
									
								
							
								 
							
						 
						
							
							
								
								Run Black on the tests again ( #5170 )  
							
							
							
						 
						
							2019-05-10 00:12:11 -05:00  
				
					
						
							
							
								 
						
							
							
								afae8442b5 
								
							
								 
							
						 
						
							
							
								
								make sure version is in body and wrap in linearizer queue  
							
							... 
							
							
							
							also add tests 
							
						 
						
							2019-02-08 01:32:45 -05:00  
				
					
						
							
							
								 
						
							
							
								f1087106cf 
								
									
								
							
								 
							
						 
						
							
							
								
								handle empty backups according to latest spec proposal ( #4123 )  
							
							... 
							
							
							
							fixes  #4056  
						
							2018-11-05 17:59:29 -05:00  
				
					
						
							
							
								 
						
							
							
								3801b8aa03 
								
							
								 
							
						 
						
							
							
								
								try to make flake8 and isort happy  
							
							
							
						 
						
							2018-09-06 11:35:19 -04:00  
				
					
						
							
							
								 
						
							
							
								16a31c6fce 
								
							
								 
							
						 
						
							
							
								
								update to newer Synapse APIs  
							
							
							
						 
						
							2018-08-24 22:51:25 -04:00  
				
					
						
							
							
								 
						
							
							
								66a4ca1d28 
								
							
								 
							
						 
						
							
							
								
								404 nicely if you try to interact with a missing current version  
							
							
							
						 
						
							2018-08-12 19:14:31 -04:00  
				
					
						
							
							
								 
						
							
							
								edc427a351 
								
							
								 
							
						 
						
							
							
								
								flake8  
							
							
							
						 
						
							2018-08-12 19:14:31 -04:00  
				
					
						
							
							
								 
						
							
							
								fe87890b18 
								
							
								 
							
						 
						
							
							
								
								implement remaining tests and make them work  
							
							
							
						 
						
							2018-08-12 19:14:31 -04:00  
				
					
						
							
							
								 
						
							
							
								f6a3067868 
								
							
								 
							
						 
						
							
							
								
								linting  
							
							
							
						 
						
							2018-08-12 19:14:31 -04:00  
				
					
						
							
							
								 
						
							
							
								15d513f16f 
								
							
								 
							
						 
						
							
							
								
								fix idiocies and so make tests pass  
							
							
							
						 
						
							2018-08-12 19:14:31 -04:00  
				
					
						
							
							
								 
						
							
							
								174be586e5 
								
							
								 
							
						 
						
							
							
								
								first cut at a UT  
							
							
							
						 
						
							2018-08-12 19:14:31 -04:00