1. 23 9月, 2021 2 次提交
  2. 15 9月, 2021 1 次提交
  3. 03 9月, 2021 1 次提交
  4. 26 8月, 2021 1 次提交
  5. 24 8月, 2021 1 次提交
  6. 13 8月, 2021 1 次提交
    • X
      Refactor NewEtcdKV API (#7075) · 6c5be83e
      XuanYang-cn 提交于
      This PR mainly did the following 3 things:
      
      - Refactor NewEtcdKV API
      - Add unittests for `kv/etcd/`, raise the coverage
      up to 94%
      - Correct some APIs from version to revision
      
      The old NewEtcdKV() API took `clientv3.Client` as
      one of the input, making everyone who using this API
      had to create a new `clientv3.Client`. So there're a lot
      of repeated codes everywhere.
      
      Meanwhile, someplace didn't even check whether the
      `clientv3.New()` returned error or not, and the old API
      also didn't check whether the clientv3.Client was Nil.
      This caused issue#6955.
      
      Ectd's version and revision have nothing alike, they
      represent different concepts, but our APIs kind of
      mixed them all up. So I correct those APIs' names.
      
      Resolves: #6955
      Signed-off-by: Nyangxuan <xuan.yang@zilliz.com>
      6c5be83e
  7. 03 8月, 2021 1 次提交
  8. 02 8月, 2021 1 次提交
  9. 13 7月, 2021 1 次提交
  10. 27 6月, 2021 1 次提交
  11. 26 6月, 2021 1 次提交
  12. 23 6月, 2021 2 次提交
  13. 22 6月, 2021 2 次提交
  14. 21 6月, 2021 2 次提交
  15. 19 6月, 2021 1 次提交
  16. 15 6月, 2021 2 次提交
  17. 04 6月, 2021 1 次提交
  18. 03 6月, 2021 1 次提交
  19. 26 5月, 2021 1 次提交
  20. 25 5月, 2021 1 次提交
  21. 24 5月, 2021 1 次提交
  22. 21 5月, 2021 1 次提交
  23. 19 5月, 2021 1 次提交
  24. 14 5月, 2021 1 次提交
  25. 22 4月, 2021 1 次提交
  26. 19 4月, 2021 1 次提交
  27. 15 4月, 2021 1 次提交
  28. 12 4月, 2021 1 次提交
  29. 07 4月, 2021 1 次提交
  30. 31 3月, 2021 1 次提交
  31. 30 3月, 2021 1 次提交
  32. 26 3月, 2021 1 次提交
  33. 25 3月, 2021 1 次提交
  34. 23 3月, 2021 1 次提交
  35. 22 3月, 2021 1 次提交