Skip to content

Conversation

@api-clients-generation-pipeline
Copy link
Contributor

wing328 and others added 30 commits March 13, 2018 14:41
=> include last 'swagger-codegen_master -> oas3_support2' merge into 'swagger-codegen_renamed' for future merge
Co-authored-by: Akihito Nakano <[email protected]>
Co-authored-by: Jeremie Bresson <[email protected]>
Co-authored-by: Jim Schubert <[email protected]>
Co-authored-by: Martin Delille <[email protected]>
Co-authored-by: Tomasz Prus <[email protected]>
Co-authored-by: William Cheng <[email protected]>
* Added vendorExtensions.x-isPrimitive. (#7991)

* Added vendorExtensions.x-isPrimitive.

Switch template for constructFromObject.

* Reflect review indication.

* [typescript-angular] AOT-compatible API client (via ng-packagr and ngc) (#7984)

* typescript-angular: uses ng-packagr for the build

see swagger-api/swagger-codegen#6722
see swagger-api/swagger-codegen#6735

* this should make everybody happy: Angular 2/4/5 AOT support

- uses ngc when targeting Angular 2 (as seen in swagger-api/swagger-codegen#6735)
- uses ng-packagr 1 when targeting Angular 4
- uses ng-packagr 2 when targeting Angular 5

* removes bogus import

* cleans / updates Petstore samples, adds a new sample for Angular 5

* typo in README

* fixes broken travis build. adds pom.xml files again

This reverts commit 471d248a2e9b5d8eed10c71644c222c053e007b0.

* makes usage of `dist` more clear

and i feel generally better when `npm run build` is called explicitly.

- for ng-packagr 2 is doesn't matter, since the final package.json does not have any scripts
- for old ng-packagr 1 it matters, scripts are copied to the final package.json which breaks installation via `npm install {{npmName}} --save` (it runs `npm run build` again)

* typescript-angular: small improvements as suggested by @macjohnny

* angular-typescript: updated petstore samples, 3rd try

* Issue 5542, always generate pom and readme (#7977)

* Issue 5542, generate pom.xml with separate parameter. InterfaceOnly=true for not generating pom.xml not works in every situation.

* Issue 5542, generate pom.xml with separate parameter. InterfaceOnly=true for not generating pom.xml not works in every situation.

* Issue #5542 Always generate pom.xml and README.md

* [TypeScript][Angular] fix date path parameters (#7476, #7302) (#7479)

* #7476, #7302: [TypeScript][Angular] fix date path parameters, fix path parameters with :.+ in it

* #7476, #7302: [TypeScript][Angular] fix date path parameters, fix path parameters with :.+ in it

* #7476, #7302: [TypeScript][Angular] fix date path parameters, fix path parameters with :.+ in it

* #7476: generate samples

* code cleanup

* #7476: improve variable description

* #7302: revert character skipping, since it will now have the same parameter name in the method signature and in the api path

* #7302: generate samples

* typescript-angular: added Interfaces to api exports if withInterfaces is selected (#7975)

* added Interfaces to api exports if withInterfaces is selected

* removed import of interface classes

* added gererated petstore example api.ts

* Fix Issue 8014

* Adapted to work with Angular2 Http and Angular 4.3+ HttpClient

* removed unnecessary (others) for ng HttpClient from Interface

* Golang Client Refactor (body and model in errors, typed optional parameters) (#7987)

* Return abstracted errors with model data if available.

* update tests with error models.

* Return error models on the abstract type.

* dont leak FH

* duplicate of PR #7752 for issue #7511

* Change optional parameters to structs.

* update documentation

* fix circleCI failure

* [typescript][angular] query parameter with null value should not be set (#8033)

* #7893: [typescript][angular] fix optional query parameter null value

* #7893: [typescript][angular] generate samples

* #7893: [typescript][angular] generate samples

* Version rest-assured has been updated to 3.1.0 (#8052)

* [Dart] Fixes TypeError in Dart 2 mode (#7959)

* Properly convert lists to dart types

* Updated sample petstore client

* Fixed maps in Dart strong mode
Fixed list parsing for null-elements

* change parseDate in es6/APIClient (#7973)

* [PHP] Improve duplicated validation logic (#7954)

* Improve duplicated validation logic

* Update the samples
* fix go readme, remove resty install

* fix default to null in go petstore doc
* update wordings
* update git_push wordings
* update git clone
* update homepage url
* update meta-codegen sample
* udpate go client default value

* update go generators' default value
* fix undefined: localVarFile

* add required formData file endpoints to 2.0 and 3.0 specs

* streamline api.mustache update

* update sampels

* update samples

* update samples

* update samples bin/jaxrs-cxf-client-petstore.sh

* update samples

* update samples

* update samples run-all-petstore

* update samples

* update samples

* Trigger CI due to race condition

* update samples

* update samples

* Trigger CI due to previous timeout

* Trigger CI due to previous Shippable timeout

* Trigger CI due to previous Shippable race condition
* move test cases to under fake endpoint

* remove trailing spaces in the template

* update samples

* add new file

* minor fix to OAS3 spec
* support form-data file MIME `name` parameter

* update test spec and Go client for form-data file name

* update samples for ensure-up-to-date

* update mustache template

* update samples for Go client

* improve assignment location

* update samples
)

* update go generated code comment

* update samples for go petstore

* update code generation comment

* update samples for go petstore

* Trigger CI due to previous Shippable race condition

* add -DwithGoCodegenComment=true option

* reset samples

* add withGoCodegenComment=true to bin/go-petstore-withxml.sh

* update samples/.../go-petstore-withXml using -DwithGoCodegenComment=true
dhontecillas and others added 21 commits February 16, 2021 08:08
* go client send **io.File body

* run generate-samples for Go upload fix
* go minor code format enhnacement

* fix required vars in the model new

* remove comma
* [GO] use latest available oauth2 version

* update samples

Co-authored-by: William Cheng <[email protected]>
git-subtree-dir: templates
git-subtree-mainline: ed63467
git-subtree-split: a3f1532
@api-clients-generation-pipeline api-clients-generation-pipeline bot requested a review from a team as a code owner March 23, 2021 14:02
@api-clients-generation-pipeline api-clients-generation-pipeline bot added the changelog/no-changelog Changes don't appear in changelog label Mar 23, 2021
@therve
Copy link
Contributor

therve commented Mar 23, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@codecov
Copy link

codecov bot commented Mar 23, 2021

Codecov Report

Merging #804 (355631a) into master (4179acd) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted Files Coverage Δ
api/v1/datadog/model_slo_type_numeric.go 0.00% <0.00%> (-21.43%) ⬇️
...atadog/model_check_can_delete_slo_response_data.go 0.00% <0.00%> (-3.45%) ⬇️
api/v1/datadog/model_slo_response.go 0.00% <0.00%> (-2.39%) ⬇️
api/v1/datadog/model_slo_delete_response.go 2.38% <0.00%> (-2.39%) ⬇️
.../v1/datadog/model_check_can_delete_slo_response.go 2.38% <0.00%> (-2.39%) ⬇️
api/v1/datadog/model_service_level_objective.go 14.91% <0.00%> (-1.66%) ⬇️
api/v1/datadog/api_service_level_objectives.go 66.40% <0.00%> (-1.06%) ⬇️

@therve therve merged commit 6a16358 into master Mar 23, 2021
@therve therve deleted the datadog-api-spec/generated/889 branch March 23, 2021 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog Changes don't appear in changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.