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

ctlv3: support ETCDCTL_WATCH_KEY, ETCDCTL_WATCH_RANGE_END #9142

Merged
merged 9 commits into from
Jan 17, 2018

Commits on Jan 14, 2018

  1. ctlv3: support ETCDCTL_WATCH_KEY, ETCDCTL_WATCH_RANGE_END

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    8183b83 View commit details
    Browse the repository at this point in the history
  2. e2e: add watch tests with ETCDCTL_WATCH_*

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    503781e View commit details
    Browse the repository at this point in the history
  3. etcdctl: document watch with ETCDCTL_WATCH_*

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    57284aa View commit details
    Browse the repository at this point in the history
  4. ctlv3: handle pkg/flags warnings

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    388b7fe View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. ctlv3: set ETCD_WATCH_KEY, ETCD_WATCH_VALUE on exec watch

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    72a2a66 View commit details
    Browse the repository at this point in the history
  2. ctlv3: exit on exec watch error

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    2c347d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. ctlv3: set ETCD_WATCH_* on watch exec

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    5e0118d View commit details
    Browse the repository at this point in the history
  2. e2e: test ETCD_WATCH_VALUE

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    6ba5682 View commit details
    Browse the repository at this point in the history
  3. etcdctl: document "ETCD_WATCH_*"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    b8a95d7 View commit details
    Browse the repository at this point in the history