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

FoundationDB backend TLS support and housekeeping #5800

Merged
merged 6 commits into from
Jan 8, 2019

Commits on Nov 15, 2018

  1. Exclude FoundationDB bindings from vendoring, delete vendored copy

    FoundationDB bindings are tightly coupled to the server version and
    client library version used in a specific deployment. Bindings need
    to be installed using the fdb-go-install.sh script, as documented in
    the foundationdb backend documentation.
    jblache committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    c653b50 View commit details
    Browse the repository at this point in the history
  2. Fix typo in documentation

    jblache committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    53d3c30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1c990b View commit details
    Browse the repository at this point in the history
  4. Add TLS support to FoundationDB backend

    TLS support appeared in FoundationDB 5.2.4, raising the minimum API version
    for TLS-aware FoundationDB code to 520.
    jblache committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    43cf405 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cc77cc View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    03fb81f View commit details
    Browse the repository at this point in the history