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

No more EndPoints in topology. #1698

Merged
merged 13 commits into from
May 17, 2016
Merged

Commits on May 13, 2016

  1. Replacing test usage of GetEndPoints / GetSrvShard

    We're going to remove these two from the serving graph soon.
    alainjobart committed May 13, 2016
    Configuration menu
    Copy the full SHA
    d6e826f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73dbae7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c0d03b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9226ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    955230c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Configuration menu
    Copy the full SHA
    f135597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7f808e View commit details
    Browse the repository at this point in the history
  3. Use Tablet instead of EndPoint.

    In discovery, tabletconn, binlog client, ...
    alainjobart committed May 16, 2016
    Configuration menu
    Copy the full SHA
    83856a2 View commit details
    Browse the repository at this point in the history
  4. TabletManager client now uses topodatapb.Tablet.

    Instead of TabletInfo. To be consistent with the other RPCs, and because
    it doesn't use the version anyway.
    alainjobart committed May 16, 2016
    Configuration menu
    Copy the full SHA
    4a535f7 View commit details
    Browse the repository at this point in the history
  5. Removing duplicate Cell.

    Now that we have Tablet.Alias.Cell we can use.
    alainjobart committed May 16, 2016
    Configuration menu
    Copy the full SHA
    c3c077d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c32483d View commit details
    Browse the repository at this point in the history
  7. Fixing review comments.

    removing a somewhat useless method, using proper variable names.
    alainjobart committed May 16, 2016
    Configuration menu
    Copy the full SHA
    e36f9db View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

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