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

Development #730

Merged
merged 113 commits into from
Mar 5, 2024
Merged

Development #730

merged 113 commits into from
Mar 5, 2024

Conversation

Vovanella95
Copy link
Collaborator

Fix #722

Uladzimir Paliukhovich and others added 30 commits June 7, 2023 14:18
# Conflicts:
#	CHANGELOG.md
#	lib/src/code_generators/swagger_requests_generator.dart
#	pubspec.yaml
* fix #583 and update readme

* fix #637

* fix #619
# Conflicts:
#	CHANGELOG.md
# Conflicts:
#	lib/src/code_generators/swagger_requests_generator.dart
Uladzimir Paliukhovich added 26 commits December 15, 2023 14:58
# Conflicts:
#	CHANGELOG.md
# Conflicts:
#	lib/src/code_generators/swagger_requests_generator.dart
#	pubspec.yaml
# Conflicts:
#	CHANGELOG.md
#	README.md
#	example/input_folder/some_file_name.json
#	example/lib/swagger_generated_code/pet_service_json.swagger.dart
#	lib/src/models/generator_options.dart
#	pubspec.yaml
@Vovanella95 Vovanella95 merged commit 118841b into master Mar 5, 2024
1 check passed
@Vovanella95 Vovanella95 deleted the development branch March 5, 2024 14:22
AnnaKandel pushed a commit to arnac-io/swagger-dart-code-generator that referenced this pull request Nov 3, 2024
* Fixed some issues

* formatted code

* updated SDK

* Updated SDK and version

* Fixed generation of lists of classes

* Fixed generation $Items classes

* Updated pubspec and changelog

* Fixed epam-cross-platform-lab#524

* Fixed epam-cross-platform-lab#598 Generation of query enum parameters

* Fixed conflicts

* Fixed some issues in swaggers

* Updated changelog and pubspec

* Fix epam-cross-platform-lab#583, epam-cross-platform-lab#637, epam-cross-platform-lab#619 and update readme (epam-cross-platform-lab#638)

* fix epam-cross-platform-lab#583 and update readme

* fix epam-cross-platform-lab#637

* fix epam-cross-platform-lab#619

* Fixed generation of some fields

* Removed test

* Fixed classes named List

* Fixed generation of query parameters with ref default type

* Fixed generation of DateTime parameters

* Fixed generation of responses in some cases

* Some fixes

* Updated changelog and pubspec

* Implemented not nullable fields

* Fixed tests

* fixed generation of some swaggers

* Added ability to return String values

* Returned main.dart content

* Updated pubspec and changelog

* Fixed generation of required and not required fields

* Added check for object ref in body

* Fixed some things

* Fixed tests

* Fixed tests

* Fixed some things

* Updated changelog and pubspec

* Removed not needed lines in tests

* Fixed generation of nullable responses

* Added generation of DateTime

* Updated pubspec and changelog

* Fixed tests

* Fixed epam-cross-platform-lab#669 Generation models from content schema allof

* Fixed epam-cross-platform-lab#665 generation putIfAbsent for response from content schema

* Fixed generation of nullable and required properties

* Fixed tests

* Fixed some stuff related to nullable properties

* Updated changelog and pubspec

* Formatted code

* Formatted code

* Fixed tests

* Fixed generation of some enums inside classes

* Implemented support of exploded parameters

* Pushed constants file

* Fixed generation of allOf for request bodies

* Implemented overriden_models functionality

* Improved overriden models logic

* Fixed tests

* Updated pubspec and changelog

* Removed support of exploded parameters

* Fixed generation of patameters contains keywords

* Updated pubspec and changelog

* Fixed generation of nullable and not nullable fields

* Fixed generation of list parameters with specific names

* Fixed formurlencoded requests

* Revert "Fixed formurlencoded requests"

This reverts commit d103118.

* Updated changelog and pubspec

* formatted code

* Fixed version in changelog

* Added generation of writeOnly and readOnly fields as nullable and no required (Issue 487)

* Fixed generatino of DateTime query parameters (Issue 536)

* Updated pubspec and changelog

* Fixed generation in some cases

* Added ability to rename downloaded files

* Updated example

* Implemented support of deprecated fields annotations

* Added support of deprecated requests annotations

* Fixed tests, updated pubspec and changelog

* Fixed putIfAbsent for allOf schemas epam-cross-platform-lab#700

