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

feat(dao) switch to lua-cassandra 0.4.0 #803

Merged
merged 8 commits into from
Dec 18, 2015
Merged

Commits on Dec 17, 2015

  1. Configuration menu
    Copy the full SHA
    08f931f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0238fa View commit details
    Browse the repository at this point in the history
  3. 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.
    thibaultcha committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    e289c37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2290b34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbfd502 View commit details
    Browse the repository at this point in the history
  6. 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.
    thibaultcha committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    a2ac0a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57e5d8a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. 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.
    thibaultcha committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    1ab5d1c View commit details
    Browse the repository at this point in the history