Commit Graph

  • 822473bc31 etcdserverpb: add txns to requestop/responseop Anthony Romano 2017-06-02 18:09:54 -0700
  • 8b09309c81 Merge pull request #8147 from gyuho/monitoring Gyu-Ho Lee 2017-06-21 14:07:18 -0700
  • 1a2be432c5 etcdctl: --cluster flag using cluster endpoints for endpoint commands Anthony Romano 2017-06-20 15:24:50 -0700
  • 7ebcfcf871 Documentation: use 'etcd_disk_' metrics in monitoring Gyu-Ho Lee 2017-06-21 08:34:59 -0700
  • db0ca8963f test: run basic functional tests Gyu-Ho Lee 2017-06-19 15:51:21 -0700
  • 27a3356c74 etcd-tester: add 'exit-on-failure' Gyu-Ho Lee 2017-06-19 15:43:29 -0700
  • a40cdc7baa Merge pull request #8142 from gyuho/a Gyu-Ho Lee 2017-06-20 16:57:53 -0700
  • 20881bde05 Merge pull request #8128 from gyuho/functional-tester Gyu-Ho Lee 2017-06-20 16:20:11 -0700
  • 6e31901108 test: run basic functional tests Gyu-Ho Lee 2017-06-19 15:51:21 -0700
  • 7689a2535e etcd-tester: add 'exit-on-failure' Gyu-Ho Lee 2017-06-19 15:43:29 -0700
  • ca6d7bd836 Documentation/release: sign *.aci files Gyu-Ho Lee 2017-06-20 14:18:19 -0700
  • 1df8b90d67 Merge pull request #8121 from gyuho/health-check-service Gyu-Ho Lee 2017-06-20 13:07:52 -0700
  • 8ce2c79197 integration: add 'HealthClient.Check' test Gyu-Ho Lee 2017-06-20 10:28:43 -0700
  • 117a83c1bf Merge pull request #8140 from heyitsanthony/doc-curl-auth Anthony Romano 2017-06-20 10:59:39 -0700
  • 4526284326 mvcc: restore into tree index with one key index Anthony Romano 2017-06-17 19:36:07 -0700
  • 0b0b1992b8 mvcc: test restore and deletes with small chunk sizes Anthony Romano 2017-06-17 18:30:24 -0700
  • ed7ef5be8b mvcc: set db size metric on restore Anthony Romano 2017-06-16 11:27:34 -0700
  • ff5be50ee5 integration: test mvcc db size metric is set on restore Anthony Romano 2017-06-16 11:27:07 -0700
  • a032b3b914 v3rpc: treat nil txn request op as error Anthony Romano 2017-05-31 12:39:52 -0700
  • 9388a27649 dev-guide: add txn json example Anthony Romano 2017-05-31 12:00:16 -0700
  • af1d732916 e2e: test txn over grpc json Anthony Romano 2017-05-31 11:47:34 -0700
  • 939aa66b48 test: 'FAIL' on release binary download failure Gyu-Ho Lee 2017-06-19 08:30:42 -0700
  • 30029c0019 Merge pull request #8124 from heyitsanthony/crl Anthony Romano 2017-06-20 10:52:41 -0700
  • c1e3172e3a etcdserver/api/v3rpc: add default grpc health service Gyu-Ho Lee 2017-06-16 11:50:32 -0700
  • 71e6fe183f vendor: add 'grpc/health/*' Gyu-Ho Lee 2017-06-16 11:44:57 -0700
  • ac62c6c811 Merge pull request #8133 from gyuho/release-test Gyu-Ho Lee 2017-06-20 10:46:11 -0700
  • 8837719a8d dev-guide: add authentication example for grpc/json Anthony Romano 2017-06-20 10:06:02 -0700
  • 41e26f741b e2e: test rejecting CRL'd client certs Anthony Romano 2017-06-16 13:56:05 -0700
  • 798b14979c fixtures: add gencerts.sh, generate CRL Anthony Romano 2017-06-16 13:38:46 -0700
  • 87d16af2e2 embed: use transport TLS listener for client listener for CRLs Anthony Romano 2017-06-16 19:04:57 -0700
  • 7d7d1ae6a0 etcdmain: configure CRL file through command line Anthony Romano 2017-06-15 18:25:35 -0700
  • 322976bedc transport: CRL checking Anthony Romano 2017-06-15 18:25:00 -0700
  • a65e3c69a6 Merge pull request #8122 from yudai/fast_fail_proxy Xiang Li 2017-06-19 15:04:25 -0700
  • 66f553a96b Merge pull request #8127 from heyitsanthony/fix-restore Anthony Romano 2017-06-19 12:58:18 -0700
  • 8f8f550443 test: 'FAIL' on release binary download failure Gyu-Ho Lee 2017-06-19 08:30:42 -0700
  • 51a568aa81 mvcc: restore into tree index with one key index Anthony Romano 2017-06-17 19:36:07 -0700
  • 02164874d9 mvcc: test restore and deletes with small chunk sizes Anthony Romano 2017-06-17 18:30:24 -0700
  • 45fbac5544 Merge pull request #8025 from heyitsanthony/txn-cmp-range Anthony Romano 2017-06-18 11:11:43 -0700
  • df2cc4bc8c grpcproxy: Disable fast fail on lease grant call to cluster Iwasaki Yudai 2017-06-16 14:53:25 -0700
  • e475a4ea71 Merge pull request #8120 from heyitsanthony/restore-set-size-metric v3.2.0_plus_git v3.2.0+git Anthony Romano 2017-06-16 12:37:08 -0700
  • 8f34d0c8b6 clientv3/integration: test compare on range Anthony Romano 2017-06-01 18:15:37 -0700
  • 7ff6e62c56 namespace: prefix comparison range_end Anthony Romano 2017-06-05 15:19:01 -0700
  • aeb2dc03aa grpcproxy: invalidate cache on comparison range Anthony Romano 2017-06-05 15:18:33 -0700
  • fcf1abd23b clientv3: compare helper functions to set range/prefix Anthony Romano 2017-06-01 18:13:01 -0700
  • fafb054624 integration: test txn range comparisons Anthony Romano 2017-05-27 10:25:56 -0700
  • 8d7c29c732 etcdserver, etcdserverpb: Txn.Compare range_end support Anthony Romano 2017-05-27 10:06:33 -0700
  • 7f149d8fb6 mvcc: set db size metric on restore Anthony Romano 2017-06-16 11:27:34 -0700
  • a825709940 integration: test mvcc db size metric is set on restore Anthony Romano 2017-06-16 11:27:07 -0700
  • 1acc8090e3 Merge pull request #8110 from heyitsanthony/fix-test-sync-timeout Anthony Romano 2017-06-15 20:49:10 -0700
  • e962b0c849 Merge pull request #7909 from heyitsanthony/unptr-cfg Anthony Romano 2017-06-15 20:47:30 -0700
  • 44a6c2121b Merge pull request #7999 from hexfusion/grpc-gateway-auth Xiang Li 2017-06-15 19:22:00 -0700
  • 8fa96cb303 Merge pull request #8113 from heyitsanthony/code-of-conduct Anthony Romano 2017-06-15 19:18:24 -0700
  • 42584f84b4 *: add code of conduct Anthony Romano 2017-06-15 17:04:45 -0700
  • 03ab4d9cc5 Merge pull request #8108 from radhikapc/building-qa Anthony Romano 2017-06-15 16:48:50 -0700
  • 5fedaf2dd7 Merge pull request #7896 from gyuho/metadata-grpc Gyu-Ho Lee 2017-06-15 16:42:55 -0700
  • 5e059fd8dc *: use metadata Incoming/OutgoingContext Gyu-Ho Lee 2017-05-08 08:10:58 -0700
  • 0d0c0f3959 bill-of-materials: add google.golang.org/genproto Gyu-Ho Lee 2017-06-15 12:34:52 -0700
  • 5fe58228b4 vendor: update grpc-go v1.4.1, grpc-gateway v1.2.2 Gyu-Ho Lee 2017-06-15 16:39:59 -0700
  • b9a53db0c2 Merge pull request #8101 from gyuho/randomize-renew Gyu-Ho Lee 2017-06-15 16:29:47 -0700
  • 639687bb89 Merge pull request #8112 from gyuho/speakeasy-dep Gyu-Ho Lee 2017-06-15 16:10:21 -0700
  • 15b86d064d vendor: use tagged release 'bgentry/speakeasy' Gyu-Ho Lee 2017-06-15 16:09:46 -0700
  • b6b56160cd Merge pull request #8111 from heyitsanthony/version-probing Anthony Romano 2017-06-15 16:02:09 -0700
  • 703893f334 Merge pull request #8109 from heyitsanthony/faq-initial-peers Anthony Romano 2017-06-15 16:01:19 -0700
  • 099952136a Merge pull request #8107 from heyitsanthony/lock-faster Anthony Romano 2017-06-15 15:12:08 -0700
  • 52afc03d68 Documentation: removed an extra step for testing etcd Radhika Puthiyetath 2017-06-15 11:03:01 -0700
  • 6e74c335e2 vendor: update glide.yaml to use probing 0.0.1 Anthony Romano 2017-06-15 14:22:20 -0700
  • aa0e6b26c0 etcdserver: use RecorderStream for TestSyncTimeout to avoid missing action Anthony Romano 2017-06-15 13:40:31 -0700
  • 44422f3898 Documentation: update FAQ with entry about changing peer advertising Anthony Romano 2017-06-15 13:31:25 -0700
  • dcf52bbfac etcdserver, embed, integration: don't use pointer for ServerConfig Anthony Romano 2017-05-10 13:55:06 -0700
  • 95bc33f37f integration: remove lease exist checking on randomized expiry Gyu-Ho Lee 2017-06-15 01:52:05 -0700
  • 5bba05703c lease: randomize expiry on initial refresh call Gyu-Ho Lee 2017-06-14 16:08:16 -0700
  • 3365dd4ff0 Documentation/op-guide: fix failed RPC rate, leader election metrics Gyu-Ho Lee 2017-06-14 04:00:44 -0700
  • 037e33e833 Merge pull request #8093 from gyuho/grafana Gyu-Ho Lee 2017-06-15 11:59:03 -0700
  • 1748fe3eda Documentation/op-guide: fix failed RPC rate, leader election metrics Gyu-Ho Lee 2017-06-14 04:00:44 -0700
  • f5b96991a1 concurrency: fetch current lock holder when creating waitlist key Anthony Romano 2017-06-15 08:10:05 -0700
  • 1f206c027a Merge pull request #8106 from heyitsanthony/clarify-watch-comment Anthony Romano 2017-06-15 10:56:25 -0700
  • 3a37b68cda Merge pull request #8105 from nkovacs/its Xiang Li 2017-06-15 10:46:20 -0700
  • c27634c215 e2e: test auth over grpc json Sam Batschelet 2017-06-10 12:04:21 -0400
  • e5aa938fec scripts: generate swagger with authorization support Sam Batschelet 2017-06-10 12:02:12 -0400
  • 13d9438cf9 clientv3: clarify Watch close conditions Anthony Romano 2017-06-15 09:27:58 -0700
  • 66687da3ba *: grammar fixes, it's -> its Nikola Kovacs 2017-06-15 17:34:25 +0200
  • 0caab26310 auth: support "authorization" token for grpc-gateway Sam Batschelet 2017-06-10 11:58:39 -0400
  • ee0c805de2 Merge pull request #8099 from gyuho/rate-limit-lease-expiration Gyu-Ho Lee 2017-06-14 15:39:58 -0700
  • 0011b78bd5 lease: rate limit revoke runLoop Gyu-Ho Lee 2017-06-14 12:54:50 -0700
  • 959d55ae80 bill-of-materials: regenerate with multi licenses Gyu-Ho Lee 2017-06-13 08:51:37 -0700
  • 3e1992140a build-aci: Fix ACI image name Geoff Levand 2017-06-13 13:09:02 -0700
  • e6d26675e6 Merge pull request #8090 from glevand/for-merge-aci Gyu-Ho Lee 2017-06-14 08:41:58 -0700
  • e402606f02 build-aci: Fix ACI image name Geoff Levand 2017-06-13 13:09:02 -0700
  • 750dc7f157 Merge pull request #8088 from jbowens/snap-example Gyu-Ho Lee 2017-06-13 12:44:13 -0700
  • 74e020b715 contrib/raftexample: save snapshot to WAL first Jackson Owens 2017-06-12 13:56:01 -0700
  • 3993f37a26 Merge pull request #8081 from WIZARD-CXY/master Xiang Li 2017-06-13 10:56:04 -0700
  • e006e2dbcb Merge pull request #8087 from gyuho/bom Gyu-Ho Lee 2017-06-13 10:46:06 -0700
  • a7c33d48de bill-of-materials: regenerate with multi licenses Gyu-Ho Lee 2017-06-13 08:51:37 -0700
  • 4445996a38 Merge pull request #8084 from heyitsanthony/update-protobuf Anthony Romano 2017-06-12 19:09:49 -0700
  • 5ae04259c4 Documentation: alert.rules. fix labels bug chenxingyu 2017-06-12 21:46:28 +0800
  • b7741c6ecf Merge pull request #8083 from heyitsanthony/initial-cluster-warning Anthony Romano 2017-06-12 15:15:08 -0700
  • 4ebeba0e18 *: regen protofiles with latest protobuf tools Anthony Romano 2017-06-12 14:25:01 -0700
  • 2afd0a726f vendor: update github.com/gogo/protobuf and github.com/golang/protobuf Anthony Romano 2017-06-12 14:12:37 -0700
  • 7ff5b05004 etcdserver: better warning when initial-cluster doesn't match advertise urls Anthony Romano 2017-06-12 13:36:32 -0700
  • 933aa09b73 Merge pull request #8070 from heyitsanthony/etcdctl-cluster-health Anthony Romano 2017-06-09 14:57:03 -0700