* Fixed tests

* Implemented new build option

* Some fixes

* Implemented new generator option

* Updated changelog, readme and pubspec

* Fixed conflicts

* Fixed generation of requestBody when one oneOf provided

* Added override keyword to exceptionWords

* Fixed generation of allOf models

* Revert "Fixed generation of allOf models"

This reverts commit b61b613.

* Updated pubspec and changelog

* Updated changelog

* Fixed epam-cross-platform-lab#722 generation of some files

---------

Co-authored-by: Uladzimir Paliukhovich <uladzimir_paliukhovich@epam.com>
Co-authored-by: Romain <romain@rb-dev.fr>
AnnaKandel pushed a commit to arnac-io/swagger-dart-code-generator that referenced this pull request Nov 3, 2024
* Fixed some issues

* formatted code

* updated SDK

* Updated SDK and version

* Fixed generation of lists of classes

* Fixed generation $Items classes

* Updated pubspec and changelog

* Fixed epam-cross-platform-lab#524

* Fixed epam-cross-platform-lab#598 Generation of query enum parameters

* Fixed conflicts

* Fixed some issues in swaggers

* Updated changelog and pubspec

* Fix epam-cross-platform-lab#583, epam-cross-platform-lab#637, epam-cross-platform-lab#619 and update readme (epam-cross-platform-lab#638)

* fix epam-cross-platform-lab#583 and update readme

* fix epam-cross-platform-lab#637

* fix epam-cross-platform-lab#619

* Fixed generation of some fields

* Removed test

* Fixed classes named List

* Fixed generation of query parameters with ref default type

* Fixed generation of DateTime parameters

* Fixed generation of responses in some cases

* Some fixes

* Updated changelog and pubspec

* Implemented not nullable fields

* Fixed tests

* fixed generation of some swaggers

* Added ability to return String values

* Returned main.dart content

* Updated pubspec and changelog

* Fixed generation of required and not required fields

* Added check for object ref in body

* Fixed some things

* Fixed tests

* Fixed tests

* Fixed some things

* Updated changelog and pubspec

* Removed not needed lines in tests

* Fixed generation of nullable responses

* Added generation of DateTime

* Updated pubspec and changelog

* Fixed tests

* Fixed epam-cross-platform-lab#669 Generation models from content schema allof

* Fixed epam-cross-platform-lab#665 generation putIfAbsent for response from content schema

* Fixed generation of nullable and required properties

* Fixed tests

* Fixed some stuff related to nullable properties

* Updated changelog and pubspec

* Formatted code

* Formatted code

* Fixed tests

* Fixed generation of some enums inside classes

* Implemented support of exploded parameters

* Pushed constants file

* Fixed generation of allOf for request bodies

* Implemented overriden_models functionality

* Improved overriden models logic

* Fixed tests

* Updated pubspec and changelog

* Removed support of exploded parameters

* Fixed generation of patameters contains keywords

* Updated pubspec and changelog

* Fixed generation of nullable and not nullable fields

* Fixed generation of list parameters with specific names

* Fixed formurlencoded requests

* Revert "Fixed formurlencoded requests"

This reverts commit d103118.

* Updated changelog and pubspec

* formatted code

* Fixed version in changelog

* Added generation of writeOnly and readOnly fields as nullable and no required (Issue 487)

* Fixed generatino of DateTime query parameters (Issue 536)

* Updated pubspec and changelog

* Fixed generation in some cases

* Added ability to rename downloaded files

* Updated example

* Implemented support of deprecated fields annotations

* Added support of deprecated requests annotations

* Fixed tests, updated pubspec and changelog

* Fixed putIfAbsent for allOf schemas epam-cross-platform-lab#700

* Fixed tests

* Implemented new build option

* Some fixes

* Implemented new generator option

* Updated changelog, readme and pubspec

* Fixed conflicts

* Fixed generation of requestBody when one oneOf provided

* Added override keyword to exceptionWords

* Fixed generation of allOf models

* Revert "Fixed generation of allOf models"

This reverts commit b61b613.

* Updated pubspec and changelog

* Updated changelog

* Fixed epam-cross-platform-lab#722 generation of some files

---------

Co-authored-by: Uladzimir Paliukhovich <uladzimir_paliukhovich@epam.com>
Co-authored-by: Romain <romain@rb-dev.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants