-
Notifications
You must be signed in to change notification settings - Fork 4
Fix/generator issues #137
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
Merged
Merged
Fix/generator issues #137
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
62f7d18
fix: reenable cdn service after generator fix
bahkauv70 68fd38e
fix: set import paths to fixed values as they are coming from a stati…
bahkauv70 c861213
fix: use unique variable name
bahkauv70 052b7c5
chore: Add convenience target to download alpha apis
bahkauv70 7f9976b
fix: Workaround for a bug in the openapi generator that returns an un…
bahkauv70 f273cd6
fix: correctly handle bitsizes and nullability of numeric attributes
bahkauv70 0418d6f
fix: add exceptions for float32 and int32 to keep bug-compatibility w…
bahkauv70 8e21d0b
fix: introduced specialized types
bahkauv70 59ebd0d
fix: generation working without compile issues, but broken tests
bahkauv70 4131da3
fix: beta apis compiling now
bahkauv70 1e46435
fix: use getter-id instead of plain name to generate non-conflicting …
bahkauv70 1855307
fix: Readd json tags
bahkauv70 da2b53f
chore: remove debug code
bahkauv70 936bf0e
fix: correct testcase generation
bahkauv70 7c4ba79
fix: fix return type instantiation in testcase
bahkauv70 57ec14f
fix: correct instantiation of returntype in testcase
bahkauv70 47c601c
feat: provide service-individual, explicit api versions via json file
bahkauv70 f283af0
fix: switch back to main for service-enablement api
bahkauv70 8e3e13f
fix: handle non-existing version gracefully by falling back to main
bahkauv70 430dc9b
feat: rename file to api-versions-lock.json to emphasize semantics
bahkauv70 f9ba02c
Merge branch 'main' into fix/generator-issues
bahkauv70 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "load-balancer": "9c9de238a3e650f4bed9b9d9ade151da9a97e1d6", | ||
| "certificates": "c592757243833f9b506a7d23ec5a80a9b3c984ae" | ||
bahkauv70 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| } | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1 @@ | ||
| # Transitional file to disable generation for selected services | ||
| cdn | ||
| # Transitional file to disable generation for selected services |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.