Commit Graph

  • 19c8fe9362
    build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.3 dependabot[bot] 2023-06-05 17:59:07 +00:00
  • 0969a485c6
    build(deps): bump github.com/BurntSushi/toml in /tools/mod dependabot[bot] 2023-06-05 17:59:01 +00:00
  • 3787d5157a
    build(deps): bump github.com/mattn/go-sqlite3 in /tools/mod dependabot[bot] 2023-06-05 17:58:47 +00:00
  • 9518bd36e7
    build(deps): bump golang.org/x/tools from 0.9.1 to 0.9.3 in /tools/mod dependabot[bot] 2023-06-05 17:58:33 +00:00
  • 73db456d9f refactor tests to basically use the same logic Han Kang 2023-06-05 10:23:48 -07:00
  • 22f940ce92 add livez/readyz for etcd Han Kang 2023-06-05 10:04:25 -07:00
  • cdbc2c1f5d
    Merge pull request #16003 from jmhbnz/main Benjamin Wang 2023-06-05 18:17:25 +08:00
  • 4a2fdb8ba8
    Promote faqs in README.md. James Blair 2023-06-05 21:32:28 +12:00
  • 41b5e21748
    Add a checklist for reporting bugs, include faq link. James Blair 2023-06-05 21:32:03 +12:00
  • 337164ba4a
    Merge pull request #16004 from Azanul/main Marek Siarkowicz 2023-06-05 10:33:47 +02:00
  • 8cb3fab8d9
    Merge pull request #15966 from tao12345666333/yamlfmt Benjamin Wang 2023-06-05 08:30:56 +08:00
  • b46dc0a1e4
    Clean golang test cache Azanul 2023-06-05 05:49:03 +05:30
  • 3b7e1223ab
    Fix errors in README.md reported by markdownlint. James Blair 2023-06-04 22:39:48 +12:00
  • 9c02d763d4 Try out removing v2 applier Geeta Gharpure 2023-06-02 22:14:42 +00:00
  • 448f9ac3f5 Stop using v2store and v2applier from prod path Geeta Gharpure 2023-06-02 21:36:15 +00:00
  • 8da2a5bf46
    Merge pull request #15946 from ahrtr/dependency_rotato_20230524 Benjamin Wang 2023-06-03 05:28:05 +08:00
  • 9b0dd9760a Use new v2store for etcdserver. Bootstrap does not return a store Geeta Gharpure 2023-06-02 20:27:41 +00:00
  • b357759b90
    Backport updates for opentelemetry dependencies. James Blair 2023-06-03 08:00:51 +12:00
  • 930ecd28bb Remove v2store from bootstrap Geeta Gharpure 2023-06-02 18:52:34 +00:00
  • 004195bb6e
    Merge pull request #15997 from ahrtr/etcdctl_hashkv_20230602 Benjamin Wang 2023-06-02 16:21:29 +08:00
  • a9864d4edb etcdctl: update the description for flag '--rev' Benjamin Wang 2023-06-02 15:53:08 +08:00
  • 2db3039745 Update function signature of bootstrapBackend Geeta Gharpure 2023-06-02 04:49:00 +00:00
  • 8dcc34d5f2 Remove v2store from RaftCluster Geeta Gharpure 2023-06-02 02:21:41 +00:00
  • d9f149c024 Update function signature for recoverSnapshot Geeta Gharpure 2023-06-02 00:15:37 +00:00
  • 53b23d32db
    Merge pull request #15989 from jmhbnz/disable-arm64-ci-cache Benjamin Wang 2023-06-02 05:48:18 +08:00
  • 96056364bd Update RemoveMember func to only use be Geeta Gharpure 2023-06-01 17:17:24 +00:00
  • 41446dbad9
    Clean golang test cache before each arm64 ci test suite. James Blair 2023-06-01 20:30:48 +12:00
  • d15219c67c *: support downgrade from 3.5 Bogdan Kanivets 2023-06-01 01:15:41 -07:00
  • 5773d94c22
    Merge pull request #15957 from jmhbnz/strengthen-support-policy Marek Siarkowicz 2023-06-01 09:05:55 +02:00
  • 6e51502a01 Remove SetStore method on RaftCluster Geeta Gharpure 2023-06-01 06:03:56 +00:00
  • 338f747f20 Allow v2deprecation mode of write-only Geeta Gharpure 2023-05-31 23:28:53 +00:00
  • 8f887d3a79 ci: add fix-yamllint rule in Makefile Jintao Zhang 2023-06-01 09:06:36 +08:00
  • f7b83bd7a8 Disable v2 specific test. Revisit to rewrite for v3 Geeta Gharpure 2023-05-31 22:35:54 +00:00
  • 1bcd8c6b66 Stop recovering membership info from v2store data Geeta Gharpure 2023-05-31 20:40:03 +00:00
  • 7a1ae7306a Update backup command to not use SetStore Geeta Gharpure 2023-05-31 20:31:58 +00:00
  • 7dce3103b7 Update consumers of RaftCluster SetStore Geeta Gharpure 2023-05-31 19:31:02 +00:00
  • ea7d7f0dd3 update server unit tests Geeta Gharpure 2023-05-31 04:36:42 +00:00
  • 83735478f1 Update server tests Geeta Gharpure 2023-05-31 02:49:05 +00:00
  • 22855a9a48
    Merge branch 'etcd-io:main' into main geetasg 2023-05-30 19:30:01 -07:00
  • 0b4c9c65e6 Revert "Update backup command logic for saving membership to v2store" This reverts commit 19762670f55f129879751e4477b8aeba3e11a5be. Robustness test failed.. Geeta Gharpure 2023-05-31 02:28:07 +00:00
  • 19762670f5 Update backup command logic for saving membership to v2store Geeta Gharpure 2023-05-31 00:28:09 +00:00
  • 0ce660340e Refactor to create a function to return membership in v2 format Geeta Gharpure 2023-05-30 23:50:11 +00:00
  • dc2744fe5a Update RaftCluster tests Geeta Gharpure 2023-05-30 22:59:18 +00:00
  • d8d0f622b6 Remove SetStore from etcdutl snapshot restore path Geeta Gharpure 2023-05-30 22:24:23 +00:00
  • 0073fd4225
    Merge pull request #15984 from spzala/rolesdescription Sahdev Zala 2023-05-30 18:11:17 -04:00
  • ea47d5bec7 Update roles reference Sahdev Zala 2023-05-30 17:34:18 -04:00
  • b44cb38146 Adding comment to check back on v2discovery support Geeta Gharpure 2023-05-30 18:00:33 +00:00
  • b1df8c468f
    Merge pull request #15981 from fuweid/20230530-bump-deps Benjamin Wang 2023-05-30 13:38:51 +08:00
  • 98ebb67777
    Merge pull request #15980 from etcd-io/dependabot/github_actions/arduino/setup-protoc-1.3.0 Benjamin Wang 2023-05-30 13:37:05 +08:00
  • 59b8522687 dependency: bump github.com/mikefarah/yq/v4 from 4.33.3 to 4.34.1 in /tools/mod Wei Fu 2023-05-30 11:39:10 +08:00
  • 8321280f2a Deactivate v2store recovery for non-test only Geeta Gharpure 2023-05-29 21:13:48 +00:00
  • 543d3055a6 Stop v2 recovery during applySnapshot and bootstrap Geeta Gharpure 2023-05-29 20:28:26 +00:00
  • 42e2c9d4c9
    build(deps): bump arduino/setup-protoc from 1.2.0 to 1.3.0 dependabot[bot] 2023-05-29 18:00:17 +00:00
  • bd5d0a5bbb
    Merge pull request #15970 from etcd-io/dependabot/github_actions/github/codeql-action-2.3.5 Benjamin Wang 2023-05-29 17:44:51 +08:00
  • fb63f2c076
    build(deps): bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 dependabot[bot] 2023-05-29 06:15:04 +00:00
  • 8ff1657b3f
    build(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.19 dependabot[bot] 2023-05-29 06:14:41 +00:00
  • db5bf8f525
    build(deps): bump github.com/pelletier/go-toml/v2 in /tools/mod dependabot[bot] 2023-05-29 06:14:37 +00:00
  • 7d5f78cb3b
    build(deps): bump github.com/mikefarah/yq/v4 in /tools/mod dependabot[bot] 2023-05-29 06:14:30 +00:00
  • c489eeb003
    build(deps): bump go.opentelemetry.io/otel/exporters/otlp/internal/retry dependabot[bot] 2023-05-29 06:14:28 +00:00
  • 7e890983e9
    build(deps): bump github.com/prometheus/common from 0.43.0 to 0.44.0 dependabot[bot] 2023-05-29 06:14:11 +00:00
  • e5b7eaecd9
    build(deps): bump go.uber.org/atomic from 1.7.0 to 1.11.0 dependabot[bot] 2023-05-29 06:13:56 +00:00
  • 904e5072d6
    build(deps): bump github/codeql-action from 2.3.3 to 2.3.5 dependabot[bot] 2023-05-29 06:13:22 +00:00
  • 8b5ec05ede
    Merge pull request #15960 from tao12345666333/add-yamllint Marek Siarkowicz 2023-05-29 08:12:56 +02:00
  • fa9b70b5eb update conf change validation Geeta Gharpure 2023-05-29 03:14:49 +00:00
  • ef9b6a6280
    Strengthen etcd support policy. James Blair 2023-05-28 10:16:56 +12:00
  • 91359ba269 start refactoring recovery logic Geeta Gharpure 2023-05-27 03:30:00 +00:00
  • 7cc98e6392
    Merge pull request #15959 from serathius/robustness-watch-client Marek Siarkowicz 2023-05-26 17:45:57 +02:00
  • bcc06575fc e2e: add verbose error for gofail robustness test Preetham 2023-05-26 18:42:57 +05:30
  • 4d4984fde8
    Merge pull request #15939 from HubertZhang/backport-3.5-15021 Benjamin Wang 2023-05-26 18:22:41 +08:00
  • dd961320fe update changelog for #15939 Hubert Zhang 2023-05-26 10:18:35 +00:00
  • 1cec6d62b4 baseReadTx.UnsafeRange: make sure limit is 1 when endKey is nil qsyqian 2023-05-26 17:38:43 +08:00
  • b0b922cd71 ci: Introduce yamllint for actions workflow files Jintao Zhang 2023-05-26 16:34:23 +08:00
  • adac92b949 Add verification for consistent index Geeta Gharpure 2023-05-26 03:55:18 +00:00
  • bf903e5007
    Merge pull request #15927 from jmhbnz/run-arm64-in-container Benjamin Wang 2023-05-26 09:42:40 +08:00
  • 3413f2e08d
    Merge pull request #15908 from cuishuang/main Benjamin Wang 2023-05-26 09:41:01 +08:00
  • 16bf0f6641 tests/robustness: Use traffic.RecordingClient in watch Marek Siarkowicz 2023-05-25 22:11:11 +02:00
  • 09b8673200
    Merge pull request #15911 from mitake/onboarding Hitoshi Mitake 2023-05-25 23:15:59 +09:00
  • 08a4cd46fe Documentation: describe onboarding process Hitoshi Mitake 2023-05-16 22:12:14 +09:00
  • e11dee6498
    Merge pull request #15948 from fuweid/support-limit-for-range-benchmark Benjamin Wang 2023-05-25 18:45:05 +08:00
  • cdd9846b56
    Merge pull request #15947 from chaochn47/hash_doc Benjamin Wang 2023-05-25 18:44:49 +08:00
  • 82fc4258a7
    Merge pull request #15950 from lavacat/main-deps Benjamin Wang 2023-05-25 18:44:18 +08:00
  • b365f3cda4 tools/benchmark: support limit flag for range Wei Fu 2023-05-25 12:55:06 +08:00
  • ef91e8ae78 dependency: bump github.com/stretchr/testify from 1.8.2 to 1.8.3 Bogdan Kanivets 2023-05-24 23:58:13 -07:00
  • 4418e793a0 dependency: bump github.com/mgechev/revive from 1.3.1 to 1.3.2 in /tools/mod Bogdan Kanivets 2023-05-24 23:32:05 -07:00
  • 9e1e378e9e update code comments Chao Chen 2023-05-24 12:54:27 -07:00
  • 24b3ae9a17 add the rotation worksheet into the dependency management document Benjamin Wang 2023-05-24 19:55:30 +08:00
  • 04346e870f
    Merge pull request #15909 from serathius/robustness-unique-revision Marek Siarkowicz 2023-05-24 09:20:17 +02:00
  • 98117389d2 Fix test of clientv3/naming Hubert Zhang 2023-05-23 20:43:25 +00:00
  • f41ed2e5a2 Add downgrade test that creates snapshots and keys Geeta Gharpure 2023-05-23 18:52:23 +00:00
  • 67c272e8ba
    Merge pull request #15942 from cenkalti/plot Benjamin Wang 2023-05-24 05:22:52 +08:00
  • a4f8f56496
    Merge pull request #15938 from jmhbnz/clarify-initial-cluster Benjamin Wang 2023-05-24 05:17:22 +08:00
  • 2efecd1978
    benchmarks: pin dependencies of rw-heatmaps Cenk Alti 2023-05-23 14:24:41 -04:00
  • 0b2fd5c706
    Merge branch 'etcd-io:main' into main geetasg 2023-05-23 11:03:46 -07:00
  • 7a8bb94b60 Adding test for recovering old version from v2 snapshot taken by new version Geeta Gharpure 2023-05-23 17:38:01 +00:00
  • 4872b679a5 tests/robustness: Expect revions to be unique for Kubernetes Traffic Marek Siarkowicz 2023-05-16 12:34:01 +02:00
  • 2158f21ad5 clientv3/naming/endpoints: fix endpoints prefix bug fixes bug with multiple endpoints with same prefix Ramil Mirhasanov 2022-12-19 14:34:16 +03:00
  • b2ee9887d1
    Add example format for initial-cluster. James Blair 2023-05-23 21:15:38 +12:00
  • a0063d76e7
    Run arm64 robustness tests in a container. James Blair 2023-05-23 20:18:40 +12:00
  • 4153ecb93b
    Run arm64 e2e tests in a container. James Blair 2023-05-23 20:18:32 +12:00
  • bdfa70d02b
    Run arm64 unit and integration tests in a container. James Blair 2023-05-23 20:18:14 +12:00