-
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
feat(dao) switch to lua-cassandra 0.4.0 #803
Merged
Merged
Commits on Dec 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 08f931f - Browse repository at this point
Copy the full SHA 08f931fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0238fa - Browse repository at this point
Copy the full SHA a0238faView commit details -
fix(dao) complete update to 0.4.0 + fix #681
rate-limiting plugins don't use a batch statement anymore to increment the counters, which used to overload a coordinator and generate a warning. Since the new driver uses load balancing policies, we increment the counters with regular queries.
Configuration menu - View commit details
-
Copy full SHA for e289c37 - Browse repository at this point
Copy the full SHA e289c37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2290b34 - Browse repository at this point
Copy the full SHA 2290b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfd502 - Browse repository at this point
Copy the full SHA bbfd502View commit details -
refactor(dao) base_dao API change for execute()
Replace confusing `_execute()` by `execute()` for public usage, and rename `_execute()` to `build_args_and_execute()`, for internal usage only.
Configuration menu - View commit details
-
Copy full SHA for a2ac0a6 - Browse repository at this point
Copy the full SHA a2ac0a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e5d8a - Browse repository at this point
Copy the full SHA 57e5d8aView commit details
Commits on Dec 18, 2015
-
fix(dao) fixes and ensuring DAO supports TLS and auth
- The factory now retrieves TLS and authentication options for session and cluster spawning. - The ngx stub is not require anymore inside of the CLI. - Migrations don't use the `all` consistency anymore to allow Kong to start even if all C* nodes are not up.
Configuration menu - View commit details
-
Copy full SHA for 1ab5d1c - Browse repository at this point
Copy the full SHA 1ab5d1cView commit details
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.