Commit Graph

  • 334e696f21
    Merge pull request #12878 from lilic/fix-docker-release Gyuho Lee 2021-04-19 10:12:42 -0700
  • c274aa5ea4
    Merge pull request #12849 from lilic/test-go-1-15 Piotr Tabor 2021-04-19 18:17:05 +0200
  • 51c28fc475 build.sh: Adjust building etcdctl to be same as etcd binary Lili Cosic 2021-04-19 17:48:23 +0200
  • 81652d16ef Makefile: Fix build-docker-release-master Lili Cosic 2021-04-19 17:46:36 +0200
  • 11249fdee9
    Merge pull request #12874 from ptabor/20210417-go1.16.3 Piotr Tabor 2021-04-19 16:51:49 +0200
  • 3423a949c0 Update go for 3.5: 1.15 -> 1.16.(3). Piotr Tabor 2021-04-17 12:21:14 +0200
  • 276ee962ec integration: Fix 'go test --tags cluster_proxy --timeout=30m -v ./integration/...' Piotr Tabor 2020-09-07 20:08:29 +0200
  • 8d1b8335e3 pkg/tlsutil: Adjust cipher suites for go 1.12 Lili Cosic 2021-04-15 15:06:07 +0200
  • c3f447a698 Fix pkg/tlsutil (test) to not fail on 386. Piotr Tabor 2021-02-08 20:38:06 +0100
  • 85e037d9c6 bill-of-materials.json: Update golang.org/x/sys Lili Cosic 2021-04-14 16:30:33 +0200
  • a1691be1bd .travis,test: Turn race off in Travis for go version 1.15 Lili Cosic 2021-04-13 16:03:23 +0200
  • df35086b6a integration : fix TestTLSClientCipherSuitesMismatch in go1.13 Vimal K 2019-09-06 01:02:57 +0100
  • eeefd614c8 vendor: Run go mod vendor Lili Cosic 2021-04-12 10:50:56 +0200
  • 4276c33026 go.mod,go.sum: Bump github.com/creack/pty that includes patch Lili Cosic 2021-04-12 10:45:22 +0200
  • cfc08e5f06 go.mod,go.sum: Comply with go v1.15 Lili Cosic 2021-04-12 10:28:04 +0200
  • 0b7e4184e8 etcdserver,wal: Convert int to string using rune() Lili Cosic 2021-04-12 10:23:02 +0200
  • 35bd924596 integration,raft,tests: Comply with go v1.15 gofmt Lili Cosic 2021-04-12 10:09:07 +0200
  • 62596faeed .travis.yml: Test with go v1.15.11 Lili Cosic 2021-04-09 11:40:42 +0200
  • 2cbd86b102 doc: fix branch management link qsyqian 2021-04-19 15:25:19 +0800
  • 2f77a1ac67
    Merge pull request #12864 from ssbostan/master Piotr Tabor 2021-04-18 17:44:07 +0200
  • 06ba0fc5a2
    Merge pull request #12846 from pyiyun/fix-snaptmpfile-bug Piotr Tabor 2021-04-17 12:58:46 +0200
  • 5ad8880d77 Makefile: Use gcloud auth configure-docker instead of gcloud docker. Piotr Tabor 2021-04-17 10:11:09 +0000
  • 97a8affdd3 fix util.go file Saeid Bostandoust 2021-04-17 14:24:56 +0430
  • 80586c5b47
    etcdserver/util.go: reduce memory when logging range requests (#12871) chao 2021-04-16 16:39:34 -0700
  • 5744cdf199
    Merge pull request #12870 from ptabor/20210416-fix-flake-TestSnapshotV3RestoreMultiMemberAdd-master Piotr Tabor 2021-04-16 21:49:46 +0200
  • 17b982382e Fix TestSnapshotV3RestoreMultiMemberAdd flakes (leaks) Piotr Tabor 2021-04-16 18:55:56 +0200
  • 28a490b09c etcdserver: remove temp files in snap dir when etcdServer starting When etcd exits abnormally, tmp files will remain in snap dir, so clean up tmp files in snap dir when etcdserver starting. pyiyun 2021-04-09 09:58:56 +0800
  • a9c4301c1e fix check datascale command for https endpoints Saeid Bostandoust 2021-04-16 03:51:04 +0430
  • f3c518025e
    Merge pull request #12861 from ptabor/20210413-test-logging-fixes Piotr Tabor 2021-04-16 00:07:35 +0200
  • b47c5fcc12 Address review comments a.d. logging. Piotr Tabor 2021-04-15 17:54:37 +0200
  • c73da740fa
    Merge pull request #12862 from lilic/enable-race Piotr Tabor 2021-04-15 17:37:03 +0200
  • 2843fded06 .travis.yaml: Enables race in the tests Lili Cosic 2021-04-15 14:06:45 +0200
  • fad6391745 Configure proper logging for grpc integration tests. Piotr Tabor 2021-04-14 12:31:37 +0200
  • d72f7ef5cc Give control to Embedded servers whether they override global loggers Piotr Tabor 2021-04-14 12:16:11 +0200
  • eafbc8c57e Update zap logging dependency. Piotr Tabor 2021-04-14 09:16:11 +0200
  • 57a092b45d
    Merge pull request #12859 from tomwilkie/fix-mixin Piotr Tabor 2021-04-13 23:05:52 +0200
  • d69e46ea47 Make ShouldApplyV3 an enum - not bool Piotr Tabor 2021-04-13 23:01:03 +0200
  • 562d645ac9
    Fix the mixin. Tom Wilkie 2021-04-13 19:38:55 +0100
  • 4388bfc925
    Merge pull request #12858 from hnlq715/patch-1 Piotr Tabor 2021-04-13 17:33:43 +0200
  • 5db0070150
    Update doc.go 大可 2021-04-13 22:22:42 +0800
  • d7e971e8d8
    client: fix doc typo 大可 2021-04-13 16:33:24 +0800
  • b1c04ce043 Applying consistency fix: ClusterVersionSet (and co) might get no applied on v2store Piotr Tabor 2021-04-10 11:42:15 +0200
  • 7f97dfd45a
    Merge pull request #12795 from wpedrak/resend-read-index-on-first-commit-in-term Piotr Tabor 2021-04-09 16:41:54 +0200
  • 08ea9cb756 etcdserver: integration test covering first commit in current term notification wpedrak 2021-03-31 11:04:19 +0200
  • 3991a8c9fa etcdserver: replace `forceVersionC` with `FirstCommitInTermNotify` wpedrak 2021-03-29 12:31:44 +0200
  • 3d485faac5 etcdserver: resend ReadIndex request on empty apply request wpedrak 2021-03-23 16:39:05 +0100
  • bad0b4d513
    Merge pull request #12823 from mtulio/chore/dash-var-refresh Piotr Tabor 2021-04-08 15:14:53 +0200
  • aeeecc06cf
    fix/dash-var-refresh: add const and description Marco Tulio R Braga 2021-04-08 10:09:01 -0300
  • 63c25bf378
    Merge pull request #12804 from ptabor/20210326-v3-publish Piotr Tabor 2021-04-08 09:22:22 +0200
  • e776efbb2a
    Merge pull request #12828 from ptabor/20210404-embed-etcd Piotr Tabor 2021-04-08 01:20:07 +0200
  • 5da9cac193 embed: etcd.Close() is closing Errc() channel as well. Piotr Tabor 2021-04-04 15:25:10 +0200
  • cc0f812f51 server_test.go: Use context.Background() instead of TODO in tests. Piotr Tabor 2021-04-07 20:38:16 +0200
  • d4a8093ea5 Switch release-test (upgrade test) to use etcd 3.4 (instead of 3.3) as upgrade-base. Piotr Tabor 2021-03-28 12:58:30 +0200
  • 931af493cf Merge pull request #12830 from ptabor/20210405-split-pkg Piotr Tabor 2021-04-08 00:48:41 +0200
  • 816d332d81
    Merge pull request #12830 from ptabor/20210405-split-pkg Piotr Tabor 2021-04-08 00:48:41 +0200
  • 24d2a9da70 test.sh: Turn off enforcement for minimal go.sum. Piotr Tabor 2021-04-07 20:26:10 +0200
  • e24e72c5c8
    Merge pull request #12836 from chalin/chalin-contrib-lock-2021-04-06 Piotr Tabor 2021-04-07 20:23:08 +0200
  • b7e5f5bc12
    Merge pull request #12839 from lilic/fix-go-version Piotr Tabor 2021-04-07 17:52:05 +0200
  • 91bed2e01f pkpkg/testutil/leak.go: Allowlist created by testing.runTests.func1 Lili Cosic 2021-04-07 17:20:52 +0200
  • b19eb0f339 vendor: Run go mod vendor Lili Cosic 2021-04-07 15:25:32 +0200
  • 8557cb29ba go.sum, go.mod: Run go mod tidy with go 1.12 Lili Cosic 2021-04-07 15:22:59 +0200
  • ef415e3fe1 go.mod: Pin go to 1.12 version Lili Cosic 2021-04-07 15:21:42 +0200
  • 3bb7acc8cf Migrate dependencies pkg/foo -> client/pkg/foo Piotr Tabor 2021-04-05 22:31:07 +0200
  • 7168409e6b
    Merge pull request #12829 from garenchan/dev/etcdctl-lock Piotr Tabor 2021-04-06 23:46:20 +0200
  • 2ba69de281 Contrib lock example Patrice Chalin 2021-04-06 15:21:01 -0400
  • c047ed593c etcdctl: lock return exit code of exec-command Sometimes we expect to get the exit code of the command being executed. garenchan 2021-04-05 11:55:55 +0800
  • 0b81fdf418 Move pkg/* used by client to client/pkg. Piotr Tabor 2021-04-05 20:36:38 +0200
  • dfb03aba0b
    Merge pull request #12826 from allenporter/reporting-bugs Piotr Tabor 2021-04-02 11:04:38 +0200
  • 1906cfdc48 etcdserver: Fix "reporting bugs" link in documentation, which currently 404s Allen Porter 2021-04-01 19:22:02 -0700
  • 82eae9227c
    Merge pull request #12803 from cwedgwood/metrics-3.4 Sam Batschelet 2021-04-01 08:17:37 -0400
  • 656dc63eab etcdserver: fix incorrect metrics generated when clients cancel watches Chris Wedgwood 2021-03-26 10:52:25 -0700
  • d2bc5343fb chore/dash-var-refresh: change default refresh to 2(time range) Marco Braga 2021-04-01 00:03:31 -0300
  • d18ac20080
    Merge pull request #12766 from mrajashree/master Piotr Tabor 2021-03-30 12:59:41 +0200
  • 30799c97be
    Merge pull request #12815 from dbavatar/release-3.4-peervalidation Piotr Tabor 2021-03-30 12:54:32 +0200
  • 16fe9a89ff
    Merge pull request #12816 from cwedgwood/3.4-relax-gate-timeout Piotr Tabor 2021-03-30 12:53:27 +0200
  • a49c7ec4fd
    Merge pull request #12817 from cwedgwood/3.4-changelog Piotr Tabor 2021-03-30 12:53:02 +0200
  • 5d05be31aa CHANGELOG-3.4 updates Chris Wedgwood 2021-03-29 11:38:25 -0700
  • 7899f76dce
    Merge pull request #12812 from hexfusion/bump-cl-3.2 Sam Batschelet 2021-03-29 14:30:21 -0400
  • c499d9b047 integration: relax leader timeout from 3s to 4s Chris Wedgwood 2021-03-29 10:17:44 -0700
  • b04477a580 CHANGELOG: release 3.2 Sam Batschelet 2021-03-28 18:58:22 -0400
  • a40a6e9ad8
    Merge pull request #12805 from ptabor/20210326-minor-test-fixes Sam Batschelet 2021-03-28 19:14:13 -0400
  • 52b81bb975
    Merge pull request #12807 from ptabor/20210327-update-cmux-stable Sam Batschelet 2021-03-28 19:12:43 -0400
  • 333b9f2656
    Merge pull request #12802 from hexfusion/test-bump-release-3.2 release-3.2 Sam Batschelet 2021-03-28 19:01:21 -0400
  • 7436c63a48 Dockerfile-test: use ubuntu LTS and build workaround for old go-tools Sam Batschelet 2021-03-28 14:54:47 -0400
  • 5caf504f40 test: bump golang to 1.12.17 for travis Sam Batschelet 2021-03-26 13:22:02 -0400
  • 7dc07f2a9b
    Merge pull request #12811 from hexfusion/cp-8469-release-3.2 v3.2.32 Sam Batschelet 2021-03-28 17:07:40 -0400
  • 7ec9c48a45 pkg/pbutil: Fix go vet errors Manjunath A Kumatagi 2017-08-30 17:35:43 +0530
  • 8ce82ff877
    Merge pull request #12809 from hexfusion/fix-logger Piotr Tabor 2021-03-28 21:33:47 +0200
  • 6064a0e39c raft: correctly pass arguments to Logger.Panic Sam Batschelet 2021-03-28 15:20:34 -0400
  • 578ffd5783
    Merge pull request #12790 from nvanbenschoten/reduce-raft-proto-size Piotr Tabor 2021-03-27 21:08:50 +0100
  • f290ab2e60 Update dependecies: Piotr Tabor 2021-03-27 20:48:33 +0100
  • c49807f59e Update cmux to 1.5.0. Piotr Tabor 2021-03-27 11:18:13 +0100
  • 7665bd764e scripts/update_dep.sh: Script to update selected versions of dependencies. Piotr Tabor 2021-03-27 11:16:29 +0100
  • 78f1a05493 version: 3.2.32 Sam Batschelet 2021-03-26 13:03:40 -0400
  • 55ccbe62a2 membership/cluster_test: Use zaptest logger. Piotr Tabor 2021-03-26 13:47:04 +0100
  • 03f55eeb2c Make NewTmpBackend use testing tmp location (so cleanup). Piotr Tabor 2021-03-26 13:19:49 +0100
  • 8ee1dd9e23
    Merge pull request #12735 from ptabor/20210227-reduce-store-v2-clean Piotr Tabor 2021-03-25 08:23:00 +0100
  • 4d4c84e014 server: Written Snapshot's to WAL contains populated ConfState. Piotr Tabor 2021-02-28 14:40:01 +0100
  • fce0c192eb Regenerate protos. Piotr Tabor 2021-02-28 14:39:41 +0100
  • 9180e8e56e wal: Update WAL Snapshot format to contain ConfState. Piotr Tabor 2021-02-28 14:38:24 +0100