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

Enabled supportsInheritance for Objective-C generator. #3896

Closed
wants to merge 5,942 commits into from
Closed

Enabled supportsInheritance for Objective-C generator. #3896

wants to merge 5,942 commits into from

Conversation

AlexNolasco
Copy link
Contributor

Description of the PR

Enabled inheritance for objective-c to prevent property duplication when using allOf and discriminator.

fehguy and others added 30 commits August 5, 2016 08:53
* fix enum in sintra and nancyfx

* add isContainer check for sinatra allowable value

* fix EOL in nancyfx enum template
When the setter is taking an array as argument we cannot use
`in_array()` to validate if the values are part of the allowed enum
values. Instead we use `array_diff()` for containers now.
Fix spelling in ruby ApiClient: Configuraiton -> Configuration
[GO] Fixing compilation issue when pathParams  is not presented
[Java] Fix @JsonCreator annotation issue with Java API clients using gson
[PHP] add enum test cases for PHP generator (java)
* Add maven-javadoc-plugin to all Java clients.

* Update sample petstores for other Java clients.

* Fix unknown parameter on api_client's update_params_for_auth method.

* Revert "Fix unknown parameter on api_client's update_params_for_auth method."
To be moved to a separate PR.

This reverts commit 1ee1866.
support Title as model name for any inline object
[PHP] Fix enum validation in container setters
Thomas Hoffmann and others added 21 commits September 16, 2016 12:36
Change-Id: I6711e96d4b119b2cf78860d4eb43fc178edae372
* [typescript-angular2] npm publish missing files

* [typescript-angular2] build to dist folder
Fix NullPointerException if there are no other properties
[jmeter] #3800 Fixing testCases and paramName
[JMeter] add JMeter petstore sample
Triple mustache is required because annotations may contain chars like "=" that
would be mistakenly encoded.
* add undertow generator

* add apiException

* add undertow server code gen

* reovery sprintboot sample

* update handler

* output swagger.json and handler template change

* remove api template

* remove api.mustache

* update pom.xml

* update readme

* add config files

* add basePath to the handler and upgrade to 0.1.1 framework

* add additional files for release

* fixed the mvn verify issue

* update one template to fix compile error for fake petstore
Fixed Swaagger -> Swagger
* use tag to organize flask controller

* fix typo in python flask code gen

* fix operationId for flask generator
Use triple mustache for vendorExtensions.extraAnnotation
Fix NullPointerException when the oauth flow is missing
[Typescript][Angular2] Fix required properties in the model
@wing328
Copy link
Contributor

wing328 commented Sep 29, 2016

Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/swagger-api/swagger-codegen/graphs/contributors.

Let me know if you need help fixing it.

Ref: https://github.com/swagger-api/swagger-codegen/wiki/FAQ#how-can-i-update-commits-that-are-not-linked-to-my-github-account

@AlexNolasco
Copy link
Contributor Author

I'll create a new pull request with the correct e-mail address, thanks!

@AlexNolasco
Copy link
Contributor Author

I've submitted new request
#3903

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.