-
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
Fixing full update in DAO #743
Closed
Closed
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
Disabling access log for status endpoint
Customizable DNS resolver settings
If a request or response have multiple Content-Type headers, this make sure the latest one is returned, so mimeType is guaranteed to be a string, and not an array. Fix for #584
[fix/alf_serializer] always ensure mimeType is a string
OAuth 2.0 tests to check for upstream headers
Updating dependencies
Adding a function to count the entities in a table
Adding "total" in API responses + database stats in "/status" endpoint
Refactoring the count function in DAO and API
All options are now commented, and commented out, as the default value now applies from the config_loader. The unit test against the config file iw now obsolete.
DAO properties are no nested in `properties` property anymore.
[feat/cli] commented config
- fix typo - add kong + azure article - add Portuguese Kong video
fix(readme): update community resources
- resolver is not a plugin anymore - resolver has `before` and `after` methods for each context - the resolver is responsible for carrying context variables from one context to another (using `ngx.ctx`) - it might be renamed in the future. It does not just do resolving anymore. - fix: now includes latency headers in responses (was missing before)
When a plugin sends a response, it is always through `ngx.exit` which already exits all phase handlers.
- it handles reports, ctx variables being carried along the request, resolver execution (to find the correct API to route). - rename nginx $backend_url to $upstream_url - rename nginx $backend_host to $upstream_host - use `ngx.ctx.upstream_url` to store the currenct upstream URL. All plguins can stil laccess and modify this value before it is given to `ngx.var.upstream_url` for proxy_pass.
[refactor/resolver] lighter kong.lua
[feature/plugins] syslog and loggly plugins
Properly handling big request bodies in Admin API
JSON Request Transformation
This reverts commit 17b70c1.
subnetmarco
added
area/DAO
pr/wip
A work in progress PR opened to receive feedback
labels
Nov 25, 2015
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.
This PR is a working progress fix for #720.