swh:1:snp:d2871480d5f4e06baf16689eecc7e047c1f18981

sort by:
Revision Author Date Message Commit Date
6335fdc *: bump to v2.1.1 21 July 2015, 17:41:26 UTC
ca540b2 Merge pull request #3158 from yichengq/exp-auth docs: add experimental notice on auth doc 21 July 2015, 17:24:11 UTC
097ec0f docs: add experimental notice on auth doc Reasons for the notice: 1. No users have reported about their feedback about auth feature so far. 2. We haven't used it internally. 3. This is the first release that includes auth feature, so it is good to be more cautious. 21 July 2015, 17:23:23 UTC
ed44441 Merge pull request #3160 from ryandoyle/docs-nss-etcd docs: glibc NSS module for resolving names in etcd 21 July 2015, 00:53:08 UTC
d373645 docs: glibc NSS module for resolving names in etcd 21 July 2015, 00:33:23 UTC
d86e94b Merge pull request #3128 from yichengq/doc-watch-api docs: update watch API doc for clarity 20 July 2015, 21:54:26 UTC
d52cb2e docs: add watch command and correct the example 20 July 2015, 21:49:01 UTC
40681bd Merge pull request #3146 from a-robinson/snap snap: Record the snapshot save duration on success rather than only on error 16 July 2015, 22:03:33 UTC
7d38115 Merge pull request #3148 from yichengq/update-contact Update contact section in README.md 16 July 2015, 22:01:54 UTC
f8baa4e Merge pull request #3138 from barakmich/auth_doc documentation: Add authentication walkthrough with etcdctl. Fixes #2949 16 July 2015, 20:41:15 UTC
9b962c8 README: let roadmap point to ROADMAP.md 16 July 2015, 19:58:13 UTC
c1aed32 README: update irc channel to #etcd 16 July 2015, 19:52:26 UTC
57a5520 snap: Record the snapshot save duration on success rather than only on error. It makes more sense to record the latency of successes (or all attempts) than of only a particular failure case. 16 July 2015, 17:46:47 UTC
452a327 documentation: Add authentication walkthrough with etcdctl. Fixes #2949 15 July 2015, 19:54:26 UTC
ebbb0ca Merge pull request #3136 from yichengq/fix-proxy-doc docs: fix wrong proxy command 15 July 2015, 18:30:07 UTC
d0e976a docs: fix wrong proxy command 15 July 2015, 15:37:10 UTC
d0e3e2c Merge pull request #3131 from yichengq/remove-header-timeout discovery: remove ResponseHeaderTimeout when discovery 14 July 2015, 23:50:36 UTC
1db1761 discovery: remove ResponseHeaderTimeout when discovery The discovery service doesn't return HTTP header early when watch starts. This may trigger ResponseHeaderTimeout and cause the watch request failed. The fix on discovery service may take some time. Remove the ResponseHeaderTimeout first so it behaves as before. 14 July 2015, 23:33:28 UTC
f52db1c docs: add back original example w/index=prevIndex 14 July 2015, 06:04:39 UTC
b94f659 docs: rewrite existing docs instead of adding a new section @xiang90 pointed out my earlier commit duplicated a lot of things that were mentioned earlier in the doc. This time around I tried just making some gotchas more explicit in the existing docs instead of just tacking new stuff onto the end. 14 July 2015, 06:03:59 UTC
953a59d Merge pull request #3127 from yanana/emend-error-message etcdmain: emend configuration error message 14 July 2015, 05:46:08 UTC
d7276d6 etcdmain: emend configuration error message etcd shows an odd message on configuration error like this (partially): ``` ... discovery or bootstrap flags are setChoose one of ... ^^^^^^^^^ ``` This commit fixes the message format problem. 14 July 2015, 05:42:49 UTC
d80f4c8 Merge pull request #3125 from yichengq/doc-tuning docs: update tuning.md to match today's situation 13 July 2015, 23:52:11 UTC
8b7c600 docs: update tuning.md to match today's situation 1. etcd requires that election-timeout >= 5 * heartbeat-interval 2. etcd doesn't have flag -snapshot 13 July 2015, 23:35:30 UTC
7a520bb Merge pull request #3121 from yichengq/extend-schedule pkg/testutil: extend wait schedule time to 10ms 13 July 2015, 22:23:36 UTC
1624235 pkg/testutil: extend wait schedule time to 10ms Waiting 3ms is not long enough for schedule to work well. The test suite may fail once per 200 times in travis due to this. Extend this to 10ms to ensure schedule could work. Now it could run 1000 times successfully in travis. 13 July 2015, 16:05:40 UTC
5be545b Merge pull request #3077 from yichengq/fix-test-sync etcdserver: init raft internal var early 10 July 2015, 21:44:52 UTC
c7a9493 Merge pull request #3113 from xiang90/fix_proxy_bt etcdmain: proxy ignores discovery if it is initialized 10 July 2015, 20:12:45 UTC
dedabdd etcdmain: proxy ignores discovery if it is initialized 10 July 2015, 19:52:24 UTC
61e9b99 Merge pull request #2417 from kelseyhightower/improve-etcdctl-ls-command-help etcdctl: update the ls subcommand help to match behavior 09 July 2015, 17:33:19 UTC
4631b72 Merge pull request #3105 from xiang90/rd doc: add rolling upgrade doc for 2.1 09 July 2015, 17:27:05 UTC
1145258 doc: add rolling upgrade doc for 2.1 07 July 2015, 20:20:41 UTC
8ab388f Merge pull request #3001 from mwitkow-io/feature/rich_metrics Etcd Rich Metrics 07 July 2015, 15:12:06 UTC
7bca757 *: add metrics to `store` and `proxy`. 07 July 2015, 15:01:51 UTC
573f62f Merge pull request #3101 from yichengq/check-err integration: always check error for function calls 07 July 2015, 01:10:31 UTC
e7ed7a7 integration: always check error for function calls 07 July 2015, 00:44:36 UTC
121ff46 Merge pull request #3097 from philips/tls-churn-faq Documentation/security: add FAQ about peer TLS and etcd 2.0.x 04 July 2015, 22:30:42 UTC
83fe818 Documentation/security: add FAQ about peer TLS and etcd 2.0.x etcd 2.0.x TLS can appear not to work on smaller machines with less horse-power or lots of other work going on. Document the timeout workaround. 04 July 2015, 22:28:47 UTC
cbe00e4 Merge pull request #2967 from webner/feature/proxy-config proxy: added endpoint refresh and timeout configuration values 03 July 2015, 18:51:15 UTC
954e416 proxy: fixed director.go formatting 03 July 2015, 12:11:40 UTC
883bb47 Merge pull request #3074 from xiang90/storage_restore storage: correctly restore create and ver 30 June 2015, 16:20:19 UTC
eff67af Merge pull request #3081 from xiang90/storage_fix storage: fix small issues 30 June 2015, 05:05:46 UTC
585e74a Merge pull request #3080 from xiang90/rpc add gRPC etcd service 30 June 2015, 05:04:47 UTC
f8b947a storage: fix small issues 30 June 2015, 05:02:21 UTC
2fb8347 etcdserver: add rpc proto 30 June 2015, 03:00:09 UTC
436bacd *: introduce grpc dependency 30 June 2015, 01:59:00 UTC
718cb18 Merge pull request #3079 from xiang90/gogo *: resolve proto warnings 30 June 2015, 01:50:49 UTC
581ef05 *: resolve proto warnings 30 June 2015, 01:39:46 UTC
621b43b Merge pull request #3078 from xiang90/gogo update gogoprotobuf dependency 29 June 2015, 23:59:08 UTC
13f44e4 *: update generated proto code 29 June 2015, 23:45:25 UTC
59b479e godep: update gogo version 29 June 2015, 23:08:04 UTC
7f95780 etcdserver: init raft internal var early Its `stopped`/`done` should be created always before being used in defer in server loop. It fixes the race detected when running TestSyncTrigger. 29 June 2015, 22:34:15 UTC
235aef5 *: bump to v2.1.0-rc.0+git 29 June 2015, 21:02:40 UTC
00c32ef *: bump to v2.1.0-rc.0 29 June 2015, 21:02:39 UTC
9884c9d Merge pull request #3075 from yichengq/fix-windows Godeps/capnslog: bump to 99f6e6b8f8ea30b0f82769c1411691c44a66d015 29 June 2015, 21:02:16 UTC
207b67c Godeps/capnslog: bump to 99f6e6b8f8ea30b0f82769c1411691c44a66d015 It fixes windows building problem. 29 June 2015, 20:47:21 UTC
433f2ee storage: correctly restore create and ver Add a restore func to correctly restore create reversion and version of keys for the index. 29 June 2015, 20:44:43 UTC
8d3e3ff Merge pull request #3073 from xiang90/storage_ver storage: save version 29 June 2015, 20:19:02 UTC
ccca2b0 storage: save version 29 June 2015, 20:15:09 UTC
bd84e67 Merge pull request #3061 from yichengq/fix-stream-test rafthttp: fix TestStream uses outdated stream 29 June 2015, 18:15:29 UTC
f421eae Merge pull request #3071 from yichengq/rename-rafthttp-metrics rafthttp: message_sent_latency metrics: channel -> sendingType 29 June 2015, 17:58:36 UTC
e01d53b Merge pull request #2979 from xiang90/fix_sendapp raft: fix panic in send app 29 June 2015, 17:49:04 UTC
28342ae rafthttp: avoid TestStream to use outdated stream The original test code before fb4b0b5cf075212f79fcdfa58533915a29c0912d doesn't work because reader side may update the stream, while writer side writes message to the old stream and fails. This PR removes unnecessary call to set term, and avoids this problem to happen on term > 1 in the future. 29 June 2015, 17:46:54 UTC
2afa668 Merge pull request #3069 from yichengq/init-term rafthttp: support to init term when adding peer 29 June 2015, 17:45:53 UTC
6068761 rafthttp: message_sent_latency metrics: channel -> sendingType Better naming. 29 June 2015, 17:44:40 UTC
4430a80 Merge pull request #3063 from yichengq/fix-create-root etcdserver/auth: fix return value when creating root user 29 June 2015, 17:29:23 UTC
bb287fa Merge pull request #3051 from yichengq/doc-rafthttp-metrics docs: doc metrics used in rafthttp package 29 June 2015, 17:22:50 UTC
fb4b0b5 rafthttp: support to init term when adding peer So it doesn't need to build term-0 stream with the remote first, then update it. 29 June 2015, 17:20:48 UTC
2e41b4f etcdserver/auth: fix return value when creating root user Before: ``` $ curl http://127.0.0.1:4001/v2/auth/users/root -XPUT -d '{"user": "root", "password": "root"}' {"user":"root","roles":null} ``` After: ``` {"user":"root","roles":["root"]} ``` 28 June 2015, 06:16:54 UTC
c069119 Merge pull request #3067 from xiang90/storage_created_mod storage: save created index and modified index 28 June 2015, 06:11:05 UTC
fcdd977 docs: explain label in rafthttp metrics 26 June 2015, 22:51:39 UTC
4581064 storage: save created index and modified index 26 June 2015, 19:10:26 UTC
3e455ed Merge pull request #3062 from yichengq/fix-auth-doc docs: fix typos in auth_api.md 26 June 2015, 00:54:05 UTC
9c695dc docs: fix typos in auth_api.md 26 June 2015, 00:37:16 UTC
acca9cc Merge pull request #3047 from barakmich/auth_cov auth: improve test coverage 25 June 2015, 18:47:22 UTC
39c10d1 auth: improve test coverage 25 June 2015, 18:25:08 UTC
3d4642c Merge pull request #3059 from yichengq/fix-wait-stress-test pkg/wait: extend timeout to check closed channel 25 June 2015, 18:16:54 UTC
35d0839 Merge pull request #3057 from yichengq/fix-snap-test etcdserver: fix TestTriggerSnap 25 June 2015, 17:51:36 UTC
a347e1e Merge pull request #3058 from yichengq/fix-purge pkg/fileutil: fix TestPurgeFile 25 June 2015, 17:50:36 UTC
eea7f28 pkg/wait: extend timeout to check closed channel It is possible to trigger the time.After case if the timer went off between time.After setting the timer for its channel and the time that select looked at the channel. So it needs to be longer. refer: https://groups.google.com/forum/#!topic/golang-nuts/1tjcV80ccq8 25 June 2015, 17:43:12 UTC
4c8408f docs: doc metrics used in rafthttp package 25 June 2015, 17:38:36 UTC
107263e pkg/fileutil: fix TestPurgeFile It needs to wait longer for file to be detected and removed sometimes. 25 June 2015, 17:09:20 UTC
5d131ac etcdserver: fix TestTriggerSnap Before checking, it needs to wait for snapshot goroutine to finish its work. 25 June 2015, 16:58:36 UTC
2ace106 Merge pull request #3050 from yichengq/doc-bench-tool docs/benchmarks: doc benchmark tool 25 June 2015, 15:15:02 UTC
ca2ea1b Merge pull request #3048 from ecnahc515/documentation_improvements Documentation: Refer back between name and initial-cluster options 24 June 2015, 22:22:46 UTC
0949cc0 docs/benchmarks: doc benchmark tool 24 June 2015, 22:11:08 UTC
ea2c203 Documentation: Refer back between name and initial-cluster options 24 June 2015, 21:10:42 UTC
44fda79 Merge pull request #3046 from xiang90/metrics refactor metrics 24 June 2015, 20:58:28 UTC
9aeb181 snap: add namespace and subsystem fields for metrics 24 June 2015, 20:46:43 UTC
c221844 Merge pull request #3024 from xiang90/fix_discovery discovery: add timeouts for discovery client 24 June 2015, 20:44:21 UTC
52c2a57 etcdserver: fix typo in metrics.go 24 June 2015, 19:42:40 UTC
b3cb5f9 Merge pull request #3043 from xiang90/update_auth_doc auth: update the auth doc 24 June 2015, 06:19:02 UTC
96c0c7a Merge pull request #3044 from xiang90/fix_auth_update_role auth: do not allow update root role 24 June 2015, 05:43:28 UTC
030d1bb auth: do not allow update root role 24 June 2015, 03:15:08 UTC
403fad1 auth: update the auth doc 24 June 2015, 03:02:48 UTC
c0b5cc6 Merge pull request #3041 from xiang90/auth_u etcdhttp: improve user endpoint validation 23 June 2015, 22:58:03 UTC
94f8152 Merge pull request #3042 from yichengq/fix-addr-in-use integration: fix bind-addr-in-use 23 June 2015, 22:57:50 UTC
88b69a5 Merge pull request #3030 from yichengq/fix-fallback-case etcdmain: fix the check in fallback-to-proxy case 23 June 2015, 21:48:45 UTC
8e79fd8 integration: fix bind-addr-in-use The bug happens when restarted member wants to listen on its original port, but finds out that it has been occupied by some client. Use well-known port instead of ephemeral port, so client cannot occupy the listen port anymore. 23 June 2015, 21:47:21 UTC
e291dfd etcdhttp: improve user endpoint validation Giving both roles and grant/revoke is not allowed. Creating an existing user is not allowed. Updating a non-existing user is not allowed. 23 June 2015, 21:38:44 UTC
back to top