Commit Graph

  • bf6f173d5e Document Raft.send method. Piotr Tabor 2021-01-05 13:23:06 +01:00
  • 58f78df1de Raft: Expand raft documentation, in particular point on godocs. Piotr Tabor 2020-12-30 16:28:56 +01:00
  • 577c898fee scripts: Integrate ./scripts/release with new code for tagging modules. Piotr Tabor 2020-11-27 11:11:09 +01:00
  • c4c7d5d848 MAINTAINERS: add wenjiaswe@ and ptabor@ Gyuho Lee 2021-01-14 15:14:35 -08:00
  • 2fdc17c417 fix(etcdctl): add table format to lease list lsytj0413 2021-01-14 18:52:48 +08:00
  • 69e99e80fa
    Merge pull request #12465 from spacewander/fdoc Sahdev Zala 2021-01-14 00:39:25 -05:00
  • e9e0cb1077
    Merge pull request #12545 from sid597/dev_guide-api_concurrency-path-update Sahdev Zala 2021-01-14 00:07:24 -05:00
  • 2c11bd5e19
    Merge pull request #12586 from viviyww/clientconfigerror Sahdev Zala 2021-01-13 23:47:36 -05:00
  • b05e73d2b3
    Install ETCD on IBM Cloud arifnafees 2021-01-13 14:51:08 +05:00
  • 12453dd429
    Create Installing ETCD on IBM Cloud arifnafees 2021-01-13 14:37:36 +05:00
  • 5b51e1b08b
    Create Installing ETCD on IBM Cloud arifnafees 2021-01-13 14:28:09 +05:00
  • c95d9434f1
    Merge pull request #12602 from ptabor/20210107-scripts-on-osx Jingyi Hu 2021-01-13 00:30:58 +08:00
  • 84b5b87fb2 Make test.sh scripts OSX/BSD compatible: Piotr Tabor 2021-01-07 10:07:51 +01:00
  • bfc6e2ff30
    Merge pull request #12611 from ptabor/20210111-fix-flakes Jingyi Hu 2021-01-12 21:26:54 +08:00
  • b760bb60e5
    Merge pull request #12604 from ptabor/20210107-proto-post-modules Jingyi Hu 2021-01-12 21:08:51 +08:00
  • 0d9cfc11c8 Fix usage of reflect.SliceHeader: reported by vet on tip golang Piotr Tabor 2021-01-11 23:24:01 +01:00
  • 70b5ef1d3a Fix tests flakiness: in particular TestIssue6361. Piotr Tabor 2021-01-11 12:01:22 +01:00
  • 74274f4417 e2e: Adding better diagnostic and location for temporary files to Snapshot tests. Piotr Tabor 2021-01-11 00:20:16 +01:00
  • 26f9b4be8f e2e tests were leaking 'defunc' etcdctl processes. Piotr Tabor 2021-01-10 23:58:31 +01:00
  • e2a65bee6e Avoid 'interactive prompt' for root password in etcd tests. Piotr Tabor 2021-01-10 12:47:23 +01:00
  • 8ccd4e1146 Fix flaky tests reported due to data race on grpc logging registration. Piotr Tabor 2021-01-10 12:46:38 +01:00
  • 5b90402082 Switch from dgrijalva/jwt-go to form3tech-oss/jwt-go. Dan Lorenc 2020-12-24 07:50:50 -06:00
  • 87eb299490 prepare for grpc new version: grpc naming packge is moved since grpc v1.30.0, which will effect ectd naming package and grpcproxy package Sky Ao 2021-01-10 18:14:44 +08:00
  • 6d65f8c823 do not use grpc/naming package Dmitrii Limonov 2021-01-09 12:41:22 +03:00
  • 23340bb62a Refresh proto generation script after moving modules files. Piotr Tabor 2021-01-07 17:07:06 +01:00
  • c632042bb9
    Merge pull request #12489 from zhijianli88/cleanup-tmpfiles Sahdev Zala 2021-01-07 12:26:04 -05:00
  • 91bdc7eb49 Putting etcd/v3 as a FORBIDDEN_DEPENDENCY for etcdctl. Danny Hermes 2021-01-07 08:45:24 -06:00
  • 24da350e17 use grpc-go 1.32.0 Dmitrii Limonov 2021-01-07 14:19:44 +03:00
  • 7001dc12dc use protobuf 1.3.5 Dmitrii Limonov 2021-01-07 13:39:59 +03:00
  • 88b9dec413 fix dependencies issues Dmitrii Limonov 2021-01-06 13:54:47 +03:00
  • 0abc7515b9 Documentation: Removing etcd v2 specific etcd_http* alerts Ravi Trivedi 2021-01-05 22:28:30 +05:30
  • 21ee47cfb4 remove grpcproxy package duplicated operation type Dmitrii Limonov 2021-01-05 18:36:51 +03:00
  • 39781088ed fix tests go.mod file Dmitrii Limonov 2021-01-05 18:29:55 +03:00
  • cecfe8400d use protobuf 1.3.5 Dmitrii Limonov 2021-01-05 17:47:48 +03:00
  • f728aa3448 fix go mods Dmitrii Limonov 2021-01-05 17:19:57 +03:00
  • 0160c33770 decrease grpc version to 1.33 and protobuf to 1.3.3 Dmitrii Limonov 2021-01-05 17:05:44 +03:00
  • fa81de401a remove endless recursion from balancer Close method Dmitrii Limonov 2021-01-05 13:34:50 +03:00
  • e9752ffcc1 revert api/version Dmitrii Limonov 2021-01-05 01:30:38 +03:00
  • bcfcf87773 update api/version Dmitrii Limonov 2021-01-05 01:05:38 +03:00
  • 070cf583ed update go-grpc version Dmitrii Limonov 2021-01-05 01:04:34 +03:00
  • 26426e6013 update go.mod and go.sum fix register.go imports Dmitrii Limonov 2021-01-04 20:19:21 +03:00
  • 6fd436d9b1 update grpc-go to 1.34.0 Dmitrii Limonov 2021-01-04 16:24:33 +03:00
  • 15e796fbba etcdctl: Add support for decoded value for get json Ankur Gargi 2021-01-02 13:22:36 -05:00
  • 3bbf19b9fc fix for gRPC changes Mikaël Cluseau 2020-12-21 17:36:22 +01:00
  • ebf461a7de backend: fix buffer range bug mlmhl 2020-12-30 16:05:42 +08:00
  • a4570a60e7
    Merge pull request #12549 from bbiao/bugfix/refresh_token Sahdev Zala 2020-12-29 22:08:14 -05:00
  • 826573586f transport: catch new cert error yangweiwei 2020-12-30 09:33:42 +08:00
  • af4ef4ec04
    client/v3: clear auth token when encounter ErrInvalidAuthToken bbiao 2020-12-14 17:31:10 +08:00
  • a1ff0d5373
    Merge pull request #12328 from viviyww/tests-e2e-panic-case Sahdev Zala 2020-12-24 14:54:33 -05:00
  • a88877ec7b
    Merge pull request #12579 from ianwoolf/fix-clientv3-readme Gyuho Lee 2020-12-23 14:08:30 -08:00
  • ad5b30297a
    Merge pull request #12575 from nate-double-u/81-docs-toc-compilation Sahdev Zala 2020-12-23 15:27:49 -05:00
  • 6c08437ec3 Adding weights and descriptions to Documentation files' frontmatter. Nate W 2020-12-03 17:20:45 -08:00
  • fc5b5fa31e fix godoc link in clientv3 readme ianwoolf 2020-12-23 10:59:13 +08:00
  • 08fd7fff5f Adding descriptions to Documentation version/home sidebar files' frontmatter. Nate W 2020-12-03 17:20:45 -08:00
  • 4726911ea5
    Merge pull request #12570 from juzhiyuan/patch-1 Sahdev Zala 2020-12-21 12:03:50 -05:00
  • bd97953de3
    Update README.md 琚致远 2020-12-21 17:40:40 +08:00
  • 0539bcb81f
    Merge pull request #12509 from nate-double-u/81-docs-toc-sections Sahdev Zala 2020-12-19 18:17:35 -05:00
  • 549bff5980
    docs: update client v3's README 琚致远 2020-12-20 00:06:10 +08:00
  • ce69c1d040 backend: set seq flag for each bucket buffer mlmhl 2020-12-16 17:46:50 +08:00
  • 5a5992f82f concurrency: Improve distributed locking by adding support for cancellation Ankur Gargi 2020-12-13 08:45:31 -05:00
  • 47dbeeb65a
    Removing errant commented out replace line Danny Hermes 2020-12-15 12:05:26 -06:00
  • c899316fe8
    Adding clientv3 import alias to match usage in register_test.go. Danny Hermes 2020-12-15 11:54:03 -06:00
  • 84186b4cb5 server alive metric yangxuanjia 2020-12-15 18:11:31 +08:00
  • f34314c2c4 server alive metric yangxuanjia 2020-12-15 18:08:31 +08:00
  • 21c72a817e Set ETCD_UNSUPPORTED_ARCH to ARM64 odidev 2020-12-15 09:26:25 +00:00
  • d403b1b430 big value metric yangxuanjia 2020-12-15 17:17:40 +08:00
  • 43e4ddc874 Adding weights to files organized under the "home" menu Nate W 2020-12-03 17:20:45 -08:00
  • 229492c969 pkg/fileutil: fix constant for linux locking Moritz Both 2020-11-01 23:20:12 +01:00
  • ec81adb216 pkg/fileutil: fix constant for linux locking Moritz Both 2020-11-01 23:20:12 +01:00
  • bea35fd2c6 pkg/fileutil: fix F_OFD_ constants Kir Kolyshkin 2020-11-02 19:37:25 -08:00
  • a3174d0f8e
    Merge pull request #12544 from sid597/learning-authDesign-link-update Sahdev Zala 2020-12-13 20:12:46 -05:00
  • cb6951c9f0
    Merge pull request #12540 from sid597/learning-why-links-update Sahdev Zala 2020-12-12 21:49:30 -05:00
  • 67da5e9722 Documentation (dev_guide--api_concurrency_reference_v3) : Path to v3lock and v3election updated sid597 2020-12-11 18:21:17 +05:30
  • 07fbd24f3d [3.4.0] Documentation (learning-design_auth_v3) : Path to client.go outdated sid597 2020-12-11 18:11:26 +05:30
  • 62f16b2b76 Adding descriptions to Documentation/benchmarks files' frontmatter. Nate W 2020-12-03 17:03:04 -08:00
  • aedb8030b9 Adding descriptions to Documentation/upgrades files' frontmatter. Nate W 2020-12-03 16:18:55 -08:00
  • fe4833730d
    recipes link updated Siddharth Yadav 2020-12-10 23:20:14 +05:30
  • 2e873e6a9f Documentation (Learning-why) : Broken links updated sid597 2020-12-10 22:42:38 +05:30
  • 203977df4a backend: do not copy buffer when creating read tx mlmhl 2020-12-08 15:01:10 +08:00
  • f2a912a4e6 test: change channel operations to avoid potential goroutine leaks lzhfromustc 2020-12-09 22:23:21 -05:00
  • d9978241ca Adding descriptions to Documentation/platforms files frontmatter. Nate W 2020-12-09 15:49:26 -08:00
  • 2320e9a957 Adding descriptions to Documentation/triage files frontmatter. Nate W 2020-12-09 15:18:10 -08:00
  • b080c379ac Adding descriptions to Documentation/op-guide files' frontmatter. Nate W 2020-12-03 16:06:39 -08:00
  • b0e2c70c71
    contrib/systemd: add a sysusers entry Luca BRUNO 2020-12-09 11:31:17 +00:00
  • 3eb4c9d42e Adding descriptions to Documentation/learning files frontmatter. Nate W 2020-12-04 15:34:42 -08:00
  • a309dc7d2b Adding descriptions to Documentation/dev-guide files Nate W 2020-12-03 17:55:14 -08:00
  • ab639b8d23 Adding weights to Documentation/learning files Nate W 2020-12-03 15:54:04 -08:00
  • 0c6cd0acf4 Adding weights to Documentation/dev-guide files Nate W 2020-12-03 15:37:34 -08:00
  • da19dfec8a Adding weights to Documentation/benchmark files Nate W 2020-12-03 17:03:04 -08:00
  • 403818680c Adding weights to Documentation/upgrades files Nate W 2020-12-03 16:18:55 -08:00
  • da40fc1ace Adding weights to Documentation/platforms files Nate W 2020-12-03 16:26:53 -08:00
  • 209ce9b2ef Adding weights to Documentation/triage files Nate W 2020-12-03 16:53:04 -08:00
  • bedad020eb Adding weights to main section files Nate W 2020-12-03 14:45:55 -08:00
  • e1969d9fbc Adding weights to Documentation/op-guide files Nate W 2020-12-03 16:06:39 -08:00
  • ca866c0242
    Merge pull request #12511 from randomizedcoder/failures.md Sahdev Zala 2020-12-03 20:02:09 -05:00
  • 53c03129db Adding weights to Documentation/learning files Nate W 2020-12-03 15:54:04 -08:00
  • 0c6357469d failures.md explicit cluster members note dseddon 2020-12-03 15:47:07 -08:00
  • 2f7d75ec52 Merge branch 'master' of github.com:randomizedcoder/etcd dseddon 2020-12-03 13:50:00 -08:00
  • 613ce3defd failures.md explicit cluster members note dseddon 2020-12-03 13:49:42 -08:00
  • 6cf77a233c
    Update failures.md, removing brackets randomizedcoder 2020-12-03 08:56:53 -08:00