-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
DONT MERGE TEST #11576
Closed
Closed
DONT MERGE TEST #11576
Conversation
This file contains 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
…ration (#11091) `parse_params` should not call `normalize_nested_params` for `application/json`. Otherwise, the key-value pair of `custom_fields_by_lua` will be converted into a nested table if the key contains dot character(s), which will cause schema violation when calling `/schemas/plugins/validate` Fix [FTI-5070](https://konghq.atlassian.net/browse/FTI-5070)
Previously, no User clause was present. While this still made systemd run kong under the 'root' user id, the HOME environment variable would not be set in the Kong process. This caused the datafile library to fail with various error conditions.
Correct the Plugin Development Guide url.
Include `schema-change-noteworthy` label in `kong/db/dao`.
Summary The second param of ngx.re.gsub() is a regex pattern, so \\ is actually \, which is an invalid regex. Note: ngx.re.gsub() is different from string.gsub()! This PR gives the correct regex to ngx.re.gsub(). * fix ngx.re.gsub * style lint
…s` (#11113) Summary Import some changes from knyar/nginx-lua-prometheus#131. * construct_bucket_format * remove string.gsub * remove ipairs * check label_names * ngx.re.gsub * typo fix * as_string
…lidation (#11124) ### Summary On control plane there was a debug log written on every second on every worker that had no connected clients. This will now only log it once per worker, until number of connected clients changes. The schema validation also had a thing called unvalidated fields that caused huge amounts of logs to be written with large config import / validation. Signed-off-by: Aapo Talvensaari <[email protected]>
With this patch, kong.conf settings of a DP are self-reported to the CP. Sensitive credentials from kong.conf are redacted before they are sent to the CP. This patch reports the configuration, LuaCP isn't going to do anything with it just yet. This feature is specific to Kong Inc's Konnect offering.
for loop has better performance than function ipairs(), especially for huge table.
…goto" (#11128) ### Summary Follow-up from #11124 to slightly clean the code. Signed-off-by: Aapo Talvensaari <[email protected]>
### Summary Just changes `destory` to `destroy` in patch name. Signed-off-by: Aapo Talvensaari <[email protected]>
add the http.route span attribute to the kong request span adapt existing tests to pass with the new attribute improve instrumentations tests, add checks for all spans and attributes
…1126) Use ngx.re.match to replace string.match to get better performance. * replace string.match * fix mistake * fix mistake * use ijo option
* fix(proxy): remove kong branding in kong HTML error template Signed-off-by: owl <[email protected]> * fix(proxy): fix code Signed-off-by: owl <[email protected]> --------- Signed-off-by: owl <[email protected]>
* fix(tracing): ensure sampling rate applies to whole trace This commit fixes a bug where the sampling rate was applied to individual spans, so configuring values of sampling_rate < 1 would sometimes result in split traces being reported. The fix ensures that the sampled flag that is calculated by the sampler for the root span is propagated to all children within the same trace. * fix(tracing): suggestions + propagation test
Replacing uses of helpers.http_server with the new implementation of HTTP mocking, which is more stable. Fix KAG-1148 Co-authored-by: Hans Hübner <[email protected]>
In `traditional_compatible` mode, the router would fail to work if a route with multiple paths but no service would be created. Fixes KAG-1961
* move to changed section * style fix
* string.find * ngx.get_phase * string.len * ngx.print * suffix_idx + 1 * labels_start * target_info.addresses
Move log level logic into isolated module, easy to maintain.
github-actions
bot
added
core/admin-api
core/db
plugins/ldap-auth
plugins/request-size-limiting
plugins/response-ratelimiting
core/configuration
plugins/serverless-functions
plugins/proxy-cache
core/docs
plugins/grpc-web
plugins/ip-restriction
plugins/correlation-id
core/language/python
plugins/grpc-gateway
core/language/js
plugins/prometheus
plugins/session
plugins/acl
chore
Not part of the core functionality of kong, but still needed
plugins/zipkin
plugins/azure-functions
changelog
plugins/request-termination
core/tracing
plugins/opentelemetry
autodoc
schema-change-noteworthy
build/bazel
labels
Sep 14, 2023
HELLO TEST TEST |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
autodoc
build/bazel
changelog
chore
Not part of the core functionality of kong, but still needed
core/admin-api
core/balancer
core/cli
core/clustering
core/configuration
core/db/migrations
core/db
core/docs
core/language/go
core/language/js
core/language/python
core/pdk
core/proxy
core/templates
core/tracing
plugins/acl
plugins/acme
plugins/aws-lambda
plugins/azure-functions
plugins/basic-auth
plugins/bot-detection
plugins/correlation-id
plugins/cors
plugins/datadog
plugins/file-log
plugins/grpc-gateway
plugins/grpc-web
plugins/hmac-auth
plugins/http-log
plugins/ip-restriction
plugins/jwt
plugins/key-auth
plugins/ldap-auth
plugins/loggly
plugins/oauth2
plugins/opentelemetry
plugins/prometheus
plugins/proxy-cache
plugins/rate-limiting
plugins/request-size-limiting
plugins/request-termination
plugins/request-transformer
plugins/response-ratelimiting
plugins/response-transformer
plugins/serverless-functions
plugins/session
plugins/statsd
plugins/syslog
plugins/tcp-log
plugins/udp-log
plugins/zipkin
schema-change-noteworthy
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.
Summary
Checklist
CHANGELOG/unreleased/kong
or addingskip-changelog
label on PR if unnecessary. README.mdFull changelog
Issue reference
Fix #[issue number]