-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Major Jetbrains HTTP Client upgrade. Move to BETA #15779
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
wing328
merged 25 commits into
OpenAPITools:master
from
jlengrand:feat/jetbrains-http-client-upgrade-2
Mar 9, 2024
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d3d41a7
Add notes to requests for better readability
jlengrand 1bdd0ce
Adds extra configs for jetbrains http client for testing
jlengrand 5ddea32
Adding new sample data
jlengrand 7e91e38
Changes
jlengrand c886b68
Merge branch 'master' into feat/jetbrains-http-client-upgrade-2
jlengrand 90e5641
Setting up test infrastructure
jlengrand 6394b7b
Adds body to requests.
jlengrand 5037904
Fixing some bugs in map traversal
jlengrand 85b627e
Adding secret file to gitignore
jlengrand 12bfbc8
Adds github spec, for complex example.
jlengrand 36d3ba0
Add support for custom variables in request body
jlengrand c5604ea
Add support for all basic Auth headers
jlengrand d0193c9
Not sure whaet happened with my api mustache file
jlengrand 63d27a0
Add support for custom headers
jlengrand a68b8ac
Fixes empty lines issue
jlengrand fd03431
Adds support for Accept header
jlengrand ecbcb98
Adding many tests, deleting experiment files
jlengrand aa10498
Updates generator doc
jlengrand 506db42
Completes README file with extra information
jlengrand 5195a81
Runs generate-samples and export docs
jlengrand d4a8ec1
Merge branch 'master' into feat/jetbrains-http-client-upgrade-2
jlengrand 30724ca
Running sample generation
jlengrand 022b900
Adding missing files to samples
jlengrand 4c36a78
Removing forgotten stdout statements
jlengrand 4a87ba1
Ignore one test making the docker image generation fail
jlengrand 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,6 @@ | ||
generatorName: jetbrains-http-client | ||
outputDir: samples/client/jetbrains/adyen/adyen/http/client | ||
inputSpec: modules/openapi-generator/src/test/resources/3_0/jetbrains/CheckoutService-v71.yaml | ||
templateDir: modules/openapi-generator/src/main/resources/jetbrains-http-client | ||
additionalProperties: | ||
hideGenerationTimestamp: "true" |
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,6 @@ | ||
generatorName: jetbrains-http-client | ||
outputDir: samples/client/jetbrains/adyen/checkoutbasic/http/client | ||
inputSpec: modules/openapi-generator/src/test/resources/3_0/jetbrains/CheckoutBasic.yaml | ||
templateDir: modules/openapi-generator/src/main/resources/jetbrains-http-client | ||
additionalProperties: | ||
hideGenerationTimestamp: "true" |
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,6 @@ | ||
generatorName: jetbrains-http-client | ||
outputDir: samples/client/opendota/jetbrains/http/client | ||
inputSpec: modules/openapi-generator/src/test/resources/3_0/opendota.json | ||
templateDir: modules/openapi-generator/src/main/resources/jetbrains-http-client | ||
additionalProperties: | ||
hideGenerationTimestamp: "true" |
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,6 @@ | ||
generatorName: jetbrains-http-client | ||
outputDir: samples/client/github/jetbrains/http/client | ||
inputSpec: modules/openapi-generator/src/test/resources/3_0/jetbrains/github.json | ||
templateDir: modules/openapi-generator/src/main/resources/jetbrains-http-client | ||
additionalProperties: | ||
hideGenerationTimestamp: "true" |
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.
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.