strip_path explicit support, and x-kong-route-defaults support#3273
Merged
dimitropoulos merged 4 commits intoKong:developfrom Apr 26, 2021
Merged
strip_path explicit support, and x-kong-route-defaults support#3273dimitropoulos merged 4 commits intoKong:developfrom
strip_path explicit support, and x-kong-route-defaults support#3273dimitropoulos merged 4 commits intoKong:developfrom
Conversation
reynolek
suggested changes
Apr 9, 2021
packages/openapi-2-kong/src/declarative-config/__tests__/services.test.js
Outdated
Show resolved
Hide resolved
packages/openapi-2-kong/src/declarative-config/__tests__/services.test.js
Outdated
Show resolved
Hide resolved
packages/openapi-2-kong/src/declarative-config/__tests__/services.test.js
Outdated
Show resolved
Hide resolved
5eaa832 to
6ad54df
Compare
b4f052c to
733dcb8
Compare
reynolek
approved these changes
Apr 13, 2021
Tieske
reviewed
Apr 14, 2021
packages/openapi-2-kong/src/declarative-config/__tests__/services.test.js
Outdated
Show resolved
Hide resolved
Tieske
reviewed
Apr 14, 2021
packages/openapi-2-kong/src/declarative-config/__tests__/services.test.js
Outdated
Show resolved
Hide resolved
Tieske
reviewed
Apr 14, 2021
packages/openapi-2-kong/src/declarative-config/__tests__/services.test.js
Show resolved
Hide resolved
ae5ed1a to
df41e4a
Compare
3d65ae0 to
8b2c429
Compare
Tieske
added a commit
that referenced
this pull request
Apr 24, 2021
This allows to set the properties that cannot be derived from the OAS spec itself, like preserve_host, etc. The precedence is most-specific to least-specific, so defaults at operations level override path level, which in turn overrides root level. replaces #3273
Tieske
added a commit
that referenced
this pull request
Apr 24, 2021
This allows to set the properties that cannot be derived from the OAS spec itself, like preserve_host, etc. The precedence is most-specific to least-specific, so defaults at operations level override path level, which in turn overrides root level. replaces #3273
supports selecting but not merging defaults
8b2c429 to
ff94ca5
Compare
Tieske
reviewed
Apr 26, 2021
Co-authored-by: Thijs Schreijer <thijs@thijsschreijer.nl>
Tieske
approved these changes
Apr 26, 2021
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
closes: INS-122, closes INS-555, closes INS-554