Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for feature/new-uplink-generator branch #3

Draft
wants to merge 2,570 commits into
base: feature/new-uplink-generator
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    07227d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba2c42e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. [python-nextgen] Add bytearray, none_type as primitive type (OpenAPIT…

    …ools#15130)
    
    * add bytearray, none type as primitive type
    
    * update samples
    
    * update doc
    wing328 authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    bd7bc9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bda2e4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8e62cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2be167 View commit details
    Browse the repository at this point in the history
  5. qt ctest (OpenAPITools#14968)

    * [cpp-qt-client] Fix warning about deprecated count() method
    
    * [cpp-qt-client] Ignore build directory
    
    * [cpp-qt-client] Use ctest
    
    * Fix CMakeLists.txt for cpp-qt-client
    MartinDelille authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f40433d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. [typescript] Make TypeScriptClientCodegen extend AbstractTypeScriptCl…

    …ientCodegen (OpenAPITools#15096)
    
    * Make TypeScriptClientCodegen extend AbstractTypeScriptClientCodegen
    
    * Regenerate samples
    
    * Update docs
    
    * Clean up
    
    * Remove updated toEnumName
    
    * Fix: SUPPORTS_ES6
    
    * Fix: `setSupportsES6` should not be set directly in unit tests
    
    * Set modelPropertyNaming to camelCase
    lwj5 authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    a5bc7f1 View commit details
    Browse the repository at this point in the history
  2. bumped package versions

    devhl-labs committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    b57d35b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    4a83c91 View commit details
    Browse the repository at this point in the history
  2. fix(python-nextgen): dependency incompatiblity (OpenAPITools#15167)

    Downgrade tox and flake8. Alternateively, we can increase minimum python version to 3.8.1
    ditsuke authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    a4f5a74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e3bb7e View commit details
    Browse the repository at this point in the history
  4. [csharp-netcore] Explicitly implement IValidatableObject (OpenAPITool…

    …s#15160)
    
    * explicit interface implementation
    
    * minor spacing change
    devhl-labs authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    1e2f16e View commit details
    Browse the repository at this point in the history
  5. Add Flipkart as a company using OpenAPI Generator (OpenAPITools#15175)

    * Adding Flipkart as a openapi generator user
    
    * chore: added flipkart company logo static asset
    
    * fix: fixed typo in users
    amrith92 authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    5d490d7 View commit details
    Browse the repository at this point in the history
  6. Update customization.md (OpenAPITools#15172)

    Clarify which OpenAPI Generator version exactly introduced [Set skipFormModel to true by default](OpenAPITools#8125).
    martin-mfg authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    e9e0f50 View commit details
    Browse the repository at this point in the history
  7. Added useSwashBuckle condition (OpenAPITools#15157)

    Added useSwashBuckle condition to Swashbuckle attributes in models
    leonluc-dev authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    a17bb59 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. [Go] Format error message only when Kind is Struct (OpenAPITools#15154)

    * Check if Kind is Struct
    
    * Commit regenerated files
    
    * Tabs indentation instead of 4-space
    
    * Commit regenerated files
    gcatanese authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    2b796d5 View commit details
    Browse the repository at this point in the history
  2. [go-server] Add ability to handle parameters of number type (OpenAP…

    …ITools#15079)
    
    * Add ability to handle parameters of number type
    
    * Generate samples
    
    * Add handling for number without format
    
    * Regenerate samples
    
    * Fix indentation
    lwj5 authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8ce990d View commit details
    Browse the repository at this point in the history
  3. [go] Fix: reservedWordsMappings not checked for reserved word (OpenAP…

    …ITools#15083)
    
    * Fix: reservedWordsMappings not checked for reserved word
    
    * Fix coding issue
    lwj5 authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    81cafdc View commit details
    Browse the repository at this point in the history
  4. [go-server] Change Routes type from []Route to map[string]Route (O…

    …penAPITools#15084)
    
    * Change Routes to map[string]Route
    
    * Fix linting issues
    
    * Regenerate samples
    lwj5 authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    792c49a View commit details
    Browse the repository at this point in the history
  5. Add tests for aspnetcore 6.0 useSwashBuckle option (OpenAPITools#15176)

    * add test for aspnetcore 6.0 useSwashBuckle option
    
    * update samples
    
    * update petstore with more tests
    
    * add options
    
    * update samples
    
    * remove unused files
    wing328 authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f8cb5fd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. [python-nextgen] Limit allowed pydantic version range (OpenAPITools#1…

    …5189)
    
    Align the lower limits between pyproject.toml and setup.py.
    
    Set a common upper limit of <2, because version 2 brings breaking
    changes.
    robertschweizer authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    448cbfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff48f80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b41ee1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fff964 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e852cec View commit details
    Browse the repository at this point in the history
  6. [go-server] Update dependencies and use generics (OpenAPITools#15087)

    * Update dependecies and go version
    
    * Use generics for recurse
    
    * Fix helpers.mustache
    
    * Regenerate samples
    lwj5 authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0444118 View commit details
    Browse the repository at this point in the history
  7. Improve Go Github workflow (OpenAPITools#15200)

    * improve go sample workflow gh
    
    * update
    
    * trigger build
    
    * Revert "trigger build"
    
    This reverts commit 129bc30.
    
    * comment out go chi server tests
    wing328 authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c0322b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    935146d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a426b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. [go-server] Fix: name declared and not used (OpenAPITools#15201)

    * Fix: name declared and not used
    
    * Update samples
    
    * Re-enable workflow
    lwj5 authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1163b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60e6d2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    241d649 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53d9d30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b247ad7 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Jersey2/3 - Probe content type for multipart upload parts (OpenAPIToo…

    …ls#14965)
    
    * Probe content type for multipart form uploads since many servers require each part to correctly identify its type.
    
    * Update samples
    
    * Add explanatory comment
    
    * Update samples with comment
    jdimeo authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    90b78fe View commit details
    Browse the repository at this point in the history
  2. Issue 3175 - using @objcMembers to expose all props and funcs to ObjC…

    … code when objcCompatible is requested. (OpenAPITools#15188)
    tsanidas authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6a67551 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. [java] Update undertow to newer version (OpenAPITools#15222)

    * update undertow to newer version
    
    * fix
    wing328 authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    5832731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5a8faf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ad695d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a41231 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    cbf5598 View commit details
    Browse the repository at this point in the history
  2. [pub] Add repository and publish_to as configurable option in pubspec…

    ….yaml (OpenAPITools#15232)
    
    * Add repository as configurable option to pub client libraries
    
    * Generate files
    
    * Make repository null by default
    
    * Update pubRepository mustache template
    
    Co-authored-by: Ahmed Fwela <[email protected]>
    
    * Regenerate samples and documentation
    
    * Support setting publish_to in pubspec.yaml
    
    ---------
    
    Co-authored-by: Ahmed Fwela <[email protected]>
    IchordeDionysos and ahmednfwela authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    03359ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    738beb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70a6106 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    096aabd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91815bf View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Add workflow for gradle enterprise (OpenAPITools#15211)

    * add workflow for gradle enterprise
    
    * add xml files
    
    * remove build cache
    
    * install
    
    * update
    
    * just clean
    
    * trigger build
    
    * mvn clean install
    wing328 authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    58425f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ac39c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1881100 View commit details
    Browse the repository at this point in the history
  4. [python-nextgen] Fix dict of dict of object in python-nextgen (OpenAP…

    …ITools#15239)
    
    * fix dict of dict of object in python nextgen
    
    * update samples
    wing328 authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f5b4490 View commit details
    Browse the repository at this point in the history
  5. Fix issue 12341 (OpenAPITools#15234)

    * if method return type is void then no return
    
    * build the project
    
    * fix build the project
    
    * fix build the project
    
    * fix return
    
    * fix build the project
    
    * fix build the project
    
    * fix build the project
    
    ---------
    
    Co-authored-by: Rodrigo Maciel de Almeida <[email protected]>
    rodrigoma3 and Rodrigo Maciel de Almeida authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9b2917f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    e3fdac0 View commit details
    Browse the repository at this point in the history
  2. [python-nextgen] better sample code (OpenAPITools#15248)

    * better python-nextgen sample code
    
    * remove future import
    
    * fix signing doc
    
    * better test
    
    * use hasHttpBearerMethods instead
    wing328 authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    0176957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdf53ac View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. fix travis badge in readme

    wing328 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    90d7da0 View commit details
    Browse the repository at this point in the history
  2. fix: set final query parameter value to enum value (OpenAPITools#15133)

    Use `<enum>.value` for query parameters that take an Enum, as otherwise the `name` of the enum will be used.
    vidurb authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    564a86c View commit details
    Browse the repository at this point in the history
  3. update samples

    borsch committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    ede1c9c View commit details
    Browse the repository at this point in the history
  4. Fix issue 15264 - Replace @controller with @RestController when using…

    … useSpringController (OpenAPITools#15266)
    
    * fix issue 15264
    
    * If useResponseEntity true then keep @controller if not @RestController
    
    ---------
    
    Co-authored-by: Rodrigo Maciel de Almeida <[email protected]>
    rodrigoma3 and Rodrigo Maciel de Almeida authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    2c78ff7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    e6c64d3 View commit details
    Browse the repository at this point in the history
  2. [Ruby] Client: fix base_url when no server_operation_index is defined (

    …OpenAPITools#15162)
    
    As discussed in OpenAPITools#7415 (comment), it seems unlikely the code was correct.
    
    server_operation_index is a hash table. In Ruby, `hash[key]` will return the value associated with `key`. If key is absent, `nil` is returned. Because that is sometimes undesirable, there is also `hash.fetch(key)`, which raises an error if the key is absent. It also allows you to specify a default to fall back on: `hash.fetch(key, default)` will return `default` if the key is absent.
    
    So, since not all users will specify a 'server per operation' (or at least: I'm not), the old code would usually set `index` to the `server_index`, which is initialized to 0. The subsequent `if index == nil` will usually return false (`0 != nil` in Ruby), after which the `server_url` call on line 177 constructs the url based on the `server_operation_variables` and `operation_server_settings`, assuming we are dealing with the case where a server per operation is configured. The case where the url should be constructed from `scheme`, `host`, etc. is only called if either `server_index` is explicitly set to `nil` or the key `operation` is explicitly associated with the value `nil` in the `server_operation_index` hash table, both of which seem inappropriate.
    Confusion authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2679819 View commit details
    Browse the repository at this point in the history
  3. Update beanValidationCore.mustache (OpenAPITools#13631) (fix OpenAPIT…

    …ools#3519)
    
    * Update beanValidationCore.mustache
    
    Update to use x-pattern-message for message customization
    
    * Update spring.md
    
    Update this page adding documentation for x-pattern-message
    
    * added unit test
    meet requested corrections
    
    * build the project
    
    * remove space
    
    ---------
    
    Co-authored-by: Rodrigo de Almeida - RMA3 <[email protected]>
    Co-authored-by: Rodrigo Maciel de Almeida <[email protected]>
    3 people authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    33e0c67 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. [python-nextgen] Fix enum query parameter (OpenAPITools#15278)

    * fix enum query parameter in python-nextgen
    
    * update samples
    wing328 authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    b5745e6 View commit details
    Browse the repository at this point in the history
  2. [openapi-normalizer] Fix nullable boolean check in oneOf schema (Open…

    …APITools#15276)
    
    * fix nullable boolean check in oneof
    
    * minor fix
    
    * fix spec
    wing328 authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    e51908f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    98c2794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52417f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6e19f8 View commit details
    Browse the repository at this point in the history
  4. [cpp-ue4] Fix byte array writing in JSON to be valid base64 string (O…

    …penAPITools#15242)
    
    * Fix byte array writing in JSON to be valid base64 string
    - remove ToStringFormatArg
    - use ToUrlString to path parameters
    - use Base64UrlEncode only in ToUrlString
    
    * Use LexToString instead of FString::Format
    nullbus authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    de27749 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. [JAVA] OkHttp-GSON deprecated field only deprecates getter method (Op…

    …enAPITools#15287)
    
    * Deprecate build and setter methods
    
    * Test with deprecated property
    
    * Update samples
    
    * Remove extra line
    
    * Regenerate samples
    gcatanese authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6f24ad3 View commit details
    Browse the repository at this point in the history
  2. [python-nextgen] Various fixes reported by pylint (OpenAPITools#15309)

    * various pylint fixes
    
    * rearrange test
    
    * Revert "rearrange test"
    
    This reverts commit 24d777a.
    wing328 authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b8ccd25 View commit details
    Browse the repository at this point in the history
  3. [C++][Pistache] Generate API generalization interface (OpenAPITools#1…

    …5279)
    
    * [C++][Pistache] Refactor setupSupportingFiles
    
    Supporting files are set up in the CppPistacheServerCodegen()
    constructor as well as in processOpts(). Refactor the code and extract a
    method setupSupportingFiles().
    
    * [C++][Pistache] Refactor: Simplify isQueryParam condition
    
    Both branches of the if/else do the same steps. Refactor this out and
    invert logic.
    
    * [C++][Pistache] Refactor: Add injectImplInFilename
    
    Both branches of the if/else if do the similar steps and are dependent
    on the suffix. Make this obvious by introducing a new method
    injectImplInFilename(String result, String suffix).
    
    * [C++][Pistache] Refactor: injectImplInFilename: remove index search
    
    We do not need the separatorChar index to inject the "Impl" string.
    Simply truncate the whole string.
    
    Also rename the parameter from 'result' to' filename'.
    
    * CppPistacheServer: Refactor postProcessOperationsWithModels
    
    Pull out the post-processing for a single operation, and also pull out
    post-processing for parameters.
    
    Introduce boolean expressions for supported parsing per parameter, and
    consumption of JSON.
    
    Reorder code to make locality more explicit i.e. how consumeJSON and
    isParsingSupported is generated and used.
    
    * CppPistacheServer: Refactor to use functional matching
    
    Functional matching like anyMatch() directly state what boolean value is
     searched.
    
     However, the Predicates deserve to heave names themselves.
    
    * CppPistacheServer: Add base class for Api
    
    Looking at the generated main-api-server.cpp code it gets obvious that
    the API classes are self similar with a similar interface.
    Only the construction and teh initialization is called in the main()
    function. Leverage this fact to create a generalization ApiBase.
    
    Introduce ApiBase as a pure virtual base class to the concrete API
    classes and declare init() as virtual.
    
    Pull the route member into the base class.
    
    With this change we could have a container hold all the ApiImpl
    objects later and call init() on all of them using a for_each loop.
    
    * CppPistacheServer: Use ApiBase for ApiImpl storage
    
    Refactor the main-api-server template to use a vector for ApiImpl
    storage instead of separate objects. This leverages the previously
    added ApiBase generalization.
    
     We push all concrete ApiImpl objects into a vector and call init() on
      each of them.
    
    * [C++][Pistache]: Update generated sample
    
    Due to teh addition of ApiBase class update the generated sample.
    
    * [C++][Pistache] Add comment for postProcessSingleParam
    
    * [C++][Pistache] Rename and comment implFilenameFromApiFilename
    
    While writing the comment, I realized that the method name could be more
    precise. Thus rename injectImplInFilename to implFilenameFromApiFilename
    and add comment.
    CTerasa-ep authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b847140 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    e0f4296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e211e14 View commit details
    Browse the repository at this point in the history
  3. [kotlin] cleanup documentation (OpenAPITools#15307)

    * [kotlin] fix documentation of API authorization in README files
    
    fix hierarchy level + add internal links + align wording across generators
    
    * [kotlin] fix anchor links in documentation
    
    ---------
    
    Co-authored-by: Tiffany Marrel <[email protected]>
    tiffmaelite and tiffmaelite authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    da96058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f23b01 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Update git-commit-id maven plugin to newer version (OpenAPITools#15332)

    * update git commit plugin to newer version
    
    * roll back to previous version
    wing328 authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f4e0eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4c041e View commit details
    Browse the repository at this point in the history
  3. [python-nextgen] fix empty dict in body parameter (OpenAPITools#15336)

    * add more tests for python-nextgen
    
    * update samples
    
    * add fix for empty dict body
    
    * update samples
    wing328 authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    2bd1a15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64c3be9 View commit details
    Browse the repository at this point in the history
  5. [JAVA] Enumeration comparison in Java using equalsIgnoreCase when Str…

    …ing - Fix issue 8084 (OpenAPITools#15273)
    
    * fix issue 8084
    
    * add config
    
    * add config
    
    ---------
    
    Co-authored-by: Rodrigo Maciel de Almeida <[email protected]>
    rodrigoma3 and Rodrigo Maciel de Almeida authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e070697 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    1f4d323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab819b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. [swift5] cleanup documentation (OpenAPITools#15351)

    * [swift5] fix documentation of API authorization in README files
    
    fix hierarchy level + add internal links + align wording across generators
    
    * [swift5] fix anchor links in documentation
    
    ---------
    
    Co-authored-by: Tiffany Marrel <[email protected]>
    tiffmaelite and tiffmaelite authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    5f8c4ec View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. remove unused file

    wing328 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    c7c5dd2 View commit details
    Browse the repository at this point in the history
  2. [python-nextgen] add support for StrictBytes (OpenAPITools#15365)

    * add strictbyte support in python-nextgen client
    
    * update samples
    
    * use union of strictbytes, strictstr for backward compatibility
    wing328 authored May 1, 2023
    Configuration menu
    Copy the full SHA
    961980f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. [Elm] Add support for petstore spec (OpenAPITools#15257)

    * Add petstore config
    
    * Expand lambda to allow formatting of partials
    
    * Fix order of operation with parenthesis
    
    * Fix not exposing needed enum to string converters
    
    * Add support for form params including files
    
    * Add generated petstore client
    
    * Regenerate existing elm client
    
    * Add script that all files compile successfully
    
    * Remove old unmaintained petstore client
    
    * Add pipeline to try and compile elm clients
    Qluxzz authored May 2, 2023
    Configuration menu
    Copy the full SHA
    42fa07d View commit details
    Browse the repository at this point in the history
  2. Drop default value when unnecessary. (OpenAPITools#15368)

    * Drop default value when unnecessary.
    
    * Simplify code.
    
    * Simplify code.
    
    * Generate Petstore sample code.
    noordawod authored May 2, 2023
    Configuration menu
    Copy the full SHA
    fefbfd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e356b77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8d5c54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6686fb8 View commit details
    Browse the repository at this point in the history
  6. Fix request parameter encode call (OpenAPITools#15313)

    Co-authored-by: Wohlert, Michel <[email protected]>
    mwohlert and Wohlert, Michel authored May 2, 2023
    Configuration menu
    Copy the full SHA
    502a8a8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. OpenAPITools#14599 (OpenAPITools#15388)

    Co-authored-by: vanwobe <[email protected]>
    vanwobe and vanwobe authored May 3, 2023
    Configuration menu
    Copy the full SHA
    8a9afab View commit details
    Browse the repository at this point in the history
  2. update samples

    wing328 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    bec32ae View commit details
    Browse the repository at this point in the history
  3. [python-nextgen] Add ApiResponse object (OpenAPITools#15367)

    * add ApiResponse object
    
    * fix tests
    
    * improve api response
    
    * add back _preload_content, add tests
    wing328 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    021d3a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92bcdea View commit details
    Browse the repository at this point in the history
  5. [GO] Add go.mod in go-gin-server generator (OpenAPITools#15339)

    * Add go.mod
    
    * Add test
    
    * Generate import path
    
    * Update samples
    gcatanese authored May 3, 2023
    Configuration menu
    Copy the full SHA
    61aadb3 View commit details
    Browse the repository at this point in the history
  6. Add Xojo client generator (OpenAPITools#15194)

    * Add Xojo client
    
    * Add Xojo client generator
    
    * Add Xojo client generator
    
    * hide generation timestamp for xojo samples
    
    ---------
    
    Co-authored-by: William Cheng <[email protected]>
    Topheee and wing328 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    45a3fe0 View commit details
    Browse the repository at this point in the history
  7. Fix circleci test failures (OpenAPITools#15317)

    * fix circleci test failures
    
    * trigger test
    
    * update circleici pom.xml
    
    * rearrange test
    
    * comment out tests
    
    * fix test
    
    * comment out python-prior
    
    * comment out test
    
    * fix import
    
    * comment out tests
    wing328 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    4e8d41b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a4648f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cbf118 View commit details
    Browse the repository at this point in the history
  10. Support language N4JS (OpenAPITools#15089)

    * n4js initial commit
    
    * incorporate feedback from user
    
    * add tests
    
    * fix media type in case of DELETE method
    
    * fix media type
    
    * some minor fixes
    
    * options fix for booleans
    
    * small fixes
    
    * generated files by ./bin/utils/ensure-up-to-date
    
    * remove String::toLowerCase due to de.thetaphi:forbiddenapis
    
    * adjust test expectation
    
    * fix test expectations
    
    * fix test expectation
    
    * add note to section 'Languages/Generators'
    
    * remove file according to review
    mmews-n4 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    a834700 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aea7cef View commit details
    Browse the repository at this point in the history
  12. Support language N4JS (2nd) (OpenAPITools#15397)

    * n4js initial commit
    
    * incorporate feedback from user
    
    * add tests
    
    * fix media type in case of DELETE method
    
    * fix media type
    
    * some minor fixes
    
    * options fix for booleans
    
    * small fixes
    
    * generated files by ./bin/utils/ensure-up-to-date
    
    * remove String::toLowerCase due to de.thetaphi:forbiddenapis
    
    * adjust test expectation
    
    * fix test expectations
    
    * fix test expectation
    
    * add note to section 'Languages/Generators'
    
    * remove file according to review
    
    * replace tabs by spaces
    
    * replace tabs by spaces (2)
    
    * update two generated files
    
    * remove test file
    
    * move statement
    mmews-n4 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    db478c3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Minor improvement to the N4JS client generator (OpenAPITools#15414)

    * minor improvement to the N4JS client generator
    
    * mark generator as beta
    wing328 authored May 4, 2023
    Configuration menu
    Copy the full SHA
    a0b79d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6d308 View commit details
    Browse the repository at this point in the history
  3. Update elm workflow to cover more tests (OpenAPITools#15415)

    * add more elm tests
    
    * trigger build failure
    
    * Revert "trigger build failure"
    
    This reverts commit 83b407f.
    wing328 authored May 4, 2023
    Configuration menu
    Copy the full SHA
    854afc9 View commit details
    Browse the repository at this point in the history
  4. Add @deprecated to methods in python-nextgen (OpenAPITools#15380)

    * add @deprecated to methods in python-nextgen
    
    * add deprecated as comment
    
    * add deprecation warnings
    
    * add warnings import
    
    * remove import
    wing328 authored May 4, 2023
    Configuration menu
    Copy the full SHA
    6fa089a View commit details
    Browse the repository at this point in the history
  5. [csharp-netcore] Better regular expression (OpenAPITools#15378)

    * do not escape regular expression in c#
    
    * update samples
    
    * better code format
    wing328 authored May 4, 2023
    Configuration menu
    Copy the full SHA
    182240e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    76c05b2 View commit details
    Browse the repository at this point in the history
  2. [csharp-netcore] Better handling of oneOf/anyOf with duplicated data …

    …type (OpenAPITools#15377)
    
    * better handling of oneOf/anyOf with duplicated data type
    
    * update generichost template
    
    * remove newline in eof
    
    * bug fix (OpenAPITools#15413)
    
    ---------
    
    Co-authored-by: devhl-labs <[email protected]>
    wing328 and devhl-labs authored May 5, 2023
    Configuration menu
    Copy the full SHA
    7259d81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    737cb36 View commit details
    Browse the repository at this point in the history
  4. Python Allow clients to define TLS Server name when using (OpenAPIToo…

    …ls#15283)
    
    This PR allows users to define custom SNI when using the python clients
    
    Fixes OpenAPITools#15282
    tigrato authored May 5, 2023
    Configuration menu
    Copy the full SHA
    56495d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc620d8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    c6b31a3 View commit details
    Browse the repository at this point in the history
  2. [python-nextgen] fix typing for bytes with validations (OpenAPITools#…

    …15437)
    
    * [python-nextgen] fix typing for bytes with validations
    
    * update samples
    tomplus authored May 8, 2023
    Configuration menu
    Copy the full SHA
    72cb03b View commit details
    Browse the repository at this point in the history
  3. [python-nextgen] support constructor with position argument in oneOf/…

    …anyOf model (OpenAPITools#15434)
    
    * support position constructor
    
    * update samples
    
    * update test
    wing328 authored May 8, 2023
    Configuration menu
    Copy the full SHA
    b4eb707 View commit details
    Browse the repository at this point in the history
  4. [JAVA] Okhttp-gson: blank line between annotations and method signatu…

    …re (OpenAPITools#15430)
    
    * Remove extra blank line
    
    * Regenerate samples
    gcatanese authored May 8, 2023
    Configuration menu
    Copy the full SHA
    3d2ec72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d602c6 View commit details
    Browse the repository at this point in the history
  6. update samples

    wing328 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    f82a311 View commit details
    Browse the repository at this point in the history
  7. [dart-dio] fix endpoints returning null (OpenAPITools#15433)

    * fix endpoints returning null
    
    * add const back
    ahmednfwela authored May 8, 2023
    Configuration menu
    Copy the full SHA
    3d722c1 View commit details
    Browse the repository at this point in the history
  8. [dart] cleanup documentation (OpenAPITools#15344)

    * [dart] fix documentation of API authorization in README files
    
    fix hierarchy level + add internal links + align wording across generators
    
    * [dart] fix anchor links in documentation
    
    * [dart] address review comments
    
    This reverts commit cff17aca and part of commit eecf1dd4
    tiffmaelite authored May 8, 2023
    Configuration menu
    Copy the full SHA
    3685c0c View commit details
    Browse the repository at this point in the history
  9. Fix repository url in pyproject.toml (OpenAPITools#15444)

    The url had the repo id & user id in the wrong order
    dcermak authored May 8, 2023
    Configuration menu
    Copy the full SHA
    ff9b384 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. [csharp-netcore][generichost] Move deserialization to method (OpenAPI…

    …Tools#15454)
    
    * removed extra line break
    
    * moved deserialization to method
    devhl-labs authored May 9, 2023
    Configuration menu
    Copy the full SHA
    7bc10b0 View commit details
    Browse the repository at this point in the history
  2. [csharp-netcore] fix back slash in regex (OpenAPITools#15441)

    * fix back slash in regex (csharp-netcore)
    
    * undo add pattern test
    
    * update shasum
    wing328 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    3cf646c View commit details
    Browse the repository at this point in the history
  3. [BUG][JAVA][restTemplate] ApiClient is not compatible with spring-web…

    … 6 Observation API (OpenAPITools#15421)
    
    * ApiClient is not compatible with spring-web 6 Observation API. Field uri is never filled
    
    * Update samples
    jorgerod authored May 9, 2023
    Configuration menu
    Copy the full SHA
    fb059c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba8ca1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63913f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e32da0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b19d5f View commit details
    Browse the repository at this point in the history
  8. [powershell] cleanup documentation (OpenAPITools#15355)

    * [powershell] fix documentation of API authorization in README files
    
    fix hierarchy level + add internal links + align wording across generators
    
    * [powershell] fix anchor links in documentation
    tiffmaelite authored May 9, 2023
    Configuration menu
    Copy the full SHA
    be651e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55e9f66 View commit details
    Browse the repository at this point in the history
  10. [objc] fix documentation of API authorization in README files (OpenAP…

    …ITools#15347)
    
    fix hierarchy level + align wording across generators
    tiffmaelite authored May 9, 2023
    Configuration menu
    Copy the full SHA
    adfb963 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4deaad5 View commit details
    Browse the repository at this point in the history
  12. [php] fix documentation of API authorization in README files (OpenAPI…

    …Tools#15306)
    
    fix hierarchy level + align wording across generators
    tiffmaelite authored May 9, 2023
    Configuration menu
    Copy the full SHA
    9cb14ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1443dd9 View commit details
    Browse the repository at this point in the history
  14. [Scala] cleanup documentation (OpenAPITools#15304)

    * [Scala] fix documentation of API authorization in README files
    
    fix hierarchy level + add internal links + align wording across generators
    
    * [Scala] fix anchor links in documentation
    tiffmaelite authored May 9, 2023
    Configuration menu
    Copy the full SHA
    76fd2a2 View commit details
    Browse the repository at this point in the history
  15. [rust] fix documentation of API authorization in README files (OpenAP…

    …ITools#15352)
    
    fix hierarchy level + align wording across generators
    tiffmaelite authored May 9, 2023
    Configuration menu
    Copy the full SHA
    ef35e6d View commit details
    Browse the repository at this point in the history
  16. [kotlin][client] Small improvements (OpenAPITools#15429)

    * [kotlin][client] update Gradle wrapper in generated project
    
    * [kotlin][client] Add @JsonClass(generateAdapter = false) to generated enums when using moshi library
    
    This is needed, so the moshi generated R8 rules will include the enum classes:
    
    https://github.com/square/moshi#enums
    
    * [kotlin][client] Update generated samples
    WonderCsabo authored May 9, 2023
    Configuration menu
    Copy the full SHA
    da9ad4a View commit details
    Browse the repository at this point in the history
  17. [kotlin][client] Use Kotlin code style in parameter enum class names (O…

    …penAPITools#15447)
    
    * [kotlin][client] Use Kotlin code style in parameter enum class names
    
    before: MyParam_myOperation
    after: MyParamMyOperation
    
    * [kotlin][client] update generated samples
    WonderCsabo authored May 9, 2023
    Configuration menu
    Copy the full SHA
    25aba72 View commit details
    Browse the repository at this point in the history
  18. [Python] cleanup documentation (OpenAPITools#15301)

    * [Python] fix documentation of API authorization in README files
    
    fix hierarchy level + add internal links + align wording across generators
    
    * [Python] fix anchor links in documentation
    tiffmaelite authored May 9, 2023
    Configuration menu
    Copy the full SHA
    c251202 View commit details
    Browse the repository at this point in the history
  19. Add microprofile OpenApi annotations to JavaRxSpec (quarkus library).…

    … Add OpenID support (core) (OpenAPITools#15407)
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    * Issue OpenAPITools#795: Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
    
    ---------
    
    Co-authored-by: Nuno Borges <[email protected]>
    miguelborges99 and Nuno Borges authored May 9, 2023
    Configuration menu
    Copy the full SHA
    4e27041 View commit details
    Browse the repository at this point in the history
  20. Update scala versions to 2.13.10 and 2.12.17 (OpenAPITools#15459)

    * Update scala versions to 2.13.10 and 2.12.17
    
    * update samples
    jatcwang authored May 9, 2023
    Configuration menu
    Copy the full SHA
    b4d2c14 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. [Julia] Cleanup README docs (OpenAPITools#15295)

    * [Julia] fix documentation of API authorization in README files
    
    fix hierarchy level + add internal links + align wording across generators
    
    * [Julia] fix anchor links in documentation
    tiffmaelite authored May 10, 2023
    Configuration menu
    Copy the full SHA
    ef5dc1c View commit details
    Browse the repository at this point in the history
  2. [csharp C#] cleanup documentation (OpenAPITools#15305)

    * [C# csharp] fix documentation of API authorization in README files
    
    fix hierarchy level + add internal links + align wording across generators
    
    * [C# csharp] fix anchor links in documentation
    tiffmaelite authored May 10, 2023
    Configuration menu
    Copy the full SHA
    f9937e7 View commit details
    Browse the repository at this point in the history
  3. [Java] Cleanup documentation (OpenAPITools#15300)

    * [Java] fix documentation of API authorization in README files
    
    fix hierarchy level + add internal links + align wording across generators
    
    * [Java] fix anchor links in documentation
    tiffmaelite authored May 10, 2023
    Configuration menu
    Copy the full SHA
    8a6c708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c3460f View commit details
    Browse the repository at this point in the history
  5. update samples

    wing328 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9ace780 View commit details
    Browse the repository at this point in the history
  6. Initial OIDC support (OpenAPITools#15417)

    * Initial OIDC support
    
    * Removes 'println'
    Changes OIDC to OpenIdConnect
    Adds generated files
    
    * fix rebase errors
    jtama authored May 10, 2023
    Configuration menu
    Copy the full SHA
    6e74725 View commit details
    Browse the repository at this point in the history
  7. update doc

    wing328 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    edc589a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb8098a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d2d56a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Prepare 6.6.0 release (OpenAPITools#15466)

    * prepare 6.6.0 release
    
    * update samples
    wing328 authored May 11, 2023
    Configuration menu
    Copy the full SHA
    7f8b853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8e15f1 View commit details
    Browse the repository at this point in the history
  3. update README with v7.0.0

    wing328 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4384198 View commit details
    Browse the repository at this point in the history
  4. [typescript] Add missing types field to export declaration (OpenAPITo…

    …ols#15403)
    
    * Add types to exports in package.json
    
    * Regenerate and build petstore samples
    bodograumann authored May 11, 2023
    Configuration menu
    Copy the full SHA
    fc71f98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    977de5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e152799 View commit details
    Browse the repository at this point in the history
  7. Encode a Set in toJson() properly (OpenAPITools#15435)

    * Convert `Set` to `List` in `toJson()` for properly encoding a set.
    
    * Generate samples code.
    
    * Convert to List before encoding in `toJson()`.
    
    * Add `!` for nullable properties.
    noordawod authored May 11, 2023
    Configuration menu
    Copy the full SHA
    c84b949 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Decommission python-legacy, python-prior client generators (OpenAPITo…

    …ols#15475)
    
    * decommission python-legacy, python-prior client generators
    
    * update tests
    
    * update doc
    wing328 authored May 12, 2023
    Configuration menu
    Copy the full SHA
    3371e88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeecd9c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. [Go] Update API naming to follow Golang standard pkg (1 line change) (O…

    …penAPITools#15331)
    
    * Add apiNameSuffix to AbstractGoCodegen
    
    * Regenerate files
    
    * Update tests
    
    * Regenerate files
    
    * Update test files
    
    * Regenerate for CI test
    
    * Regenerate for CI test
    
    * Remove some docs
    
    * Add files back
    lwj5 authored May 13, 2023
    Configuration menu
    Copy the full SHA
    78bffff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc2dc65 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Decommission python client generator (OpenAPITools#15486)

    * decomission python client generator
    
    * udpate
    
    * update doc
    wing328 authored May 14, 2023
    Configuration menu
    Copy the full SHA
    780d266 View commit details
    Browse the repository at this point in the history
  2. [csharp] Changed enums to start from 0 (OpenAPITools#15503)

    * zero based enums
    
    * changed locale
    devhl-labs authored May 14, 2023
    Configuration menu
    Copy the full SHA
    fd20632 View commit details
    Browse the repository at this point in the history
  3. Fix Go client tests (OpenAPITools#15505)

    * fix go tests
    
    * more fixes
    
    * fix mock
    wing328 authored May 14, 2023
    Configuration menu
    Copy the full SHA
    f0519eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6b8883 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. [kotlin-spring] interfaceOnly=true flag skips spring-boot plugin repa…

    …ckage goal (OpenAPITools#15495)
    
    As interfaceOnly=true not generates main class the repackage goal for the artifact fails.
    
    This change applies the same template as used in JavaSpring or in kotlin-spring spring-cloud library.
    zaenk authored May 15, 2023
    Configuration menu
    Copy the full SHA
    66caaf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54cb33c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd6ccaa View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    01ed597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d02679b View commit details
    Browse the repository at this point in the history
  3. [openapi-normalizer] enable some rules by default (OpenAPITools#15501)

    * enable certain normalizer rule by default
    
    * minor fix
    
    * better error handling
    
    * update doc
    wing328 authored May 16, 2023
    Configuration menu
    Copy the full SHA
    c5a1dbe View commit details
    Browse the repository at this point in the history
  4. [csharp-netcore] Zero based inner enum sample (OpenAPITools#15506)

    * added to the sample
    
    * build samples again
    devhl-labs authored May 16, 2023
    Configuration menu
    Copy the full SHA
    cc1226c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25620e7 View commit details
    Browse the repository at this point in the history
  6. Update index.mustache (OpenAPITools#15481)

    set toc level to 4 (accordingly to generated layout)
    jvmlet authored May 16, 2023
    Configuration menu
    Copy the full SHA
    8b64fa5 View commit details
    Browse the repository at this point in the history
  7. update c# samples

    wing328 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1c56b07 View commit details
    Browse the repository at this point in the history
  8. update asciidoc samples

    wing328 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    5ffa233 View commit details
    Browse the repository at this point in the history
  9. add new file

    wing328 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6d56a19 View commit details
    Browse the repository at this point in the history
  10. Fix JsonNullable issue for Helidon generators (OpenAPITools#15423)

    * fix JsonNullable issue
    
    Signed-off-by: aserkes <[email protected]>
    
    * update samples
    
    Signed-off-by: aserkes <[email protected]>
    
    * update samples, refactoring
    
    Signed-off-by: aserkes <[email protected]>
    
    * update samples, refactoring
    
    Signed-off-by: aserkes <[email protected]>
    
    * update samples
    
    Signed-off-by: aserkes <[email protected]>
    
    ---------
    
    Signed-off-by: aserkes <[email protected]>
    aserkes authored May 16, 2023
    Configuration menu
    Copy the full SHA
    fbf42de View commit details
    Browse the repository at this point in the history
  11. Bugfixes/12952 fix newtonsoft using (OpenAPITools#15515)

    * Fix OpenAPITools#12952: Handle useNewtonsoft parameter correctly
    Next commit will have all modified samples.
    
    * Fix OpenAPITools#12952: Add generated samples
    
    * Fix OpenAPITools#12952: Add missing files
    JFCote authored May 16, 2023
    Configuration menu
    Copy the full SHA
    edad90e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c6decb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    016507c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    48d257b View commit details
    Browse the repository at this point in the history
  15. [C++][Pistache] Add missing 'override' on virtual methods (OpenAPIToo…

    …ls#15469)
    
    This is following OpenAPITools#15279
    Marking those methods 'override' should avoid producing
    '-Winconsistent-missing-override' warnings or similar.
    sjoubert authored May 16, 2023
    Configuration menu
    Copy the full SHA
    3a172c3 View commit details
    Browse the repository at this point in the history
  16. Update modelbase-header.mustache (OpenAPITools#15453)

    Fixes warning in ModelBase.h
    
    warning: loop variable 'jitem' creates a copy from type 'const web::json::value' [-Wrange-loop-construct]
    SuperGNUS authored May 16, 2023
    Configuration menu
    Copy the full SHA
    87ea870 View commit details
    Browse the repository at this point in the history
  17. update c++ samples

    wing328 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0d1f562 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1210229 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    63ac3e1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    842ca3d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0067687 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    aa0d637 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b35ffd3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9c968e8 View commit details
    Browse the repository at this point in the history
  25. Postman Collection Generator (OpenAPITools#15294)

    * Add Postman generator
    
    * Add Postman generator doc
    
    * Remove contact data
    
    * Change license data
    
    * Add Postman in samples
    
    * Add Postman in bin/configs
    
    * Commit changed files
    
    * Update Postman doc
    
    * Correct generator connfiguration
    
    * Regenerate docs
    
    * Correct javadoc
    
    * Use File instead of FileReader
    
    * Rename to postman-collection (schema) generator
    
    * Commit regenerated files
    
    * Improve help and Javadoc
    
    * Commit regenerated files
    gcatanese authored May 16, 2023
    Configuration menu
    Copy the full SHA
    ab4a05a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    be9f1b6 View commit details
    Browse the repository at this point in the history
  27. update doc

    wing328 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6a742fe View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d3f63ca View commit details
    Browse the repository at this point in the history
  29. [go-server] Support min/max/defaults for values (OpenAPITools#15185)

    * [go-server] Support min/max/defaults for values
    
    Enforce, for the go-server, to check the minimum and maximum values
    specified in the openapi description. Also apply the default if the
    parameter is not passed.
    
    Fix OpenAPITools#14013
    
    * Fix merge conflict
    
    Co-authored-by: Ween Jiann <[email protected]>
    
    * Improve UnmarshalJSON implementation
    
    Co-authored-by: Ween Jiann <[email protected]>
    
    * Improve default value handling for string
    
    Co-authored-by: Ween Jiann <[email protected]>
    
    * Fix suggested changes
    
    * rework option pattern
    
    * add imports based on types/min max values
    
    ---------
    
    Co-authored-by: Ween Jiann <[email protected]>
    2 people authored and wing328 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    44ad6d5 View commit details
    Browse the repository at this point in the history
  30. update doc

    wing328 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    04b34e7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    d60b108 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    c7d185d View commit details
    Browse the repository at this point in the history
  2. [Aspnetcore] Fix nullable warnings part 1 (OpenAPITools#15555)

    * Fix nullable errors in attribute and filters
    
    * Add missing samples
    JFCote authored May 18, 2023
    Configuration menu
    Copy the full SHA
    b7dc6ce View commit details
    Browse the repository at this point in the history
  3. update C# samples

    wing328 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    d8ed253 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a54379 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0818408 View commit details
    Browse the repository at this point in the history
  6. Add workflow to test builds and Gradle plugin on Windows (OpenAPITool…

    …s#15562)
    
    * add workflow to test builds on windows
    
    * fix gradle
    wing328 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    bba9815 View commit details
    Browse the repository at this point in the history
  7. [go-server] Add tests for boolean query parameter (OpenAPITools#15563)

    * add tests for boolean query parameter
    
    * fix test
    wing328 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    54c8bf8 View commit details
    Browse the repository at this point in the history
  8. undo changes to petstore.yaml

    wing328 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1204662 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2250aae View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Improve build time (OpenAPITools#15566)

    * remove java helidon client, server tests (covered in sample tests)
    
    * add new workflow to test java helidon samples
    
    * trigger build
    
    * test jdk 17 only
    
    * Revert "trigger build"
    
    This reverts commit b9528a6.
    wing328 authored May 19, 2023
    Configuration menu
    Copy the full SHA
    f5f382c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0d439f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    7443c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d8ec8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b754688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d6f80a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7a9373 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7eeb7f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e83640c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e10c5d View commit details
    Browse the repository at this point in the history
  9. [Ada] [Java] fix Codegen copies (OpenAPITools#15513)

    * fix incomplete codegensecurity copies
    
    * refactoring
    tiffmaelite authored May 20, 2023
    Configuration menu
    Copy the full SHA
    89e4b24 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7039f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08bb0f4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Improve Appveyor tests (OpenAPITools#15585)

    * use docker
    
    * update
    
    * skip httpclient
    
    * update
    
    * sleep 120
    
    * use cmd
    
    * restore tests
    
    * sleep 120
    
    * clean up
    
    * skip
    wing328 authored May 21, 2023
    Configuration menu
    Copy the full SHA
    e758e4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6142315 View commit details
    Browse the repository at this point in the history
  3. Update to JDK11 (OpenAPITools#15553)

    * update to jdk11, fix tests
    
    * update workflow to use jdk11 instead
    
    * update travis, circleci build
    
    * fix test failure, update CI
    
    * skip mvn install in appveyor
    
    * add windows tests
    
    * fix workflow
    
    * remove log level
    
    * add timeout
    
    * sleep more
    
    * skip tests
    
    * sleep more
    
    * only skip tests
    
    * test with jdk11 only
    
    * fix gradlew
    
    * remove skip tests
    
    * start server after build
    
    * update gradle version
    
    * more time to start server
    
    * update to 420
    
    * comment out build
    
    * update
    
    * update
    wing328 authored May 21, 2023
    Configuration menu
    Copy the full SHA
    5018d3c View commit details
    Browse the repository at this point in the history
  4. Update pom.xml with new plugin, setting (OpenAPITools#15590)

    * update pom.xml with new plugin, setting
    
    * update workflow
    wing328 authored May 21, 2023
    Configuration menu
    Copy the full SHA
    5e800d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7881482 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Set maven to 3.9 in Github workflow (OpenAPITools#15592)

    * set maven to 3.9
    
    * add java version
    
    * fix maven version
    
    * fix java version
    wing328 authored May 22, 2023
    Configuration menu
    Copy the full SHA
    605cc7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af661d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad5cc82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    216e2c4 View commit details
    Browse the repository at this point in the history
  5. [Java] [Kotlin] (OpenAPITools#14876) fix use of isBasic conditions - …

    …do not use HttpBearerAuth (or HttpBasicAuth) for other http auth methods (such as http signature auth or custom schemes) (OpenAPITools#15220)
    
    * remove http signature from test yaml when not supported
    
    * do not use HttpBearerAuth for signature auth or other unsupported http auth method
    
    ignore unsupported http auth method unless generated code would not compile (in which case, an exception is thrown)
    
    * [Java] fix use of isBasic condition
    
    * [kotlin] fix use of isBasic condition
    tiffmaelite authored May 22, 2023
    Configuration menu
    Copy the full SHA
    cbcf3d3 View commit details
    Browse the repository at this point in the history
  6. Update Enforcer (maven plugin) rule (OpenAPITools#15575)

    * better enforcer with gradle mgmt plugin
    
    * update gradle-enterprise
    
    * fix id
    wing328 authored May 22, 2023
    Configuration menu
    Copy the full SHA
    273be46 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. [csharp-netcore] Removed .netcore 3.1 (OpenAPITools#15605)

    * removed .netcore 3.1
    
    * dont use .net standard for test package
    devhl-labs authored May 23, 2023
    Configuration menu
    Copy the full SHA
    5299935 View commit details
    Browse the repository at this point in the history
  2. [kotlin] New 'jvm-spring-webclient' library (OpenAPITools#15568)

    * Added library 'jvm-spring-webclient' to Kotlin client generator
    
    * Reran all generators and generated docs
    
    * Changed target of kotlin-jvm-spring-webclient sample from 2_0 to 3_0
    
    * Added build of kotlin-jvm-spring-webclient to github workflow
    stefankoppier authored May 23, 2023
    Configuration menu
    Copy the full SHA
    9358ab9 View commit details
    Browse the repository at this point in the history
  3. [Kotlin] minor enhancements, remove KotlinServerDeprecatedGenerator (O…

    …penAPITools#15608)
    
    * better code foramt, add library creator
    
    * remove kotlin server deprecated generator
    wing328 authored May 23, 2023
    Configuration menu
    Copy the full SHA
    833f649 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5903bc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. fix variable name (OpenAPITools#15623)

    Signed-off-by: Huan-Cheng Chang <[email protected]>
    changhc authored May 24, 2023
    Configuration menu
    Copy the full SHA
    1a483b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    358397f View commit details
    Browse the repository at this point in the history
  3. [groovy] support enum generation in groovy client (OpenAPITools#15619)

    * support generation of enums for groovy
    
    * add custom json generator for groovy
    
    * add nestet enums in groovy templates
    
    * add indent for nested Groovy enums & fix compilation errors in Groovy ApiUtils
    
    * save auto generated samples&docs for groovy
    dyadyaJora authored May 24, 2023
    Configuration menu
    Copy the full SHA
    5b5cb1f View commit details
    Browse the repository at this point in the history
  4. [python] Add test for nullable property with pattern (OpenAPITools#15625

    )
    
    * add test for nullable property with pattern
    
    * update samples
    wing328 authored May 24, 2023
    Configuration menu
    Copy the full SHA
    48ef91a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9890f07 View commit details
    Browse the repository at this point in the history
  6. [rust-client]: fix for collectionFormat=multi (OpenAPITools#15626)

    * [rust-client]: fix for collection format multi
    
    * update rust samples
    
    ---------
    
    Co-authored-by: Gorka Kobeaga <[email protected]>
    wing328 and gkobeaga authored May 24, 2023
    Configuration menu
    Copy the full SHA
    0e8d997 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15604b3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from didx-xyz/update-openapi-master

    Update master branch with upstream
    ff137 authored May 24, 2023
    Configuration menu
    Copy the full SHA
    1557e07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82f328d View commit details
    Browse the repository at this point in the history
  10. add Any to default includes

    ff137 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e383761 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f92f08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    130d7b0 View commit details
    Browse the repository at this point in the history
  13. bin/utils/ensure-up-to-date

    ff137 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    dc7a34d View commit details
    Browse the repository at this point in the history