Skip to content
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
wants to merge 89 commits into from
Closed

Fixing full update in DAO #743

wants to merge 89 commits into from

Conversation

subnetmarco
Copy link
Member

This PR is a working progress fix for #720.

subnetmarco and others added 30 commits October 12, 2015 20:11
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
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.
Possibility to configure the replication strategy used by the created
keyspace and its options.

Implements #543 and #350
DAO properties are no nested in `properties` property anymore.
- fix typo
- add kong + azure article
- add Portuguese Kong video
fix(readme): update community resources
thibaultcha and others added 24 commits November 9, 2015 23:19
- 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
@subnetmarco subnetmarco added area/DAO pr/wip A work in progress PR opened to receive feedback labels Nov 25, 2015
@subnetmarco subnetmarco changed the title Fixinx full update in DAO Fixing full update in DAO Nov 25, 2015
@subnetmarco subnetmarco deleted the fix/update branch December 16, 2015 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/wip A work in progress PR opened to receive feedback
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants