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

atualizar master #1

Merged
merged 556 commits into from
Aug 4, 2023
Merged

atualizar master #1

merged 556 commits into from
Aug 4, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 8, 2023

  1. [Java][Jaxrs][Resteasy] add @Valid to getter methods, updated (#15064)

    * [JavaJaxrsResteasy] add @Valid to getter methods
    
    * improve whitespacing
    
    ---------
    
    Co-authored-by: TNM Technologies <tnmtechnologies@users.noreply.github.com>
    martin-mfg and tnmtechnologies authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    17f1d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d6f501 View commit details
    Browse the repository at this point in the history
  3. fix: #1466 additionalProperties works now in spring generator (#11572) (

    fix #1466)
    
    * fix: #1466 additionalProperties works now in spring generator
    
    * chore: chore: #1466 solved rebase conflicts
    
    * 1466; updated samples
    
    * [Spring] update additionalProperties MR
    
    * [Spring] additionalProperties unit test
    
    ---------
    
    Co-authored-by: Your Name <benfonty@gmail.com>
    Co-authored-by: Oleh Kurpiak <oleh.kurpiak@gmail.com>
    3 people authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d27fa00 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. always use @JacksonXmlElementWrapper and read xml data from reference…

    …d schema, updated (#15115)
    
    * always use @JacksonXmlElementWrapper and read xml data from referenced schema
    
    based on #5371
    
    * run generate-samples.sh
    
    * suggestion: remove comment with empty name
    martin-mfg authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    02790f9 View commit details
    Browse the repository at this point in the history
  2. Allow configuration cache compatibility (#15693)

    * Allow configuration cache compatibility
    
    Use FileSystemOperations to delete output folder if Gradle Version >= 6
    
    * Skip Gradle legacy test if JDK is not compatible
    jprinet authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    113cf9d View commit details
    Browse the repository at this point in the history
  3. Update bitrise.io config (#15789)

    * update bitrise.io
    
    * fix build
    
    * avoid using mvn
    
    * remove mvn
    
    * update
    
    * skip
    
    * [swift5][client] fix CI issue cyclic dependency
    
    * trigger build
    
    * comment out vapour
    
    * alarmfire
    
    ---------
    
    Co-authored-by: Bruno Coelho <4brunu@gmail.com>
    wing328 and 4brunu authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5a7be59 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    acc8274 View commit details
    Browse the repository at this point in the history
  2. Bump s4u/setup-maven-action from 1.7.0 to 1.8.0 (#15800)

    Bumps [s4u/setup-maven-action](https://github.com/s4u/setup-maven-action) from 1.7.0 to 1.8.0.
    - [Release notes](https://github.com/s4u/setup-maven-action/releases)
    - [Commits](s4u/setup-maven-action@v1.7.0...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: s4u/setup-maven-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    9d274cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cf7ed9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5866264 View commit details
    Browse the repository at this point in the history
  5. Added BadRequestException as a subclass in python (#15722)

    Co-authored-by: Gomathi Yoganathan <gyoganathan@C02G45FPMD6R.corp.proofpoint.com>
    gyoganathan and Gomathi Yoganathan authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    fc474ea View commit details
    Browse the repository at this point in the history
  6. [Python] fix access_token set to None when constructing Configuration…

    … object (#15802)
    
    * clean up files
    
    * add tests for access_token
    
    * fix bug with access_token
    
    * update test method name
    wing328 authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    1fb0ab9 View commit details
    Browse the repository at this point in the history
  7. [Go] Serialize readonly fields (#15765)

    * Do not skip readOnly fields in ToMap()
    
    * Regenerate sample
    
    * Add test
    
    * Correct test
    gcatanese authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    f240ed4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe2dde3 View commit details
    Browse the repository at this point in the history
  9. add py.typed (#15804)

    wing328 authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    21748e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Better handling of Inline schema (#15682)

    * skip allOf inline subschema created as $ref
    
    * add option for fallback
    
    * add back atleastonemodel
    
    * add log
    
    * update java, kotlin, js samples
    
    * update tests
    
    * fix native client test
    
    * fix java client errors by regenerating test files
    
    * clean up python
    
    * clean up powershell
    
    * clean up php
    
    * clean up ruby
    
    * update erlang, elixir
    
    * update dart samples
    
    * update ts samples
    
    * update r, go samples
    
    * update perl
    
    * update swift
    
    * add back files
    
    * add back files
    
    * remove outdated test files
    
    * fix test
    wing328 authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    6788f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b0c021 View commit details
    Browse the repository at this point in the history
  3. [abstract-csharp] Begin removing netcore references (#15805)

    * find and replace CSharpNetCoreClientCodegen
    
    * find and replace CsharpNetcoreFunctionsServerCodegen
    
    * find and replace CSharpNetCoreReducedClientCodegen
    
    * find and replace AspNetCoreServerCodegen
    
    * renamed generators
    
    * find and replace CSharpNetCoreClientCodegenTest
    
    * find and replace CSharpNetCoreClientDeepObjectTest
    
    * find and replace CsharpNetcoreFunctionsServerCodegenTest
    
    * git mv files
    
    * find and replace CsharpFunctionsServerCodegenTest
    
    * find and replace CsharpModelEnumTest
    
    * git mv CsharpModelEnumTest.java
    devhl-labs authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    9b30531 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    170a2f4 View commit details
    Browse the repository at this point in the history
  5. fix(ktor-client): do not add jsonBlock if using kotlinx-serialization (

    …#15793)
    
    * fix(ktor-client): do not add jsonBlock if using kotlinx-serialization
    
    * update existing templates
    
    * add new kotlin-jvm-ktor-kotlinx_serialization
    
    * add new kotlin-jvm-ktor-kotlinx_serialization to samples-kotlin-client.yaml pipeline
    
    actually, kotlin-jvm-ktor-gson was duplicated, so I'm replacing the second one by kotlin-jvm-ktor-kotlinx_serialization
    
    * extra FILES entry in the template
    
    * enumUnknownDefaultCase=false for now since it's currently broken for ktor + kotlinx_serialization
    
    * use openapi 3 petstore
    bcmedeiros authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    ca80fcd View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    d2e10a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a3e6c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8905698 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    3ea09c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5a9081 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43b1ce2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0504c21 View commit details
    Browse the repository at this point in the history
  5. [BUG] [Java-Spring] Required-Fields-Constructor has wrong super call …

    …when using multiple inheritance layers (#15827)
    
    * (fix): required-fields constructor uses super-call-parameters in the order of the parent required-field constructor
    
    * (fix): required-fields constructor uses super-call-parameters in the order of the parent required-field constructor - add issue number
    
    * (fix): required-fields constructor uses super-call-parameters in the order of the parent required-field constructor - fix file reference
    JanLubenow authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    96b3488 View commit details
    Browse the repository at this point in the history
  6. Add java-webclient gradle test (#15837)

    * add gradle test for webclient swagger2 annotation
    
    * trigger build
    wing328 authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    37d8a0d View commit details
    Browse the repository at this point in the history
  7. [csharp-netcore] Configure the API key in string format for HttpSigni…

    …ngConfiguration (#15818)
    
    * added property in HttpSIgningConfiguration to accept API key in string format.
    
    * remove trailing space, update samples
    
    * updated the sample code.
    
    * Revert "updated the sample code."
    
    This reverts commit 5b945c7.
    
    * fix the sample code compilation error for split function.
    
    * updated the sample code after the split function fix.
    
    * Removed the either or check for filePath or KeyString.
    
    ---------
    
    Co-authored-by: Aanisha Mishra <aanisha.mishra05@gmail.com>
    Co-authored-by: Vikrant Balyan (vvb) <vvb@cisco.com>
    Co-authored-by: Vikrant Balyan <vvb@users.noreply.github.com>
    Co-authored-by: Sebastien Rosset <serosset@cisco.com>
    Co-authored-by: William Cheng <wing328hk@gmail.com>
    6 people authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9fe5cc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b832c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. [abstract-csharp] Make data types overridable (#15814)

    * added new vendor extenion
    
    * moved code to methods to enable overriding
    
    * fixed tests
    
    * renamed method to setTypeMapping
    
    * removed commented code
    
    * moved code to make diff easier to understand
    
    * removed commented code
    devhl-labs authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6a1626c View commit details
    Browse the repository at this point in the history
  2. [BUG][JAVA] Handling default values leads to wrong defaults or not co…

    …mpilable code fixed (#15836)
    
    * (fix): default values for array types will be handled a bit more appropriate
    
    * (fix): remove commented out block
    JanLubenow authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    175876a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7812dd5 View commit details
    Browse the repository at this point in the history
  4. Scala sttp stability change (#15842)

    * changed stability in ScalaSttpClientCodegen
    
    * updated files from scripts
    
    ---------
    
    Co-authored-by: Adam Fish Rybicki <adamrybicki@adams-macbook-pro.home>
    flsh86 and Adam Fish Rybicki authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5223681 View commit details
    Browse the repository at this point in the history
  5. update scala doc

    wing328 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    afca85a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. [python] Fix map of array in property (#15844)

    * fix map of array in property (python)
    
    * update samples
    wing328 authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b42234e View commit details
    Browse the repository at this point in the history
  2. Add containerType to codegen parameter (#15830)

    * add containerType to codegen parameter
    
    * add test for map container type
    wing328 authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8c1f4b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bca80c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdeb4ff View commit details
    Browse the repository at this point in the history
  5. [abstract-csharp] Process all operation parameter collections (#15841)

    * added new vendor extenion
    
    * moved code to methods to enable overriding
    
    * fixed tests
    
    * renamed method to setTypeMapping
    
    * removed commented code
    
    * moved code to make diff easier to understand
    
    * removed commented code
    
    * process all operation parameter collections
    
    * fixed bugs
    
    * fixed bugs
    devhl-labs authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    882b9a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e212f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    747d9d9 View commit details
    Browse the repository at this point in the history
  8. [Dart] Convert DioError to DioException (#15783)

    * Convert `DioError` to `DioException`
    
    * Update samples
    
    * Update dio version in example
    
    * Use proper dio version
    
    * Regenerate dart samples
    
    * Regenerate
    
    * Regenerate samples
    
    * update samples
    
    * remove outdated test files
    
    * update test
    
    * remove outdated test files
    
    ---------
    
    Co-authored-by: William Cheng <wing328hk@gmail.com>
    Rexios80 and wing328 authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    95cefae View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Fetch request inline (single) example (bis) (#15857)

    * Add (single) example
    
    * Fetch single example when available
    
    * Add test
    gcatanese authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6cb3414 View commit details
    Browse the repository at this point in the history
  2. Added option to opt out of default logging for individual methods (#1…

    …5850)
    
    * added option
    
    * moved the xml annotation
    
    * build samples
    devhl-labs authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    03cef63 View commit details
    Browse the repository at this point in the history
  3. [Bug] fix: use length to check for default return media type (#15833)

    * fix: use length to check for default return media type
    
    as `mediaTypes` is an array of strings and an required argument
    it will never be undefined when we can rely on the typesystem.
    However, it can be zero length(`[]`) and in this case we would
    throw.
    
    * Closes #15011
    
    * chore: update examples
    mstruebing authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    730b946 View commit details
    Browse the repository at this point in the history
  4. [typescript-fetch] fix snakecase discriminator (#15838)

    * [typescript-fetch] fix snakecase discriminator (#7080)
    
    * [typescript-fetch] add snakecase discriminator test case
    ctjhoa authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    504744a View commit details
    Browse the repository at this point in the history
  5. fix: NullPointerException in DefaultCodegen.mergeProperties when proc…

    …essing models (#15859)
    
    * fix: NullPointerException in DefaultCodegen.mergeProperties when processing models
    
    * Add test
    ykitamura-mdsol authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0a651e1 View commit details
    Browse the repository at this point in the history
  6. Rust validation handling (#15288)

    * Prevent JavaScript regex delimiter
    
    * Validation
    
    * validator dependency
    
    * validation with range
    
    * Switch to garde crate for validation
    
    * Update uuid crate
    
    * Examples
    
    * All rust-server samples
    
    * Added rule handling
    
    * Exchange garde for validator crate (rust)
    
    * Version update in samples
    
    ---------
    
    Co-authored-by: Erik Wegner <erik.wegner@regiocom.com>
    ErikWegner and ErikWegner authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3892703 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. [csharp][generichost] Modernizes handling of composed schemas (#15865)

    * removed hotfixes, improved composed schema handling
    
    * fix copy paste bug
    devhl-labs authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    5555137 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. removed hotfix (#15868)

    devhl-labs authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    e0d89c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Introduce changes necessary for Dart 3.0.0/Flutter 3.10.0 (#15516)

    * Expose `deserialize` function.
    
    * Rename `json` argument.
    
    * Generate Petstore code.
    
    * Upgrade minimum version of `intl` dependency.
    noordawod authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3dd93be View commit details
    Browse the repository at this point in the history
  2. Update pubspec.mustache (#15510)

    updated intl package to v0.18.0
    ferlyloic authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    09b1825 View commit details
    Browse the repository at this point in the history
  3. Update README.md (#15877)

    Added Aleri Solutions to list of companies
    pappelt authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6b1a9ba View commit details
    Browse the repository at this point in the history
  4. [Java][Haskell][Python] fix errors with empty strings, missing basePa…

    …th (#15866)
    
    * various fixes
    
    * generate samples & docs
    martin-mfg authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    396c675 View commit details
    Browse the repository at this point in the history
  5. [java] fix default value - empty list [] (#15862)

    * fix empty default value in java okhttp-gson
    
    * add files
    wing328 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    14fc61a View commit details
    Browse the repository at this point in the history
  6. use mvnw instead of mvn in workflow (#15880)

    * use mvnw instead of mvn in workflow
    
    * fix
    
    * more fix
    wing328 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8b26d81 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. fix import mapping for return types (#14525) (#15719)

    * importContainerType = true
    
    * add unit test
    
    * disable MyImportTest
    
    * build all samples, add import exceptions
    
    * simplify code
    
    * delete myImportTest
    
    * generate docs
    
    * extend comment
    
    * remove inline comment
    martin-mfg authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7e89e1e View commit details
    Browse the repository at this point in the history
  2. [Java][bugfix] hashcode/equals behave incorrectly when inheritance is…

    … used in Generated Pojos (#15745)
    
    * Fix Java equals and hashCode methods to work with inheritence (#5756)
    
    * Regenerate code samples with improved hashCode/equals
    
    ---------
    
    Co-authored-by: Andrew Pikler <andrew.pikler@earnix.com>
    pyckle and Andrew Pikler authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    33aa5b0 View commit details
    Browse the repository at this point in the history
  3. Allow better default value in parameters using codegen property (#15882)

    * allow better default value in parameters using codegen property
    
    * update
    wing328 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d160b82 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. [swift] New 'swift-combine' client generator for swift (#15823)

    * swift-alt-gen init
    
    * swift-alt-gen in progress
    
    * swift-alt added runtime
    
    * swift-alt added transport
    
    * swift-alt added example
    
    * swift-alt v0.1.0
    
    * swift-alt implemented form encoded body
    
    * swift-alt fixed array of enums to string
    
    * swift-alt v0.2.0
    
    * swift-alt v0.3.0
    
    * swift-alt v0.4.0
    
    * swift-alt v0.5.0
    
    * swift-alt v0.6.0
    
    * swift-alt v0.7.0
    
    * swift-alt v0.8.0
    
    * swift-alt v0.9.0
    
    * swift-alt v0.12.0
    
    * swift-alt v0.13.0
    
    * swift-alt v0.14.0
    
    * swift-alt v0.15.0
    
    * swift-alt v0.16.0
    
    * swift-alt v0.17.0
    
    * swift-alt v0.18.0
    
    * swift-alt v0.19.0 Support for raw value in header
    
    * swift-alt v0.20.0
    
    * swift-alt v0.21.0
    
    * swift-alt v0.22.0
    
    * swift-combine v0.23.0
    
    * swift-combine PR rules adoption
    
    * swift-combine: updated transport
    
    * Updated bitrise.yml file
    
    * Fixed bitrise pipeline for swift-combine
    
    * Fixed code review comment
    dydus0x14 authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9f3d9a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Minor improvement to swift-combine client generator (#15892)

    * minor improvement to swift combine
    
    * update swift tc
    wing328 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ae8da31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4eb9a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d6b769 View commit details
    Browse the repository at this point in the history
  4. add lombok to pom.xml

    wing328 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    17c2401 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. update samples

    wing328 committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    af048ec View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Rename csharp-netcore to csharp (#15903)

    * rename csharp-netcore to csharp
    
    * rename file
    
    * renmae modules/openapi-generator/src/main/resources/csharp-netcore
    
    * update samples
    
    * mv dir
    
    * update samples
    
    * rename csharp-netcore to csharp in appveyor.yml
    
    * update doc
    wing328 authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    7c67f73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c23560a View commit details
    Browse the repository at this point in the history
  3. [csharp][generichost] Removed redundant properties (#15869)

    * removed redundant properties
    
    * removed commneted code
    
    * restored discriminator as a model property
    
    * build samples
    devhl-labs authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    ea2c686 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    47f2f5f View commit details
    Browse the repository at this point in the history
  2. [Eiffel] fix Eiffel schema lookup, clean up outdated samples (#15901)

    * make all unmaintained samples executable
    
    * remove samples not generated by any config (not even unmaintained configs)
    
    * remove deleted samples from github workflows
    martin-mfg authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    33e120a View commit details
    Browse the repository at this point in the history
  3. [PHP] fix error on circular references (#15900)

    * fix php generators
    
    * generate samples and docs
    
    * fix samples
    martin-mfg authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4bec09f View commit details
    Browse the repository at this point in the history
  4. Remove unused import in Java resttemplate auth templates (#15899)

    * Remove unused import in Java resttemplate HttpBasicAuth
    
    * Remove unused import in Java resttemplate HttpBearerAuth
    
    * Update samples
    ncovercash authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e8fc4d1 View commit details
    Browse the repository at this point in the history
  5. author command: replace \ by /, fix #9528 (#15861)

    * author command: replace \ by /
    
    * add windows test for author template
    martin-mfg authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    debf92f View commit details
    Browse the repository at this point in the history
  6. Sttp4 generator (#15834)

    * implementation of sttp4 generator
    
    * rebased with master
    
    * running scripts
    
    ---------
    
    Co-authored-by: Adam Fish Rybicki <adamrybicki@adams-macbook-pro.home>
    Co-authored-by: William Cheng <wing328hk@gmail.com>
    3 people authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    faa5da5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3627e57 View commit details
    Browse the repository at this point in the history
  8. [Typescript][Scala][Postman][Java] fix errors with missing models, mi…

    …ssing description, BigDecimal (#15809)
    
    * various fixes
    
    * generate samples
    martin-mfg authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    dcc53c0 View commit details
    Browse the repository at this point in the history
  9. [java][okhttp-gson] Remove JAX-RS dependency from generated okhttp-gs…

    …on java client (#15896)
    
    * Remove JAX-RS dependency from generated okhttp-gson java client
    
    * update samples
    
    ---------
    
    Co-authored-by: William Cheng <wing328hk@gmail.com>
    bcalvez and wing328 authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7a73f75 View commit details
    Browse the repository at this point in the history
  10. Various improvements to scala-sttp4 generator (#15931)

    * various improvements to scala-sttp4 generator
    
    * test scala with jdk11
    
    * test sttp4 in circleci
    
    * add pom.xml
    
    * update
    
    * update tc
    wing328 authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fac04cf View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    8fe4d78 View commit details
    Browse the repository at this point in the history
  2. Update openapi-generator-online Dockerfile to use openjdk11 image (#1…

    …5947)
    
    * test docker
    
    * update
    
    * mvn
    
    * skip run
    wing328 authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b1b8ace View commit details
    Browse the repository at this point in the history
  3. [Kotlin][Spring]ctbarnev_bugfix-13488-remove-request-mapping-from-for…

    …-Kotlin-spring-c… (#15898)
    
    * ctbarnev_bugfix-13488-remove-request-mapping-from-for-Kotlin-spring-cloud
    
    * ctbarnev_bugfix-13488-remove-request-mapping-from-for-Kotlin-spring-cloud
    
    * Undo formatting code
    
    * Undo formatting code
    
    * Undo formatting code
    
    * ctbarnev_bugfix-13488-remove-request-mapping-from-for-Kotlin-spring-cloud
    
    * Undo formatting code
    
    * Undo formatting code
    
    * Cleanup
    
    ---------
    
    Co-authored-by: c.t.vanbarneveld <corne.van.barneveld@rws.nl>
    ctbarnev and c.t.vanbarneveld authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b2280e2 View commit details
    Browse the repository at this point in the history
  4. [Java][Client] Fix #12556 Support primitives and arrays in oneOf (#13897

    )
    
    * [Java][Client] Fix #12556 Support primitives and arrays in oneOf
    
    * Regenerate petstore samples
    
    * Regenerate petstore test samples
    
    * Treat 'BigDecimal' as primtive datatype
    
    * Fix integration tests
    karzang authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e9d9866 View commit details
    Browse the repository at this point in the history
  5. Fix epoch deserialization and parsing numbers (#15948)

    * Fix 2 bugs with epoch deserialization and parsing numbers.
    
    * Generate samples.
    noordawod authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d5c53b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    15b3add View commit details
    Browse the repository at this point in the history
  2. Add containerTypeMapped (#15881)

    * add containerTypeMapped
    
    * update samples
    
    * update java inflector sample
    wing328 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8add911 View commit details
    Browse the repository at this point in the history
  3. Fix NPE in StringUtils.camelize (#15957)

    * fix NPE in StringUtils.camelize
    
    * add comment
    
    * add test file
    wing328 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    63b2c79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f43111b View commit details
    Browse the repository at this point in the history
  5. feat(rust,client): remove Default derives for structs as per #10845 (#…

    …15856)
    
    * feat(rust,client): remove Default derives as per #10845
    
    * update samples
    
    ---------
    
    Co-authored-by: William Cheng <wing328hk@gmail.com>
    SorenHolstHansen and wing328 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    9ee5fcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a968c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdac136 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30c685e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Fix import for spring boot 3 (#15949)

    * Fix import for spring boot 3 and add a test for optional generation
    
    * Remove timestamp
    
    * Add sample to github workflow
    MelleD authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    d6538e3 View commit details
    Browse the repository at this point in the history
  2. Add support for Angular 16 (#15925)

    * Add support for Angular 16
    
    * Fix dependencies specifications
    
    * Fix minimum angular supported version in readme
    
    * Update integration tests
    
    Even if they are currently not run.
    
    * Update sample due to rebase
    VladimirSvoboda authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    71528f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42b496c View commit details
    Browse the repository at this point in the history
  4. [csharp][generichost] Fix oneof anyof serialization (#15873)

    * removed redundant properties
    
    * removed commneted code
    
    * fixed oneof anyof serialization
    
    * restored discriminator as a model property
    
    * added manual sample, removed need for new discriminator property
    
    * minor pipeline change
    
    * renamed manual test solution
    
    * resolved conflicts
    
    * build samples
    
    * bug fix
    
    * fixed pipeline
    
    * added a comment
    devhl-labs authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4eaa358 View commit details
    Browse the repository at this point in the history
  5. [csharp][generichost] Fix model accessor (#15918)

    * removed redundant properties
    
    * removed commneted code
    
    * fixed oneof anyof serialization
    
    * restored discriminator as a model property
    
    * added manual sample, removed need for new discriminator property
    
    * minor pipeline change
    
    * renamed manual test solution
    
    * fixed model accessor
    
    * used visibility option
    
    * resolved conflicts
    
    * build samples
    
    * resolved conflicts
    
    * resolved conflicts
    
    * resolved conflicts
    
    * resolved conflicts
    
    * added a comment
    devhl-labs authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4dc7ffd View commit details
    Browse the repository at this point in the history
  6. [csharp][generichost] Exposed internals to test project (#15920)

    * exposed internals to test project
    
    * exposed internals to test project
    devhl-labs authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    ebcd1d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    a89fe4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    780d1fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    179d0bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34c491b View commit details
    Browse the repository at this point in the history
  5. [csharp] Rename csharp config files (#15968)

    * renamed config files
    
    * changed default framework to latest
    
    * renamed files using standard
    
    * ensure the default is actually latest
    devhl-labs authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    48f242f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a22a7c0 View commit details
    Browse the repository at this point in the history
  7. Fix cli options use tags and api name suffix (#15936)

    * Fix cli options use tags and api name suffix
    
    * Add sample code generator for api suffix and tags
    
    * Fix FILES
    
    * trigger build
    
    * Add sample to github workflow
    MelleD authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    50d8e78 View commit details
    Browse the repository at this point in the history
  8. [PHP-Symfony] Fix Symfony warning on OpenAPIServerBundle (#15960)

    This fixes this Symfony warning:
    
        User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()"
        might add "void" as a native return type declaration in the future. Do the
        same in child class "OpenAPI\Server\OpenAPIServerBundle" now to avoid errors
        or add an explicit @return annotation to suppress this message
    
    This fixes #15959
    gturri authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    7572e73 View commit details
    Browse the repository at this point in the history
  9. [PHP-Symfony] fix name mismatch in generated README (#15961) (#15963)

    This fixes the generated README so it  suggests to implement the `class DefaultApi`
    in a file named DefaultApi.php (instead of DefaultApiInterface.php)
    gturri authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    22e1e4e View commit details
    Browse the repository at this point in the history
  10. [Postman Collections] Keep original header name (#15907)

    * Define baseName for Postman headers
    
    * Use header original name
    
    * Commit regenerated files
    gcatanese authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    3224e86 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2f5997 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. [csharp][generichost] Add Option struct to enable better validation (#…

    …15977)
    
    * add Option struct to enable better validation
    
    * use kebab case
    devhl-labs authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    00fcaa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfc1456 View commit details
    Browse the repository at this point in the history
  3. [GO] Fix value formatting in url with slices (#15581)

    * fix reflect value for Slice
    
    * Add test
    darkrift authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    117e511 View commit details
    Browse the repository at this point in the history
  4. [csharp] [Req#15932] Added support for windows authentication by expo…

    …sing UseDefaultCredentials property (#15935)
    
    * Added support for windows authentication by exposing UseDefaultCredentials property
    
    * Updated samples and docs
    
    * update doc, samples
    
    ---------
    
    Co-authored-by: William Cheng <wing328hk@gmail.com>
    aswinfrancis91 and wing328 authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ba0c73e View commit details
    Browse the repository at this point in the history
  5. update samples

    wing328 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b465d88 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Fix #12412 Use enum type for discriminator (#13846)

    * Fix #12412 Use enum type for discriminator
    
    * Rename variable
    
    * Fix required property in test resource
    
    * Add example of enum mapping to samples
    
    * Generate samples
    
    * Generate samples after merging master
    
    * Regenerate samples
    
    * Fix raw use of parameterized class
    
    * Add test showing serialization and deserialization of classes with enum discriminator
    
    * Remove old generated files
    
    * Generate samples
    
    * Generate samples
    bernie-schelberg-mywave authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a42f90b View commit details
    Browse the repository at this point in the history
  2. Spelling fixes of a header for Asciidoc generation (#15988)

    The case sensitivity for the heading for the response codes
    was incorrect and has been corrected for the generation of Asciidoc
    files.
    obfischer authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4f5738f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bb9088 View commit details
    Browse the repository at this point in the history
  4. Bugfix #15982 : (#15984)

    - Use 'orElse' instead of 'get' to avoid Exception for non required headers
    - Update samples
    AntoineDuComptoirDesPharmacies authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    85df55b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    8d62598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf80ccb View commit details
    Browse the repository at this point in the history
  3. Add logic to avoid stackoverflow (#16008)

    * add logic to avoid stackoverflow
    
    * add test file
    wing328 authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    965eb2a View commit details
    Browse the repository at this point in the history
  4. [csharp-netcore] Enable setting of RemoteCertificateValidationCallbac…

    …k through IReadableConfiguration (#15979)
    
    * Fix for [BUG][C#][csharp] Use RestClient.RemoteCertificateValidationCallback for SSL validation #11497
    
    * Fixed modification of wrong files through merging to master and applied the changes to the correct files
    
    * Updated examples
    
    * Forget some examples
    
    * Updates branch to reflect master changes and published changed example files yet again to solve conflicts
    
    * Fixed examples
    dlange-hima authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6b62f2b View commit details
    Browse the repository at this point in the history
  5. 7.0.0-beta release (#16018)

    * 7.0.0-beta-release
    
    * fix gradle tests
    wing328 authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    635f795 View commit details
    Browse the repository at this point in the history
  6. Revert "7.0.0-beta release (#16018)"

    This reverts commit 635f795.
    wing328 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a16a315 View commit details
    Browse the repository at this point in the history
  7. [typescript] Fix support for relative URLs (#15482)

    * Add test for different url types
    
    * Fix tests for typescript inversify framework
    
    * Add workaround for relative URLs
    
    * Regenerate samples
    bodograumann authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ba1c600 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    ba5c5f4 View commit details
    Browse the repository at this point in the history
  2. Minor fix to gradle test, pom.xml, build.gradle (#16026)

    * fix publising to gradle portal
    
    * v6.5.0 portal release
    
    * add back docker publish
    
    * trigger build
    
    * Revert "trigger build"
    
    This reverts commit f7ea8ba.
    
    * Revert "add back docker publish"
    
    This reverts commit a279145.
    
    * Revert "v6.5.0 portal release"
    
    This reverts commit 8a91858.
    
    * minor fix to gradle test, pom.xml
    
    * rollback to 1.0.0
    
    * fix
    wing328 authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a2d0b0c View commit details
    Browse the repository at this point in the history
  3. Fix Spring CI sample folder (#16005)

    * fix spring CI sample folder
    
    * fix path
    
    * trigger build
    
    * test push
    
    * add spring jdk17 workflow
    
    * trigger build
    wing328 authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9170306 View commit details
    Browse the repository at this point in the history
  4. [BUG] Change default value for header parameter (#15990)

    * Override toDefaultValue method
    
    * Regenerate sample
    gcatanese authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    315fbff View commit details
    Browse the repository at this point in the history
  5. update samples

    wing328 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a5f1c01 View commit details
    Browse the repository at this point in the history
  6. [POSTMAN] Use parameter default value (#16027)

    * Refactor to use defaultValue
    
    * Test parameter with defaultValue
    
    * Update samples
    gcatanese authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    30d6a2f View commit details
    Browse the repository at this point in the history
  7. [POSTMAN] Mark request header as disabled (#16028)

    * Disable headers without a value
    
    * Update samples
    gcatanese authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2aa7580 View commit details
    Browse the repository at this point in the history
  8. [Julia] Fix error in default value and enum gen (#16030)

    Fixed issues in default value and enum generation for non-string types.
    tanmaykm authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    5bae27c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. update samples

    wing328 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    f7edbbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a1277 View commit details
    Browse the repository at this point in the history
  3. [python] Fix array of array of model's to_dict, from_dict (#16032)

    * fix array of array of model's to_dict, from_dict
    
    * update samples
    wing328 authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    08c3f89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaf9ce6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52dd411 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    2c5f8b3 View commit details
    Browse the repository at this point in the history
  2. fixed nre (#16036)

    devhl-labs authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    1d470c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c687794 View commit details
    Browse the repository at this point in the history
  4. version bump (#16038)

    devhl-labs authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    f63ef71 View commit details
    Browse the repository at this point in the history
  5. Zapier generator (#15997)

    * First version of Zapier Generator
    
    * fixed zapier codegen
    
    * added zapier templates
    
    * added zapier sample
    
    * added zapier doc
    
    * added zapier generator form data management
    
    * added samples generation
    
    * updated docs
    
    * fixed zapier api template
    
    * fixed zapier samples export
    
    * added zapier readme template
    
    * fixed zapier readme template
    
    * added petstore readme
    
    * cleaned zapier generator
    
    * updated samples
    
    * fixed zapier enum label
    
    * cleaned code
    
    * updated samples
    
    * improved zapier search actions
    
    * updated samples
    
    ---------
    
    Co-authored-by: Mauro Valota <maurovalota@fattureincloud.it>
    Co-authored-by: William Cheng <wing328hk@gmail.com>
    3 people authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    9baf498 View commit details
    Browse the repository at this point in the history
  6. update samples

    wing328 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    f0084b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Better inline schema naming for double byte characters (#16035)

    * better inline schema naming for double byte characters
    
    * clean up
    
    * update deprecated methods
    wing328 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    94d76ff View commit details
    Browse the repository at this point in the history
  2. [BUGFIX][kotlin-spring] Fix generatedAnnotation to use the javaxPacka…

    …ge variable instead of jakarta to fix spring boot 2 codegen (#15944)
    
    * Update generatedAnnotation.mustache
    
    Without this, it generates a jakarta annotation in the controllers of a spring boot 2 project.
    
    * Updated examples
    benkolera authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f34e42b View commit details
    Browse the repository at this point in the history
  3. [Dart] Update CI (#15981)

    * [dart] Update CI
    
    * cache maven dependencies
    * use newest exec plugin
    * execute pub via dart subcommand
    
    * Use run command directly
    kuhnroyal authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    75067b2 View commit details
    Browse the repository at this point in the history
  4. [kotlin][spring] Remove EOL from template (#16045)

    * remove EOL from template
    
    * better code format
    wing328 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    852eb95 View commit details
    Browse the repository at this point in the history
  5. [inline model resolver] Add support for inline enum refactoring (#16033)

    * add support for inline enum refactoring
    
    * minor update
    
    * add tests
    wing328 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ac1f5f1 View commit details
    Browse the repository at this point in the history
  6. Minor improvements to Zapier client generator (#16044)

    * improve Zapier client generator
    
    * log debug instead of error
    wing328 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    aa1e909 View commit details
    Browse the repository at this point in the history
  7. [csharp][generichost] Added event on http response to facilitate serv…

    …er health tracking (#16046)
    
    * added event on http response to facility server health tracking
    
    * renamed a file
    
    * handled the renamed file
    devhl-labs authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fe78be4 View commit details
    Browse the repository at this point in the history
  8. Added zapier ci validation (#16052)

    * minor zapier api template fixes
    
    * updated samples
    
    * added zapier validation action
    
    * readded zapier beta tags
    
    * fixed zapier validation action
    
    * updated samples
    emajo authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cc47f45 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Bump semver from 5.7.1 to 5.7.2 in /website (#16056)

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    91a55fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9362b49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceb48d3 View commit details
    Browse the repository at this point in the history
  4. [kotlin][client] Add new line at the end of all files (#16062)

    * [kotlin][client] add new line at end of files
    
    * [kotlin][client] add new line at end of files
    4brunu authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f31c2a4 View commit details
    Browse the repository at this point in the history
  5. fix isMap (#16043)

    wing328 authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7b3681a View commit details
    Browse the repository at this point in the history
  6. Rename inlineSchemaNameDefaults to inlineSchemaOptions (#16048)

    * rename InlineSchemaNameDefaults to InlineSchemaOptions
    
    * update doc
    
    * rename options
    wing328 authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0a66710 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    3325edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa6e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cbdc86 View commit details
    Browse the repository at this point in the history
  4. Update php options for better customization of composer.json (#16078)

    * update php options
    
    * update tests
    wing328 authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ec63812 View commit details
    Browse the repository at this point in the history
  5. [Julia] Fix error in server enum generation (#16079)

    Fixed issue in enum generation for julia-server code.
    An empty struct was generated, where it should have generated a type alias.
    tanmaykm authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c595a02 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. removed warnings (#16039)

    devhl-labs authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3678085 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c149a View commit details
    Browse the repository at this point in the history
  3. Refactor getAdditionalProperties, isFreeFormObject (#16065)

    * refactor getAdditionalProperties, isFreeFormObject
    
    * change warn to debug
    wing328 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c6f6ef9 View commit details
    Browse the repository at this point in the history
  4. Add new OAuth2RequestInterceptor to remove deprecated open feign clas…

    …ses (#16011)
    
    * Add new OAuth2RequestInterceptor to remove deprecated open feign classes
    
    * Add override
    
    * Add version
    
    * Add older version
    
    * Update docs
    
    * Fix issue with multiple security schemes
    
    * Move cli option to spring code gen
    
    * Fix documentation options
    
    * Remove resource folder
    
    * Fix duplicate annotation
    
    * Add an enable flag
    
    * Remove generator setting
    
    * Revert codgen changes
    
    * Revert config generator changes
    MelleD authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e77f9ea View commit details
    Browse the repository at this point in the history
  5. [C++][Pistache] Serialize integer enums if possible (#16080)

    In OpenAPI it is possible to define an enum schema containing integers
    only.
    
    Similar to the following JSON snippet:
    ```
    ...
      "components": {
        "schemas": {
          "size": {
            "type": "integer",
            "description": "Container size",
            "enum": [
              10000,
              20000,
              100000,
              200000,
              300000,
              1000000,
              1200000,
              2500000,
              5000000,
              10000000
            ]
          }
        }
      }
    ...
    ```
    
    To correctly serialize this we need to convert to JSON integers. We can
    achieve this by feeding nlohmann JSON objects directly with integers
    instead of strings.
    
    For the C++ pistache server adapt the enum models to serialize integer
    values if possible.
    CTerasa-ep authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7f480cb View commit details
    Browse the repository at this point in the history
  6. Fixed problem with non-ref-enums which were handled like ref-enums (#…

    …16050)
    
    * #15476 Fixed problem with non-ref-enums which were handled like ref-enums
    
    * Adjusted test expectation
    dlange-hima authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1531ad4 View commit details
    Browse the repository at this point in the history
  7. [Julia] add Julia tests to GitHub workflow (#16089)

    * [Julia] add Julia tests to GitHub workflow
    
    Added Julia client and server tests to GitHub workflow
    
    * fix paths
    tanmaykm authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6a26356 View commit details
    Browse the repository at this point in the history
  8. [C#] minor refactoring (#16084)

    * escape keyword in toParamName (abstract C#)
    
    * remove x-is-json (not used)
    wing328 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b7e7314 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Add isJson, isXml to consumes, produces (#16085)

    * add isJson, isXml to consumes, produces
    
    * code cleanup, update samples
    wing328 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    80e2c05 View commit details
    Browse the repository at this point in the history
  2. Fix allOf with a single $ref (#16096)

    * new test
    
    * fix allOf with a single ref in inline model resolver
    wing328 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7258b3c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. [C#] fix validate (#16097)

    * fix validation with discriminator using parent instead
    
    * add new files
    
    * add new workflow
    
    * fix
    wing328 authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    598c27d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6299af1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. [Ada] Fix and improvement of client and server code generator (#16100) (

    #16101)
    
    * Improvement of Ada client and server generator
    
    - recognize several mime types and configure the client/server API
    - fix support to handle binary and ByteArray
    - add support for client and server with multiple mime type responses
    - update model templates
    
    * Fix and improvement of Ada code generator
    
    - fix order of model types to emit the types that depend on other
      types after; also sort the model types on their name
    - fix model Serialize to avoid serializing a field which is Null
      when it is not "Nullable"
    
    * Add support to avoid some Ada Vectors package instantiation
    
    - recognized the x-ada-no-vector specific attribute on model types
      and when present and TRUE, don't emit the Ada Vector package instantiation
      nor the Serialize and Deserialize associated procedures.
    
    * Fix float and double support
    
    - fix mapping for float and double
    - add x-ada-serialize-op custom attribute to allow overriding the serialize procedure
    - setup a default x-ada-serialize-op value for the template
    
    * Fix wrong import and serialize method
    
    * Regenerate the Ada client sample petstore
    
    * Rebuild with export_docs_generators.sh
    
    * Fix calls to toLowerCase() to use the Locale.ROOT
    stcarrez authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b107ff9 View commit details
    Browse the repository at this point in the history
  2. Add nameMapping option to Java client, server generators (#16103)

    * add nameMapping to java codegen
    
    * update doc
    
    * update samples
    
    * fix typo
    
    * update toParamName
    wing328 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6983a3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8e19b4 View commit details
    Browse the repository at this point in the history
  4. [cpp-qt-client] Fix warning (#16083)

    * [cpp-qt-client] Fix warning
    
    * Handle warnings for MSVC
    
    * Add warning flags only for non-MSVC compilers
    
    * Fix warnings for MSVC compiler too
    MartinDelille authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    067b172 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Fix properties being required and nullable:true (#16072)

    * Make generated kotlin variable nullable if corresponding schema property is required and nullable
    
    * Updating generated samples
    
    * Fixing indent
    
    * Updating samples after indent fix in mustache template
    fredrio authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b2eb14b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e722c42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e822d View commit details
    Browse the repository at this point in the history
  4. Zapier generator api template improvement (#16121)

    * minor zapier api template fixes
    
    * updated samples
    
    * added zapier validation action
    
    * readded zapier beta tags
    
    * fixed zapier validation action
    
    * updated samples
    
    * improved zapier api names
    
    * updated samples
    
    * fixed zapier noun and label
    emajo authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    178b8a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    aed6a06 View commit details
    Browse the repository at this point in the history
  2. Updated zapier version (#16131)

    * minor zapier api template fixes
    
    * updated samples
    
    * added zapier validation action
    
    * readded zapier beta tags
    
    * fixed zapier validation action
    
    * updated samples
    
    * updated zapier-platform-core version
    emajo authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bfcd646 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Add support for isFreeFormObject flag (#16127)

    * correctly set the free form object flag
    
    * update
    
    * better code format
    wing328 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a729cb4 View commit details
    Browse the repository at this point in the history
  2. [C#][restsharp] Removed warnings in HTTP signing config (#16128)

    * Removed warnings in HTTP signing config for restsharp C#
    
    * fix
    wing328 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0d002d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ca486 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dee666 View commit details
    Browse the repository at this point in the history
  5. Add tests for oneOf models in ruby client (#16137)

    * add test for oneOf model in ruby
    
    * add new files
    
    * add tests for oneOf model without discriminator
    wing328 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ddc2b3e View commit details
    Browse the repository at this point in the history
  6. Elixir: Switch Poison to Jason (#16061)

    * Switch Poison to Jason
    
    * generate-samples.sh
    
    * Finalize Poison -> Jason switch
    
    * parse date-time values to Elixir DateTime
    * improve formatting in various places, so there's less changes by `mix
      format` later
    * fix Java version in flake.nix
    
    * Use List.delete/2 instead of Enum.reject/2 for performance reasons
    
    * mix format test/*
    
    * Install dialyxir and fix reported issues
    
    * Fix RequestBuilder.decode/2 hardcoded module name
    
    * Update docs
    
    * Revert changes to API spec (HTTP -> HTTPS)
    
    * Revert uneeded change to Elixir code generator
    
    * Use HTTP in Elixir tests
    
    HTTPS doesn't work for folks who setup petstore.swagger.io as described
    in docs/faq-contributing.md.
    
    ---------
    
    Co-authored-by: Wojciech Piekutowski <wojciech@piekutowski.net>
    barttenbrinke and wpiekutowski authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4ece8e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. [Ruby] Update Model Creation and Attribute Validation (#16114)

    * update attribute validation and model creation
    
    * generate samples
    
    * update tests
    
    * update other tests
    
    * fix custom pet_spec tests
    
    * fix autoload tests
    ckoegel authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    de0bffb View commit details
    Browse the repository at this point in the history
  2. [Julia] correct handling of POST data encodings (#16149)

    - detect multipart and urlencoded post data formats correctly on the server side
    - generate data types correctly for binary file uploads
    - re-generated samples
    tanmaykm authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f6fefd9 View commit details
    Browse the repository at this point in the history
  3. [Ruby] add anyOf support (#16147)

    * add anyOf support
    
    * remove valid? from oneOf template
    wing328 authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    7252d1a View commit details
    Browse the repository at this point in the history
  4. [csharp] Update RestSharp to 110.2.0 (#16122)

    * [csharp] Update RestSharp to 110.2.0
    
    * Post './bin/generate-samples.sh bin/configs/csharp*' and './bin/utils/export_docs_generators.sh' scripts
    
    * OAuthAuthenticator: use configureSerialization
    
    * ContentType prop = RestSharp.ContentType.Json
    
    * `req` -> `request` in `Exec()` and `ExecAsync()`
    
    * Regenerate samples
    OfficialRenny authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    bd76c1b View commit details
    Browse the repository at this point in the history
  5. [haskell] fix exampe code in generated README.md (#16142)

    * [haskell] fix exampe code in generated README.md
    
    Since create{{title}}Client is not a monadic action, we need to use
    "let" instead of "<-".
    
    * regenerate samples
    msakai authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    76989db View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    ce4a6a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d000f90 View commit details
    Browse the repository at this point in the history
  3. Revert "fix(java): plus url encoding (#15539)" (#16158)

    This reverts commit d000f90.
    wing328 authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    fb2c866 View commit details
    Browse the repository at this point in the history
  4. add iBicha to C# TC (#16162)

    wing328 authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    7a7ecc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b468e4b View commit details
    Browse the repository at this point in the history
  6. fix(typescript-client): handle special characters (#15893)

    Adding a new option for typescript clients in order to handle '+' and '-' characters when computing the name of an enum value.
    
    Fix #5110
    phiz71 authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    3c5b119 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7346d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Fix DefaultCodegen.specialCharReplacements's comment to match the cur…

    …rent behavior (#16164)
    
    Translated words are not prefixed with quotation marks ("'").
    msakai authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    476c1a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056475f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f590ef1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. [Julia] update samples test and a minor fix (#16152)

    * [Julia] update samples test and a minor fix
    
    - updating samples test for Julia generated code to use the latest OpenAPI.jl Julia package, which includes tests for file uploads
    - also including a fix where generated code duplicated the `mandatory` flag in one of the method calls
    
    * add blank line, trigger build with julia workflow
    
    * more updates to julia samples tests
    
    * add samples changes
    tanmaykm authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c71b48f View commit details
    Browse the repository at this point in the history
  2. Fix parsing of Accept header like '*/*;q=0.8' (#16169)

    This fixes #15043
    
    The issue is that browsers like "text/html,...,*/*;q=0.8" (see for
    instance https://developer.mozilla.org/en-US/docs/Web/HTTP/Content_negotiation/List_of_default_Accept_values
    )
    
    Without this commit we end up with an array of accepted type like
    `("text/html", "*/*;q=0.8)` so when we then check if the array contains
    `*/*` the check fails, and we return a 406 even though the client is
    able to get the response.
    
    This commit fixes it by removing the `;q=0.8` part.
    
    (Ideally we should not just discard that part, we should extract that
     value, and order by it. See
     https://developer.mozilla.org/en-US/docs/Glossary/Quality_values for
     more info about that. However this could be done in a subsequent PR:
     this already fixes the 406 error, which is pretty blocking)
    gturri authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    20d1743 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a02860 View commit details
    Browse the repository at this point in the history
  4. [Java][Native] Fix multipart builder files array (#16055) (#16094)

    * [Java] Fixed bug in native client generation when API accepts array of files (#16055)
    
    * Adding test for java native client
    
    * Updated samples
    lucar94 authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    584f844 View commit details
    Browse the repository at this point in the history
  5. update c# samples

    wing328 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    66155d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. [Ruby] Fix Operation Servers (#16144)

    * [Ruby] Fix Operation Servers
    
    * user `server_index` instead of `index`
    
    * use nil as default
    
    * add tests
    
    * revert tests
    
    * add tests to custom file
    
    * add test file to ruby-faraday
    ckoegel authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    54d9967 View commit details
    Browse the repository at this point in the history
  2. [typescript-angular] Add samples with composed schemas (#16156)

    * Setup typescript-angular samples for various composed schemas
    
    * generate samples
    
    * restructure and regenerate samples
    
    * add compilation tests
    
    * update FILES in samples
    
    * debug commit - verify that compilation will fail in CI
    
    * revert debug commit
    
    * remove unnecessary dependencies
    amakhrov authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2465615 View commit details
    Browse the repository at this point in the history
  3. [ruby] Add tests to operation servers in ruby client (#16179)

    * add tests to operation servers in ruby client
    
    * update samples
    
    * revert change in spec, remove invalid? check in anyof model
    
    * fix hsot table
    
    * fix circleci config
    
    * fix
    
    * fix host table
    
    * fix host table
    
    * minor fix
    
    * fix
    
    * reorder
    
    * update
    
    * fix
    wing328 authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9aa15d9 View commit details
    Browse the repository at this point in the history
  4. rust: fix rust generation of optional additionalProperties in openapi…

    … 3.1.0 (#16143)
    
    * rust: add regression test for 16119
    
    * rust: fix rust generation of optional additionalProperties in openapi 3.1.0
    
    * [review] fix gha sample path
    tommilligan authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f32be9d View commit details
    Browse the repository at this point in the history
  5. [Ada] remove static from logger (#16181)

    * remove static from ada logger
    
    * trigger build
    
    * fix
    wing328 authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7ad8f6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1558e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Purge obsolete Go codegen code re github.com/antihax/optional (#16185)

    I spotted a mention of `github.com/antihax/optional` in
    AbstractGoCodegen. I was curious and investigated. However, it turns out
    that this code is an obsolete remnant of the go-deprecated generator
    removed before 6.0.0, so is now just a false lead. This PR cleans it up
    so no-one else has to go down the same investigative pathway.
    maxb authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7d6e7e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596487a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30c38ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90eacb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. [Ruby] add property, parameter name mapping (#16191)

    * add property, parameter name mapping support to ruby generators
    
    * update samples
    wing328 authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d7311cd View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. [haskell][haskell-yesod] Fix special char replacements (#16197)

    * [haskell][haskell-yesod] remove fixOperatorChars()
    
    fixOperatorChars() does not change input strings since special
    characters have already been replaced in DefaultCodegen.fromModel().
    
    * [haskell][haskell-yesod] do not prefix with quote ("'") when generating removeFieldLabelPrefix table
    
    We switched from the conversion done by fixOperatorChars() to the
    conversion done by DefaultCodegen.fromModel() and the latter does not
    insert quote characters. So We modify the removeFieldLabelPrefix table
    to conform the new mapping.
    
    * [haskell][haskell-yesod] remove forParsing parameter from removeFieldLabelPrefix function
    
    Aeson's fieldLabelModifier always convert Haskell field names to JSON
    field names, whether at parse time or not. (Note that stripPrefix and
    uncapitalize do not take such parameter)
    
    * [haskell][haskell-yesod] perform replaceSpecialChars after stripping prefix
    
    Because replaceSpecialChars can corrupt prefix if the prefix contains
    a replacement string of a specfial character as a substring.
    
    * [haskell][haskell-yesod] regenerate samples
    msakai authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f6a8196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86cf4f1 View commit details
    Browse the repository at this point in the history
  3. [Kotlin] Add name, parameter mapping support (#16193)

    * add name, parameter mapping support to abstract kotlin
    
    * remove files
    wing328 authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    184dfd2 View commit details
    Browse the repository at this point in the history
  4. [C#] Add property, parameter naming support (#16196)

    * add property, parameter naming support to c# generators
    
    * update
    
    * fix workflow
    
    * update test
    
    * update
    wing328 authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    954d41b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d2e809 View commit details
    Browse the repository at this point in the history
  6. Add name, parameter name mapping to abstract go codegen (#16171)

    * add name, parameter name mapping to abstract go codegen
    
    * better code format
    wing328 authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7ca84e5 View commit details
    Browse the repository at this point in the history
  7. Support for multipart/form-data; charset="utf-8" in Java GSON Generat…

    …or (#16211)
    
    * Support for multipart/form-data; charset="utf-8"
    
    Previously, it was only checked for an exact equal string, which failed when there were additional options such as charset.
    
    * Update samples
    MarcMil authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    adac3b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. [python-nextgen] Add type to actual instance (#16204)

    * [python-nextgen] add type to actual_instance
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] update samples
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] fixed unnecessary type conversions
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] update samples
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    ---------
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    fa0311 authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e411b2a View commit details
    Browse the repository at this point in the history
  2. [python-nextgen] fix #16151 Disallow additional properties if not pre…

    …sent - missing Any and Dict import (#16208)
    
    * [python-nextgen] fix #16151 Disallow additional properties if not present - missing Any and Dict import
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] update samples
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] remove unwanted imports
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] update samples
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] remove unwanted imports
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] update samples
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    ---------
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    fa0311 authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    d9fc039 View commit details
    Browse the repository at this point in the history
  3. [python] Add tests for simple object with additional properties (#16218)

    * add tests for simple object without additional properties
    
    * update logic
    wing328 authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    d41fe12 View commit details
    Browse the repository at this point in the history
  4. [python-nextgen] fix #16010 circular refs lead to no imports (#16199)

    * [python-nextgen] fix #16010 circular refs lead to no imports
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] update samples
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] remove unnecessary Postponed annotations
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] update samples
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] remove unnecessary Postponed annotations
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] update samples
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] update samples
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    ---------
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    fa0311 authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    48ff57b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    526ca78 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. [Rust] add property, parameter name mapping (#16205)

    * add name, parameter mapping to rust generators
    
    * add, fix test
    
    * undo cahnge
    wing328 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    243b556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3b3de2 View commit details
    Browse the repository at this point in the history
  3. [Swift] property, parameter name mapping support (#16207)

    * add property, parameter naming support to swift5 generator
    
    * revert change
    
    * remove files
    
    * update samples
    wing328 authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    bf18190 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    c6a100c View commit details
    Browse the repository at this point in the history
  2. [python-nextgen] Fix allOf missing imports (#16217)

    * [python-nextgen] fix allOf missing imports
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] update samples
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] remove circular import
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    * [python-nextgen] Fix circular refs
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    
    ---------
    
    Signed-off-by: ふぁ <yuki@yuki0311.com>
    fa0311 authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    77311c3 View commit details
    Browse the repository at this point in the history
  3. Add tests for #16217 (#16221)

    * add tests for #16217
    
    * add new files
    wing328 authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3278eea View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Add model name mapping feature to C# codegen (#16209)

    * add model name mapping feature to C# codegen
    
    * rename file
    
    * update samples
    
    * update doc
    wing328 authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4602f18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce1fef View commit details
    Browse the repository at this point in the history
  3. Fix circleci node 4 failure (#16236)

    * fix circleci failure
    
    * remove debug
    
    * fix
    wing328 authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d67f5dd View commit details
    Browse the repository at this point in the history
  4. Add name mappings support to JS client (#16234)

    * add name mappings support to JS client
    
    * update doc
    
    * udpate doc
    
    * update doc
    wing328 authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1d39902 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81c398e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. [haskell-servant][haskell-yesod] Use table-based conversion for field…

    … name conversion (#16232)
    
    * [haskell-servant][haskell-yesod] use table-based conversion for field name conversion
    
    Current fieldLabelModifier implementation always produces uncapitalize
    name, but it is inappropriate if the original JSON field name begins
    with a capital letter.
    
    * [haskell-servant][haskell-yesod] regenerate samples
    msakai authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    45d8027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb56e50 View commit details
    Browse the repository at this point in the history
  3. Fix implements in oneof, anyof templates in java okhttp client genera…

    …tor (#16241)
    
    * fix implements in oneof, anyof templates in java okhttp
    
    * add tests
    
    * update samples
    wing328 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    82516c7 View commit details
    Browse the repository at this point in the history