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

grpc lock service #7444

Merged
merged 8 commits into from
Mar 14, 2017
Merged

grpc lock service #7444

merged 8 commits into from
Mar 14, 2017

Commits on Mar 13, 2017

  1. adapter, integration: split out grpc adapters from grpcproxy package

    Break cyclic dependency:
    clientv3/naming <-> integration <-> v3client <-> grpcproxy <-> clientv3/naming
    Anthony Romano committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    b025cdd View commit details
    Browse the repository at this point in the history
  2. clientv3: permit creating client without grpc connection

    For creating client from etcdserver.
    Anthony Romano committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    a2cdd90 View commit details
    Browse the repository at this point in the history
  3. concurrency: support returning response header for mutex

    Anthony Romano committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    d51c8bb View commit details
    Browse the repository at this point in the history
  4. v3client: a bridge between an etcdserver and a clientv3

    Anthony Romano committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    763a37d View commit details
    Browse the repository at this point in the history
  5. v3lock: server-side api for locking

    Anthony Romano committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    47cd9d0 View commit details
    Browse the repository at this point in the history
  6. scripts: generate lock service rpc stubs

    Anthony Romano committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    c737bf3 View commit details
    Browse the repository at this point in the history
  7. embed: serve lock api

    Anthony Romano committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    ad1a790 View commit details
    Browse the repository at this point in the history
  8. integration: test grpc lock service

    Anthony Romano committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    300323f View commit details
    Browse the repository at this point in the history