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: exposes default leader in database, and leader options / replicas in instance config #1283

Merged
merged 12 commits into from Jul 19, 2021

Commits on Jul 6, 2021

  1. feat: expose leader options in instance config

    Exposes the list of leader options for an instance from an instance
    config.
    thiagotnunes committed Jul 6, 2021
    Copy the full SHA
    5d8c7ba View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d88fb43 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    255e66c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0f56320 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    af76ad5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    11d7ee8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ad0edf0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Copy the full SHA
    a0ea4e2 View commit details
    Browse the repository at this point in the history
  2. test: skip emulator for instance admin test

    Skips leader options / replicas checking related tests for the emulator.
    thiagotnunes committed Jul 15, 2021
    Copy the full SHA
    ce14795 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Copy the full SHA
    78f7a21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    739dcf7 View commit details
    Browse the repository at this point in the history
  3. test: skip / removes leader tests

    We decided not to have setting the default leader tests, because it
    requires a multi-regional instance. The one we currently have for
    running the tests is regional, so the cost of setup would not justify
    the testing.
    We also skip the get leader options test, since the feature is not
    enabled in production yet.
    thiagotnunes committed Jul 16, 2021
    Copy the full SHA
    8a7fe0f View commit details
    Browse the repository at this point in the history