Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: etcd-io/etcd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.8
Choose a base ref
...
head repository: etcd-io/etcd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.9
Choose a head ref
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 9, 2016

  1. version: bump to v3.0.8+git

    Anthony Romano committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    e0a99fb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. auth: fix range handling bugs.

    Test 15, counting from zero, in TestGetMergedPerms
    in etcd/auth/range_perm_cache_test.go, was trying
    incorrectly assert that [a, b) merged with [b, "")
    should be [a, b). Added a test specifically for
    this. This patch fixes the incorrect larger test
    and the bugs in the code that it was hiding.
    
    Fixes #6359
    glycerine authored and gyuho committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    9ab811d View commit details
    Browse the repository at this point in the history
  2. Revert "Merge pull request #6365 from heyitsanthony/fix-dns-bind"

    This reverts commit af5ab7b, reversing
    changes made to da6a0f0.
    Anthony Romano authored and gyuho committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    2f0f5ac View commit details
    Browse the repository at this point in the history
  3. embed: warn on domain name in listener

    Anthony Romano authored and gyuho committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    8fb533d View commit details
    Browse the repository at this point in the history
  4. clientv3: balancer panics when call up after close

    Fix the issue by adding a simple guard varable.
    xiang90 authored and gyuho committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    2435eb9 View commit details
    Browse the repository at this point in the history
  5. ctlv3: fix line parsing for Windows

    sinsharat authored and Anthony Romano committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    ee27174 View commit details
    Browse the repository at this point in the history
  6. integration: fix compilation for backported Election test

    Anthony Romano committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    73c8fda View commit details
    Browse the repository at this point in the history
  7. clientv3: drain buffered WatchResponses before resuming

    Otherwise, the watcherStream can receive WatchResponses in the
    middle of a resume, corrupting the stream.
    
    Fixes #6364
    Anthony Romano committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    4abc381 View commit details
    Browse the repository at this point in the history
  8. version: bump to v3.0.9

    Anthony Romano committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    494c012 View commit details
    Browse the repository at this point in the history
Loading