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

Rebase #3

Merged
merged 71 commits into from
Oct 9, 2019
Merged

Rebase #3

merged 71 commits into from
Oct 9, 2019

Commits on Sep 9, 2019

  1. ETCDCTL_README: clarify the usage of ETCDCTL_* variables

    fixes # 10840
    spzala committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    55b3726 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. clientv3/concurrency: Added Mutex.TryLock()

    TryLock locks the mutex if not already locked by another session.
    If lock is held by another session, return immediately after attempting necessary cleanup
    
    Added integration test
    
    Fixes #10493
    vimalk78 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    04ddfa8 View commit details
    Browse the repository at this point in the history
  2. README: require 1.13

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    c9d00ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11138 from spzala/lock10840

    ETCDCTL_README: clarify the usage of ETCDCTL_* variables
    spzala committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    62822c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. vendor: upgrade to gRPC v1.23.1

    https://github.com/grpc/grpc-go/releases/tag/v1.23.1
    
    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    2ed05bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11140 from gyuho/grpc

    vendor: upgrade to gRPC v1.23.1
    gyuho committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    cee9a84 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG: update gRPC Dependency changes

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    2822da8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Merge pull request #11104 from vimalk78/clientv3-fixes

    clientv3/concurrency: Added Mutex.TryLock()
    xiang90 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    79b15a9 View commit details
    Browse the repository at this point in the history
  2. *: Update CHANGELOG-3.5.md for Mutex.TryLock

    Added #11104 to CHANGELOG for 3.5
    vimalk78 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    82e3579 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Merge pull request #11146 from vimalk78/clientv3-fixes

    CHANGELOG : Update CHANGELOG-3.5.md for Mutex.TryLock
    gyuho committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    1e7e667 View commit details
    Browse the repository at this point in the history
  2. embed: expose ZapLoggerBuilder

    This exposes the ZapLoggerBuilder in the embed.Config to allow for
    custom loggers to be defined and used by embedded etcd.
    
    Fixes #11144
    ChrisRx committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    e8660c0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11147 from ChrisRx/revert-embed-logger

    embed: expose ZapLoggerBuilder
    gyuho committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    bf3d1fb View commit details
    Browse the repository at this point in the history
  4. CHANGELOG: update 3.4.1 and 3.5

    Update from #11147 and #11148
    spzala committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    b4be605 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11149 from spzala/embedzaplogger

    CHANGELOG: update 3.4.1 and 3.5
    gyuho committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    4de594a View commit details
    Browse the repository at this point in the history
  6. etcdserver: Fix PeerURL validation

    In case of URLs that are synonyms, the current lexicographic sorting
    and compare of the URLs fails with frustrating errors. Make sure to do
    a full comparison between every set of PeerURLs before failing.
    
    Fixes #11013
    dbavatar committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    0dd10cf View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. Merge pull request #11014 from dbavatar/peervalidation

    etcdserver: Fix PeerURL validation
    xiang90 committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    589ab74 View commit details
    Browse the repository at this point in the history
  2. travis: re-enable bom tests

    bill-of-materials was fixed for module aware 'go list' as part of coreos/license-bill-of-materials#17
    So can re enable bom tests
    
    fixes #11132
    vimalk78 committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    e4cb346 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. hack: fix cherrypick instruction

    Remotes is not a valid git command. Also, set the environmental variable
    correctly.
    spzala committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    78fb1e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Merge pull request #11152 from spzala/cherrypick

    hack: fix cherrypick instruction
    jingyih committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    9bb9a88 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. integration: fix bug in for loop, make it break properly

    Guangming Wang committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    6287052 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11151 from vimalk78/integration-fixes

    travis: re-enable bom tests
    gyuho committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    39b4d14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11153 from beautytiger/dev-190916

    integration:  fix bug in for loop, make it break properly
    jingyih committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    a546864 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG: update with patch release

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    2530c90 View commit details
    Browse the repository at this point in the history
  5. scripts/release: fix docker push command

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    c327120 View commit details
    Browse the repository at this point in the history
  6. scripts/release: fix SHA256SUMS command

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    8383152 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. clientv3/concurrency: remove the unneeded slash

    Since NewMutex will append a slash to pfx, there is no need to append a
    slash beforehand.
    yaojingguo committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    e53298a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11161 from yaojingguo/remove-slash

    clientv3/concurrency: remove the unneeded slash
    xiang90 committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    501bb07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e245642 View commit details
    Browse the repository at this point in the history
  4. *: update project code of conduct

    Update the code of conduct. Remove notice file.
    spzala committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    5370570 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11164 from spzala/codeofconduct

    *: update project code of conduct
    spzala committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    9088d07 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11162 from yaojingguo/remove-cancel

    clientv3: remove the redundant CancelFunc invocation
    jingyih committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    e84029c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    2c95b49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11167 from lsytj0413/fix-unknown-field

    test(functional): remove unknown field Etcd.Debug
    gyuho committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    cbbaf2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1291387 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. *: add slack contact

    Add slack chat contact.
    spzala committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    4681061 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Merge pull request #11172 from spzala/slack

    *: add slack contact
    gyuho committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    4f47771 View commit details
    Browse the repository at this point in the history
  2. README: fix formatting on hangouts link

    Added link and removed wrongly copied text
    anakaiti committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    7cb2bb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11174 from anakaiti/patch-1

    README: fix formatting on hangouts link
    gyuho committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    6075b9d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. *: create project governance

    Create project governance.
    spzala committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    06ec6c4 View commit details
    Browse the repository at this point in the history
  2. doc: clarify metrics flag

    jingyih committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    20acacd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Merge pull request #11181 from jingyih/fix_doc

    doc: clarify metrics flag
    gyuho committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    efd1fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97388ce View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. scripts/build-binary: fix darwin tar commands

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    46f3e83 View commit details
    Browse the repository at this point in the history
  2. *: use Go 1.13.1

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    fce0e23 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG-3.4: update

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    3712a5d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. vendor: upgrade gRPC Go to v1.24.0

    Picking up some performance improvements and bug fixes.
    
    https://github.com/grpc/grpc-go/releases/tag/v1.24.0
    
    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    426463c View commit details
    Browse the repository at this point in the history
  2. *: create project governance

    Create project governance.
    spzala committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    036cb96 View commit details
    Browse the repository at this point in the history
  3. pkg: create package traceutil for tracing. mvcc: add tracing

    steps:range from the in-memory index tree; range from boltdb.
    etcdserver: add tracing steps: agreement among raft nodes before
    linerized reading; authentication; filter and sort kv pairs; assemble
    the response.
    YoyinZyc committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    f4e7fc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3830b3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d6ef83 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11175 from spzala/governance

    *: create project governance
    gyuho committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    236ac2a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    d487b16 View commit details
    Browse the repository at this point in the history
  2. etcdserver: add put request steps.

    mvcc: add put request steps; add trace to KV.Write() as input parameter.
    YoyinZyc committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    401df4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a3eb24 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    a5abf91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11194 from jingyih/fix_etcdctl_memberAdd

    etcdctl: fix member add command
    gyuho committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    81a6b4e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11184 from jpbetz/correct-authority-checks

    clientv3: Set authority used in cert checks to host of endpoint
    jpbetz committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    6e74099 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11190 from gyuho/grpc

    vendor: upgrade gRPC Go to v1.24.0
    gyuho committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    c2f2309 View commit details
    Browse the repository at this point in the history
  5. CHANGELOG: update from #11194

    jingyih committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    2bf8e03 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11202 from jingyih/update_changelog

    CHANGELOG: update from #11194
    gyuho committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    a0d2427 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Merge pull request #11192 from i-sevostyanov/master

    Removed duplicate check in confchange.Simple
    tbg committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    555eb19 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. etcdserver: trace compaction request; add return parameter 'trace' to…

    … applierV3.Compaction()
    
    mvcc: trace compaction request; add input parameter 'trace' to KV.Compact()
    YoyinZyc committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    57aa68a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Merge pull request #2 from etcd-io/master

    Rebase master
    YoyinZyc committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    2263930 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11179 from YoyinZyc/trace

    Add tracing to range request in etcd server.
    gyuho committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    340f0ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79bfc90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb4b800 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    594354b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11211 from jpbetz/ipv6-endpoints

    Replace endpoint.ParseHostPort with net.SplitHostPort to fix IPv6 client endpoints
    jpbetz committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    6aae903 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11212 from YoyinZyc/tls-san-testing

    Add tests for certs with dns names.
    gyuho committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    56bfdab View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    1e1ce6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11219 from andyliuliming/changelog_for_cherry_pick

    changelog: for the skip client san verification option.
    gyuho committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    f197ab4 View commit details
    Browse the repository at this point in the history