FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for docs/generators/python-aiohttp.md - emeraldjava/openapi-generator · GitHub
emeraldjava
/
openapi-generator
Public
forked from
OpenAPITools/openapi-generator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
openapi-generator
docs
generators
python-aiohttp.md
on
master
User selector
Datepicker
Commit history
Commits on Apr 3, 2024
[python] Add field as a reserved word (#18279)
Show description for 2a39b29
wing328
authored
2a39b29
View commit details
Copy full SHA for 2a39b29
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
add security feature AWSV4Signature to documentation (#15603)
tiffmaelite
authored
42f7219
View commit details
Copy full SHA for 42f7219
View code at this point
Browse repository at this point
Commits on Oct 1, 2023
[Python] add `float` to reserved word list (#16689)
Show description for ce4b2fe
wing328
and
multani
authored
ce4b2fe
View commit details
Copy full SHA for ce4b2fe
View code at this point
Browse repository at this point
Commits on May 16, 2023
add HTTP signature to SecurityFeature (#15542)
tiffmaelite
authored
0067687
View commit details
Copy full SHA for 0067687
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
[csharp-netcore] Add option skip generating getter for sub-schemas (#15007)
Show description for 88da364
wing328
authored
88da364
View commit details
Copy full SHA for 88da364
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
Fix/remove support python2 option in flask aiohttp generators (#13585)
Show description for 085e1e5
wing328
and
Kevin-Bannier
authored
085e1e5
View commit details
Copy full SHA for 085e1e5
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
Adds not to CodegenComposedSchemas and uses it in python-exp (#12146)
Show description for e2e7609
spacether
authored
e2e7609
View commit details
Copy full SHA for e2e7609
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
Adds UUID to python-experimental (#12153)
Show description for eef7cdd
spacether
authored
eef7cdd
View commit details
Copy full SHA for eef7cdd
View code at this point
Browse repository at this point
Commits on Jan 23, 2022
Adds generator default template engine (#11366)
Show description for 78f4748
spacether
authored
78f4748
View commit details
Copy full SHA for 78f4748
View code at this point
Browse repository at this point
Commits on Jan 11, 2022
Improves generator docs: stability + language version added (#11270)
Show description for de036e2
spacether
authored
de036e2
View commit details
Copy full SHA for de036e2
View code at this point
Browse repository at this point
Commits on Jan 10, 2022
Adds generatorLanguage to all generators (#11268)
Show description for 0eca629
spacether
authored
0eca629
View commit details
Copy full SHA for 0eca629
View code at this point
Browse repository at this point
Commits on Jan 9, 2022
Improves generator docs, adds metadata section (#11262)
Show description for d813d04
spacether
authored
d813d04
View commit details
Copy full SHA for d813d04
View code at this point
Browse repository at this point
Commits on Dec 21, 2021
[DefaultCodegen] generate unknown default case (#11078)
Show description for c305c71
4brunu
authored
c305c71
View commit details
Copy full SHA for c305c71
View code at this point
Browse repository at this point
Commits on Oct 24, 2021
(fix #9673) This change introduces a flag to have tests generated under the pythonSrcRoot directory if it's specified. (#9674)
Show description for 91d0e2d
tray2100
authored
91d0e2d
View commit details
Copy full SHA for 91d0e2d
View code at this point
Browse repository at this point
Commits on Jun 2, 2021
Adding usePythonSrcRootInImports logic to AbstractPythonConnexionServerCodegen. (#9558) (#9559)
tray2100
authored
7bb7c72
View commit details
Copy full SHA for 7bb7c72
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
Fixes legacyDiscriminatorBehavior description (#8931)
Show description for 8226269
spacether
authored
8226269
View commit details
Copy full SHA for 8226269
View code at this point
Browse repository at this point
Commits on Feb 25, 2021
[Refactor] create Python abstract class (#8817)
Show description for df1ae03
wing328
authored
df1ae03
View commit details
Copy full SHA for df1ae03
View code at this point
Browse repository at this point
Commits on Jan 29, 2021
[feature][python-flask] Add CORS support to python-flask server (#8472)
Show description for 061552f
ceresek
authored
061552f
View commit details
Copy full SHA for 061552f
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Revise wordings for options (#8127)
Show description for 61777b4
wing328
authored
61777b4
View commit details
Copy full SHA for 61777b4
View code at this point
Browse repository at this point
Commits on Oct 20, 2020
[Java][JVM] Move java specific import mappers to JVM specific code gen (#7569)
Show description for 7318ff7
agilob
authored
7318ff7
View commit details
Copy full SHA for 7318ff7
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
[docs] Add clarity around configuration options (#7547)
jimschubert
authored
d854c89
View commit details
Copy full SHA for d854c89
View code at this point
Browse repository at this point
Commits on Jul 5, 2020
Add Mock Server client modification feature (#6747)
ybelenko
authored
f11b0f8
View commit details
Copy full SHA for f11b0f8
View code at this point
Browse repository at this point
Commits on Jul 2, 2020
mark python2 support in flask as deprecated (#6653)
wing328
authored
c6cb7eb
View commit details
Copy full SHA for c6cb7eb
View code at this point
Browse repository at this point
Commits on Jun 15, 2020
Fix table layout for additionalProperties property (#6563)
neclimdul
authored
6f5ec7d
View commit details
Copy full SHA for 6f5ec7d
View code at this point
Browse repository at this point
Commits on May 28, 2020
[codegen][python-experimental] Composed schema with additionalProperties (#6290)
Show description for f7f4141
sebastien-rosset
and
spacether
authored
f7f4141
View commit details
Copy full SHA for f7f4141
View code at this point
Browse repository at this point
Commits on May 21, 2020
[M][REQ][JAVA]: Add option to generate arrays with "uniqueItems" true as Sets rather than Lists (#5466)
Show description for c49d8fd
Januson
and
wing328
authored
c49d8fd
View commit details
Copy full SHA for c49d8fd
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Fixes md docs (#6079)
Show description for a2b613c
spacether
authored
a2b613c
View commit details
Copy full SHA for a2b613c
View code at this point
Browse repository at this point
Commits on Apr 24, 2020
[CORE] Fixes composed schema discriminator map (#4906)
Show description for 8e8471c
spacether
and
wing328
authored
8e8471c
View commit details
Copy full SHA for 8e8471c
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
Add pythonSrcRoot option to python servers (aiohttp/flask/blueplanet) to support src/ layout projects [and reenable/fix all python server tests] (#5423)
Show description for 469b218
cognifloyd
authored
469b218
View commit details
Copy full SHA for 469b218
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
[docs] Upgrade to Docusaurus 2 (#5271)
Show description for aa7cd4f
jimschubert
authored
aa7cd4f
View commit details
Copy full SHA for aa7cd4f
View code at this point
Browse repository at this point
Commits on Feb 2, 2020
[docs] Initial FeatureSet generator documentation (#5188)
Show description for a496c20
jimschubert
authored
a496c20
View commit details
Copy full SHA for a496c20
View code at this point
Browse repository at this point
Commits on Jan 20, 2020
[docs] Sorted doc outputs and clean up duplicated CliOptions (#5046)
Show description for 644f720
jimschubert
authored
644f720
View commit details
Copy full SHA for 644f720
View code at this point
Browse repository at this point
Commits on Jan 9, 2020
[doc] full generator details (#4941)
jimschubert
authored
a2532cc
View commit details
Copy full SHA for a2532cc
View code at this point
Browse repository at this point
Commits on Dec 22, 2019
[Python] Updates python test framework to pytest (#4765)
Show description for 3959530
spacether
authored and
wing328
committed
3959530
View commit details
Copy full SHA for 3959530
View code at this point
Browse repository at this point
Commits on Dec 20, 2019
[kotlin] add options sortParamsByRequiredFlag and sortModelPropertiesByRequiredFlag (#4707)
Show description for 265ad22
4brunu
authored and
wing328
committed
265ad22
View commit details
Copy full SHA for 265ad22
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL