William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad3b5f7045 
							
						 
					 
					
						
						
							
							[Inline model resolver] various improvements ( #12293 )  
						
						... 
						
						
						
						* better handling of requestbody in the inline resolver
* remove commented code
* better request body naming
* fix unique naming
* minor code format change
* removed additional underscore from names, fix test
* more fixes, update tests
* fix all tests
* undo changes to default codegen
* update samples
* update python tests
* add new files
* update samples 
						
						
					 
					
						2022-05-10 17:13:57 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6c445cdc3 
							
						 
					 
					
						
						
							
							update swagger core, jackson to newer version ( #11545 )  
						
						
						
						
					 
					
						2022-02-08 13:31:20 +08:00 
						 
				 
			
				
					
						
							
							
								Justin Black 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8702f24f05 
							
						 
					 
					
						
						
							
							Adds request body content data to allow multiple content types to be sent to servers ( #10973 )  
						
						... 
						
						
						
						* Adds CodegenMediaType and CodegenEncoding
* Adds partial new code to set Parameter content data
* Adds content to CodegenParameter
* Sets content for request bodies
* Adds testParameterContent
* Adds testRequestBodyContent 
						
						
					 
					
						2021-11-29 09:31:38 -08:00 
						 
				 
			
				
					
						
							
							
								Nathan Baulch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d68bd6a03 
							
						 
					 
					
						
						
							
							Fix thousands of spelling typos ( #10272 )  
						
						
						
						
					 
					
						2021-08-28 22:58:24 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							0204bf4ae2 
							
						 
					 
					
						
						
							
							Squashed commit of the following:  
						
						... 
						
						
						
						commit c5a0d0f7394aa742fa336fff7e7c1d3049761868
Merge: 8c4991ba3ed f8ff8c87609
Author: William Cheng <wing328hk@gmail.com>
Date:   Tue Aug 17 18:28:12 2021 +0800
    Merge branch 'mustache-linting' of https://github.com/NathanBaulch/openapi-generator  into NathanBaulch-mustache-linting
commit f8ff8c87609b1ca36fa26fb8474806999638195e
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date:   Thu Aug 5 14:12:47 2021 +1000
    Reorder tags that handle missing values
commit f5d8a33709d6a3f846a9fe4520b78c3d637051d9
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date:   Thu Aug 5 14:08:59 2021 +1000
    Use dot notation where possible
commit 493d14921e2333f3ae19ef6fc89318b7e263a80c
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date:   Thu Aug 5 14:10:49 2021 +1000
    Remove empty tags
commit 32480dc53f48227d55531b94e307d72671373737
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date:   Thu Aug 5 10:41:58 2021 +1000
    Remove redundant sections
commit a8edabd722c34aa094b4aeb11c22664529c3a219
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date:   Wed Aug 4 22:02:22 2021 +1000
    Trim extra EOF new lines
commit e89bd7458e3594bf0d30e580bc9408e45b018a57
Author: Nathan Baulch <nathan.baulch@gmail.com>
Date:   Wed Aug 4 21:59:26 2021 +1000
    Trim trailing whitespace 
						
						
					 
					
						2021-08-17 18:37:51 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df1ae03960 
							
						 
					 
					
						
						
							
							[Refactor] create Python abstract class ( #8817 )  
						
						... 
						
						
						
						* create python abstract base class
* refactor AbstractPythonConnexionServerCodegen
* update doc 
						
						
					 
					
						2021-02-25 14:10:49 +08:00 
						 
				 
			
				
					
						
							
							
								Petr Tůma 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							061552f5d4 
							
						 
					 
					
						
						
							
							[feature][python-flask] Add CORS support to python-flask server ( #8472 )  
						
						... 
						
						
						
						* Add CORS support to python-flask server generator
* Documentation update and CORS support for other generators using the same base class
* Trivial sample changes 
						
						
					 
					
						2021-01-29 10:54:02 +08:00 
						 
				 
			
				
					
						
							
							
								Cody Mikol 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9d6c6fb21 
							
						 
					 
					
						
						
							
							CHORE[DEPENDENCIES]: bump swagger-parser => 2.0.22 ( #7597 )  
						
						... 
						
						
						
						this fixes a bug where the parser would return
null when missing parameters rather than reporting
some useful error.
Fixes N/A 
						
						
					 
					
						2020-12-08 15:18:07 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fff759b79c 
							
						 
					 
					
						
						
							
							[Python] fix numeric enum in python flask, aiohttp ( #5019 )  
						
						... 
						
						
						
						* minor code format fix
* fix numeric enum in python flask and aiohttp
* add python-server-all.sh to ensure-up-to-date 
						
						
					 
					
						2020-01-19 15:25:20 +08:00 
						 
				 
			
				
					
						
							
							
								Jim Schubert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea55968737 
							
						 
					 
					
						
						
							
							Evaluating https issues in CircleCI (on top of CiscoM31-maven-h… ( #5034 )  
						
						... 
						
						
						
						* replace http with https. Replace http://central.maven.org  with https://repo1.maven.org 
* replace http://www.apache.org/licenses/LICENSE-2.0  with https://www.apache.org/licenses/LICENSE-2.0 
* Force HTTPS for mavenCentral gradle DSL
Co-authored-by: Sebastien Rosset <serosset@cisco.com> 
						
						
					 
					
						2020-01-18 18:53:05 -05:00 
						 
				 
			
				
					
						
							
							
								Guillaume SMAHA 
							
						 
					 
					
						
						
						
						
							
						
						
							20b8eff6e3 
							
						 
					 
					
						
						
							
							[python-server] Support python 3.7 for all server-generators ( #2884 )  
						
						... 
						
						
						
						* Support python 3.7 for all server-generators
Signed-off-by: Guillaume Smaha <guillaume.smaha@gmail.com>
* Rename typing_patch.py to typing_utils.py
* Renaming typing_patch.mustache to typing_utils.mustache
* Fix comparaison in typing_utils.is_dict for python3.7 
						
						
					 
					
						2019-05-30 11:36:06 +08:00 
						 
				 
			
				
					
						
							
							
								Tom Ghyselinck 
							
						 
					 
					
						
						
						
						
							
						
						
							f7943257c5 
							
						 
					 
					
						
						
							
							Python flask pythonic params ( #2374 )  
						
						... 
						
						
						
						* Using connexion `pythonic_params` support while keeping OpenAPI spec file correct with reference to the original spec file.
* - Add `camelCase` query parameter which shows the incorrectnes of the conversion of the OpenAPI spec file in Python server implementation(s).
* Also use `pythonic_params=True` for the `python-aiohttp` implementation.
* - Updated Python related samples.
* The unit tests must provide the correct query parameters.
* - Updated Python related samples. 
						
						
					 
					
						2019-03-24 10:36:26 +08:00 
						 
				 
			
				
					
						
							
							
								Jyhess 
							
						 
					 
					
						
						
						
						
							
						
						
							17218117b9 
							
						 
					 
					
						
						
							
							Fix missing __init__.py ( #1933 )  
						
						
						
						
					 
					
						2019-01-18 12:41:43 +08:00 
						 
				 
			
				
					
						
							
							
								Jyhess 
							
						 
					 
					
						
						
						
						
							
						
						
							80ca67cfda 
							
						 
					 
					
						
						
							
							Python AIOHTTP server generator ( #1470 )  
						
						... 
						
						
						
						* Astract factory for generators based on connexion
* Add aiohttp server generator
* Fix flask tests
* Normalize python-flask folder names 
						
						
					 
					
						2019-01-11 23:35:21 +08:00