Commit Graph

  • 6caae0fd2a let's not ignore shutdown errors Han Kang 2023-03-09 10:37:10 -08:00
  • b3bb996880
    Merge pull request #15420 from ahrtr/dependency_20230307 Marek Siarkowicz 2023-03-09 13:03:56 +01:00
  • 12d7a32974
    Merge pull request #15433 from jmhbnz/main Marek Siarkowicz 2023-03-09 13:01:52 +01:00
  • b4c499ed7a
    Update contributing docs with new codespaces developement option. James Blair 2023-03-09 22:28:25 +13:00
  • 4cdb91db15
    Merge pull request #15429 from jmhbnz/release-3.4-backport Benjamin Wang 2023-03-08 19:07:44 +08:00
  • b10adb6abe
    Merge pull request #15428 from jmhbnz/release-3.5-backport Benjamin Wang 2023-03-08 19:07:11 +08:00
  • 6bd7660079
    Merge pull request #15427 from jmhbnz/main Benjamin Wang 2023-03-08 19:06:12 +08:00
  • 51ea1c0abe
    Updated go to 1.19.7. James Blair 2023-03-08 22:46:34 +13:00
  • f0aa228dbf
    Updated go to 1.19.7. James Blair 2023-03-08 22:33:13 +13:00
  • 5b3497555f
    Updated go to 1.19.7. James Blair 2023-03-08 21:39:28 +13:00
  • 24f5d4a6fb
    Merge pull request #15201 from dbadoy/main Benjamin Wang 2023-03-08 14:46:58 +08:00
  • ebb5e74ace pkg/schedule:correct comparison for FIFO schedule test dbadoy4874 2023-03-08 13:18:05 +09:00
  • aaa8bfee99
    Merge pull request #15425 from fuweid/update-TestLeasingDeleteRangeContendTxn Benjamin Wang 2023-03-08 08:08:38 +08:00
  • 17a73ea4f7 Fix #15402 by moving grpc server from under http server Marek Siarkowicz 2023-03-03 15:02:38 +01:00
  • cc7640403a server: Fix cmux shutdown Marek Siarkowicz 2023-03-07 16:07:05 +01:00
  • 72a0c29655 server: Refactor common part of secure and insecure serve Marek Siarkowicz 2023-03-03 14:55:32 +01:00
  • 3419230eea tests/integration: Update TestLeasingDeleteRangeContendTxn Wei Fu 2023-03-07 22:35:37 +08:00
  • 1002346ceb
    etcd-mixin: Limit etcdDatabaseHighFragmentationRatio to 100MB+ Göran Gustafsson 2023-02-13 10:59:12 +01:00
  • 6bdb77cd18 server: Refactor common grpc gateway code Marek Siarkowicz 2023-03-03 14:43:47 +01:00
  • 9c922eaa69 server: Refactor common parts between secure and insecure serving Marek Siarkowicz 2023-03-03 14:32:29 +01:00
  • 20ece66eda test: Test etcd watch stream starvation under high read response load when sharing the same connection Marek Siarkowicz 2023-03-02 12:31:13 +01:00
  • bafc6566db etcdserver: process lease Renew request via raft when clusterVersion >= 3.6 Benjamin Wang 2023-03-07 18:38:36 +08:00
  • 67051dc936 lease: process renew request via raft Benjamin Wang 2023-03-07 14:52:16 +08:00
  • 8ba1e2628d lease: add a lease_new request into raft_internal.proto Benjamin Wang 2023-03-07 11:08:54 +08:00
  • 7ed1219861 dependency: bump golang.org/x/net to v0.8.0 Benjamin Wang 2023-03-07 06:52:07 +08:00
  • b53d63219a dependency: bump github.com/cheggaaa/pb/v3 to v3.1.2 Benjamin Wang 2023-03-07 06:17:01 +08:00
  • 636090ffec
    build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 dependabot[bot] 2023-03-06 18:06:16 +00:00
  • 8c07ae12c5
    build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 dependabot[bot] 2023-03-06 18:06:03 +00:00
  • 45211985d2
    build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependabot[bot] 2023-03-06 18:05:11 +00:00
  • 943762470f
    build(deps): bump github.com/cheggaaa/pb/v3 from 3.1.0 to 3.1.2 dependabot[bot] 2023-03-06 18:05:00 +00:00
  • e5d3192d8a
    build(deps): bump golang.org/x/text from 0.7.0 to 0.8.0 dependabot[bot] 2023-03-06 18:04:41 +00:00
  • 96e7328275
    build(deps): bump github.com/go-openapi/analysis in /tools/mod dependabot[bot] 2023-03-06 18:00:42 +00:00
  • 500cbd6998
    build(deps): bump github.com/go-openapi/strfmt in /tools/mod dependabot[bot] 2023-03-06 18:00:37 +00:00
  • b9984ac5a9
    build(deps): bump golang.org/x/net from 0.7.0 to 0.8.0 in /tools/mod dependabot[bot] 2023-03-06 18:00:16 +00:00
  • 41a69f1769
    build(deps): bump golang.org/x/tools from 0.5.0 to 0.6.0 in /tools/mod dependabot[bot] 2023-03-06 18:00:16 +00:00
  • 82b815dacb
    build(deps): bump github.com/go-openapi/spec in /tools/mod dependabot[bot] 2023-03-06 17:59:50 +00:00
  • 76a563608e
    Merge pull request #15408 from jmhbnz/main Marek Siarkowicz 2023-03-06 10:23:35 +01:00
  • 275e10bcf7
    Return default snapshot count to 10,000. James Blair 2023-03-06 20:21:03 +13:00
  • 7a98ab3ae0
    Merge pull request #15378 from chaochn47/auth_test_split_5 Benjamin Wang 2023-03-04 07:07:02 +08:00
  • 69ce1aab54
    Merge pull request #15405 from jmhbnz/main Benjamin Wang 2023-03-04 05:03:01 +08:00
  • c002e096b5 migration auth tests to common #5 Chao Chen 2023-02-23 14:29:54 -08:00
  • 28d965b578
    Merge pull request #15383 from jmhbnz/feat/add_devcontainer Benjamin Wang 2023-03-04 04:24:05 +08:00
  • 8c18bf8bc4
    Add CHANGELOG entries for 3.4 and 3.5 go version 1.19. James Blair 2023-03-04 08:47:56 +13:00
  • 85bd9d7719
    Merge pull request #15401 from tjungblu/racefix_15352 Marek Siarkowicz 2023-03-03 12:23:25 +01:00
  • 63964ec781 Fixing flaky TestLeasingDeleteRangeContendTxn Thomas Jungblut 2023-03-03 11:38:22 +01:00
  • 20eee55557
    Merge pull request #15333 from jmhbnz/release-3.4 Piotr Tabor 2023-03-03 11:11:04 +01:00
  • c602942246
    Merge pull request #15337 from jmhbnz/release-3.5 Piotr Tabor 2023-03-03 11:08:36 +01:00
  • d358e35f3e
    Merge pull request #15379 from chaochn47/auth_test_split_6 Piotr Tabor 2023-03-03 10:55:28 +01:00
  • c0f37bb5d5
    Merge pull request #15384 from xakdwch/main Piotr Tabor 2023-03-03 10:48:23 +01:00
  • dff5d1e996
    Merge pull request #15398 from xakdwch/feature-enhance Piotr Tabor 2023-03-03 10:47:09 +01:00
  • 2e0cafce29
    Merge pull request #15399 from ahrtr/dependency_20230303 Benjamin Wang 2023-03-03 17:41:11 +08:00
  • 56423eacd2 dependency: bump go.opentelemetry.io/otel to v1.14.0 Benjamin Wang 2023-03-03 15:44:47 +08:00
  • c767f429f0 rafthttp: replace inline code with existing function The isMsgApp function implements the judgment of the MsgApp message, use the isMsgApp function instead. xakdwch 2023-03-03 09:50:14 +08:00
  • 9783253788
    Add initial .devcontainer for go.19. James Blair 2023-03-03 07:03:25 +13:00
  • 573a159637 scripts: Add testing of etcd in local image as part of the release workflow. Prasad Chandrasekaran 2023-02-23 11:54:46 +05:30
  • 3cb6621778
    build(deps): bump github.com/go-stack/stack in /tools/mod dependabot[bot] 2023-03-02 09:18:54 +00:00
  • c9ab0a9bb1
    build(deps): bump github.com/inconshreveable/mousetrap in /tools/mod dependabot[bot] 2023-03-02 09:18:45 +00:00
  • 4cd2ac8388
    build(deps): bump go.mongodb.org/mongo-driver in /tools/mod dependabot[bot] 2023-03-02 09:18:38 +00:00
  • 0e1937437b
    build(deps): bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13 dependabot[bot] 2023-03-02 09:18:34 +00:00
  • 2aaa1c0e6e
    build(deps): bump github.com/mailru/easyjson in /tools/mod dependabot[bot] 2023-03-02 09:18:30 +00:00
  • fe08aefa2f
    build(deps): bump github.com/cespare/xxhash/v2 from 2.1.2 to 2.2.0 dependabot[bot] 2023-03-02 09:18:29 +00:00
  • 3bf9d0ee16
    build(deps): bump github.com/bmatcuk/doublestar/v4 in /tools/mod dependabot[bot] 2023-03-02 09:18:26 +00:00
  • 0096b029df
    build(deps): bump go.opentelemetry.io/otel/trace from 1.13.0 to 1.14.0 dependabot[bot] 2023-03-02 09:18:19 +00:00
  • 2ad48e0faa
    build(deps): bump github.com/benbjohnson/clock from 1.1.0 to 1.3.0 dependabot[bot] 2023-03-02 09:18:16 +00:00
  • 51a680ebef
    build(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 dependabot[bot] 2023-03-02 09:18:11 +00:00
  • 8629192636
    build(deps): bump github.com/VividCortex/ewma from 1.1.1 to 1.2.0 dependabot[bot] 2023-03-02 09:18:10 +00:00
  • d4acc0ad9f
    Merge pull request #15313 from serathius/dependabot-root Marek Siarkowicz 2023-03-02 10:17:29 +01:00
  • 8298ed8204 rpctypes: use status.Error() instead of status.New().Err() xakdwch 2023-03-02 10:47:09 +08:00
  • 6471b9e320 workflows: Remove non-root gomod dependabot rules and enable dependency-type all to ensure upgrade of indirect dependencies Marek Siarkowicz 2023-02-14 11:19:00 +01:00
  • b8d0ece478
    The node fails to restart after being removed Wind 2023-03-01 11:01:44 +08:00
  • d798816baf migrate auth tests to common #6 Chao Chen 2023-02-23 16:09:14 -08:00
  • c6beef8f0e
    Merge pull request #15376 from ahrtr/dependencies_20230228 Benjamin Wang 2023-02-28 16:52:01 +08:00
  • 5f872589cd dependency: bump golang.org/x/sync to v0.1.0 Benjamin Wang 2023-02-28 06:56:16 +08:00
  • bc55e615d2 dependency: bump golang.org/x/sys to v0.5.0 Benjamin Wang 2023-02-28 06:54:08 +08:00
  • 6af2c9dbfa dependency: bump golang.org/x/crypto to v0.6.0 Benjamin Wang 2023-02-28 06:51:55 +08:00
  • f333148da9 dependency: bump golang.org/x/time to v0.3.0 Benjamin Wang 2023-02-28 06:49:39 +08:00
  • d8b8127084 dependency: bump github.com/stretchr/testify from 1.8.1 to 1.8.2 Benjamin Wang 2023-02-28 06:44:33 +08:00
  • da4bf0f76f
    Merge pull request #15261 from ahrtr/memberlist_20230208 Benjamin Wang 2023-02-28 06:26:38 +08:00
  • bf22da3dc5
    build(deps): bump github.com/stretchr/testify in /tests dependabot[bot] 2023-02-27 18:06:40 +00:00
  • c61f2ce658
    build(deps): bump golang.org/x/time in /tests dependabot[bot] 2023-02-27 18:06:40 +00:00
  • b50ef2d881
    build(deps): bump golang.org/x/crypto in /tests dependabot[bot] 2023-02-27 18:06:35 +00:00
  • 586783e6ba
    build(deps): bump golang.org/x/sync in /tests dependabot[bot] 2023-02-27 18:06:28 +00:00
  • a467aa4ee2
    build(deps): bump golang.org/x/sys from 0.1.0 to 0.5.0 in /client/pkg dependabot[bot] 2023-02-27 18:06:16 +00:00
  • bf293d0dee
    build(deps): bump github.com/stretchr/testify in /client/v3 dependabot[bot] 2023-02-27 18:05:59 +00:00
  • 60a5c9bf0a
    build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 dependabot[bot] 2023-02-27 18:05:51 +00:00
  • 56ae10e8f1
    build(deps): bump github.com/stretchr/testify in /client/pkg dependabot[bot] 2023-02-27 18:05:51 +00:00
  • 5ed6623909
    build(deps): bump golang.org/x/time dependabot[bot] 2023-02-27 18:05:46 +00:00
  • 0456692c60
    build(deps): bump github.com/stretchr/testify in /server dependabot[bot] 2023-02-27 18:05:35 +00:00
  • bc6372f0df
    build(deps): bump golang.org/x/time in /server dependabot[bot] 2023-02-27 18:05:27 +00:00
  • ed1e6497c2
    build(deps): bump golang.org/x/crypto in /server dependabot[bot] 2023-02-27 18:05:22 +00:00
  • 246216d25e
    build(deps): bump github.com/stretchr/testify in /pkg dependabot[bot] 2023-02-27 18:04:02 +00:00
  • 5f027627f9
    build(deps): bump golang.org/x/time in /etcdctl dependabot[bot] 2023-02-27 18:03:19 +00:00
  • bd94117447
    build(deps): bump github.com/stretchr/testify in /api dependabot[bot] 2023-02-27 18:01:20 +00:00
  • 65eeb7ff17 server/auth: disallow creating empty permission ranges Hitoshi Mitake 2023-02-11 14:51:39 +09:00
  • 858d25c43b
    Merge pull request #15359 from serathius/robustness-rename Benjamin Wang 2023-02-27 06:58:51 +08:00
  • 21b1bdc8d3 tests: Run linearizability tests on arm64 Marek Siarkowicz 2023-02-13 20:19:32 +01:00
  • d475cf81a0 tests: Rename linearizability tests to robustness Marek Siarkowicz 2023-02-26 14:34:15 +01:00
  • cb2a22e5d1
    Merge pull request #15351 from chaochn47/auth_test_split_4 Marek Siarkowicz 2023-02-26 13:45:11 +01:00
  • baa21858c1
    Merge pull request #15358 from etcd-io/dependabot/go_modules/client/pkg/golang.org/x/sys-0.1.0 Benjamin Wang 2023-02-25 19:30:54 +08:00
  • 8aedd91a02
    build(deps): bump golang.org/x/sys in /client/pkg dependabot[bot] 2023-02-25 08:42:06 +00:00