Commit Graph

  • 5c3a3db2d8 refactor(server): treat Server as an http.Handler Brian Waldon 2014-01-20 16:24:58 -0800
  • 074099a1b2 refactor(cors): Simplify corsInfo struct Brian Waldon 2014-01-20 16:10:49 -0800
  • a2ee620394 refactor(raft): init raft transporter & server in main Brian Waldon 2014-01-20 12:42:13 -0800
  • ffa2b07dc4 refactor(transporter): Pass in everything the transporter needs Brian Waldon 2014-01-20 11:39:41 -0800
  • 60bbc57aeb refactor(transporter): pass in timeouts Brian Waldon 2014-01-20 11:29:05 -0800
  • 86718167e8 refactor(peer_server): move stats construction to factories Brian Waldon 2014-01-20 11:07:46 -0800
  • 7bd4d05a38 refactor(peer-server): move listener init out of peer_server.go Brian Waldon 2014-01-20 10:38:36 -0800
  • d0c4916fe9 refactor(server): move listener init out of server.go Brian Waldon 2014-01-20 09:59:33 -0800
  • 91fc6aabd2 chore(gofmt): Run gofmt Brian Waldon 2014-01-18 10:10:06 -0800
  • c0ff8f6026 chore(imports): Shift around some imports Brian Waldon 2014-01-18 10:09:54 -0800
  • a93d60be90 refactor(cors): Break apart CORS data and middleware Brian Waldon 2014-01-17 20:04:10 -0800
  • c47760382e refactor(Server): Use a config struct in Server Brian Waldon 2014-01-15 23:24:14 -0800
  • 9c8a23c333 refactor(PeerServer): Use a config struct in PeerServer Brian Waldon 2014-01-15 23:17:04 -0800
  • 91f768f9ae refactor(cors): Rename cors_handler.go to cors.go Brian Waldon 2014-01-17 19:28:00 -0800
  • 6c48466bfe Merge pull request #500 from drusellers/patch-2 Brandon Philips 2014-01-22 09:26:44 -0800
  • 5bf667851c adding .net client to the matrix Dru Sellers 2014-01-22 10:00:22 -0600
  • d77e3a203f Merge pull request #499 from drusellers/patch-1 Brandon Philips 2014-01-22 07:29:09 -0800
  • c32dfa013d adding .net client Dru Sellers 2014-01-22 09:24:54 -0600
  • 6b70efbe30 Merge pull request #498 from tobz/actually-hidden-keys Xiang Li 2014-01-22 06:52:31 -0800
  • 641edd4e6e test(store): group together all store tests that deal with hidden keys tobz 2014-01-22 09:29:53 -0500
  • 823fdfab12 fix(store): make isHidden see if any portion of the path is hidden, not just the last element tobz 2014-01-22 09:29:33 -0500
  • 0cacb6cba4 test(store): exercise watchers receiving notifications of non-hidden keys within hidden directories tobz 2014-01-22 09:20:57 -0500
  • 7a948746a8 fix(store): move logic to handle whether or not to notify (re: hidden keys) entirely into watcher hub tobz 2014-01-22 09:02:42 -0500
  • 1273875a00 fix(mod/lock): Use CreatedIndex in the first node to watch TANABE Ken-ichi 2014-01-22 19:48:42 +0900
  • 4c2942f9f9 fix(mod/lock): Use dedicated channel to shutdown goroutine properly TANABE Ken-ichi 2014-01-22 19:42:07 +0900
  • 139f59f7d1 fix(store): properly hide hidden keys from watchers, not just gets tobz 2014-01-21 20:26:56 -0500
  • 80c22a4fb2 fix(store/store_bench): don't use rand Brandon Philips 2014-01-21 17:01:26 -0800
  • a417782151 Merge pull request #483 from bcwaldon/metrics Brian Waldon 2014-01-21 14:17:03 -0800
  • e87f3231a1 Merge pull request #496 from bcwaldon/droneio Brandon Philips 2014-01-21 12:28:52 -0800
  • fe39288ebf test(ci): Replace travis.ci with drone.io Brian Waldon 2014-01-21 11:41:07 -0800
  • 97bc5b260d feat(metrics): Publish peer heartbeat events as metrics Brian Waldon 2014-01-17 16:26:14 -0800
  • 47f24d1088 bump(github.com/coreos/raft): bf7accb84ce4fe446983abffe00dd18a6b8cbc18 Brian Waldon 2014-01-21 11:18:36 -0800
  • 3a75d0a465 Merge pull request #493 from xiangli-cmu/bench_watcher Xiang Li 2014-01-21 07:35:18 -0800
  • 17c8f6d2e8 test(store_bench_test.go) add watch bench Xiang Li 2014-01-21 06:51:40 -0500
  • 7eaad5c8e0 feat(metrics): enable some metrics; push to graphite Brian Waldon 2014-01-17 16:22:21 -0800
  • 3e7c2dff96 feat(metrics): Add documentation and contrib scripts Brian Waldon 2014-01-17 16:15:54 -0800
  • 14c96306a0 feat(metrics): Add metrics pkg Brian Waldon 2014-01-17 16:15:23 -0800
  • d122ed3bcd Merge pull request #492 from rwindelz/fix-ttl Xiang Li 2014-01-20 09:28:38 -0800
  • 451e874696 Merge pull request #480 from xiangli-cmu/store_bench Xiang Li 2014-01-20 07:00:54 -0800
  • 290ca6bbc7 Merge pull request #491 from jkakar/master Brandon Philips 2014-01-19 21:53:26 -0800
  • a2e5bae951 fix(store): TTL should range 1..n rather than 1..n+1 rwindelz 2014-01-19 21:45:53 -0800
  • 054de85da2 feat(*): initial commit Brandon Philips 2014-01-19 12:25:11 -0800
  • 823e744ed9 - Fix typo. Jamu Kakar 2014-01-18 18:28:33 -0800
  • 35c89c7537 feat(metrics): Add github.com/rcrowley/go-metrics Brian Waldon 2014-01-17 16:12:09 -0800
  • 77887e8253 fix(bench): remove trailing slash Brandon Philips 2014-01-17 16:03:46 -0800
  • 1e6c0dee24 Merge pull request #488 from robszumski/master robszumski 2014-01-17 13:11:49 -0800
  • e89e42382a fix(docs): remove header Rob Szumski 2014-01-17 13:06:59 -0800
  • 184a5901e6 feat(docs): modify for sync to CoreOS website Rob Szumski 2014-01-17 12:25:36 -0800
  • 6f8b0dc7ef add delete bench Xiang Li 2014-01-17 15:18:11 +0800
  • 21f0c6f9d4 feat(store_bench) add set bench for different value sizes Xiang Li 2014-01-17 14:19:31 +0800
  • bd2b3793a6 Merge pull request #486 from philips/document-profiling-binary Brandon Philips 2014-01-16 17:09:43 -0800
  • 25caac370f bump(github.com/coreos/go-log): 70d039bee4b0e389e5be560491d8291708506f59 Brandon Philips 2014-01-16 16:56:10 -0800
  • 0c8329a3fb fix(scripts/test-cluster): use v2 flags and find the path for etcd Jared Ravetch 2014-01-16 11:28:42 -0800
  • 444b5d329c fix(Documentation/profiling): note about using the right binary Brandon Philips 2014-01-16 15:51:30 -0800
  • 7a7f6aea00 Merge pull request #479 from philips/add-debug-endpoint Brandon Philips 2014-01-16 11:28:52 -0800
  • b226b14eb2 add mem stats for sets benchmark Xiang Li 2014-01-16 16:06:18 +0800
  • 72b165ad4c Merge pull request #482 from bcwaldon/etcdbench Xiang Li 2014-01-15 22:37:33 -0800
  • bd04905154 fix(etcdbench): Check for error in etcdbench set operation Brian Waldon 2014-01-15 21:03:27 -0800
  • 471c40735c feat(etcdbench): Add -endpoint flag to etcdbench Brian Waldon 2014-01-15 12:08:29 -0800
  • c2d1dc4f51 add a setWithJson test Xiang Li 2014-01-16 09:16:33 +0800
  • 000290dc94 Merge pull request #481 from philips/fixup-test-cluster Brandon Philips 2014-01-15 17:15:53 -0800
  • 3f3a324108 fix(scripts/test-cluster): use ./bin/etcd now Brandon Philips 2014-01-15 17:15:18 -0800
  • 77477b3e43 feat(store/store_bench_test.go) add a benchmark for set operation of store pkg We randomly generage N 3 level keys. We benchmark the speed of setting each key into etcd store. Xiang Li 2014-01-16 09:03:42 +0800
  • c2077ed0b6 feat(server): add net/http/pprof endpoints Brandon Philips 2014-01-15 14:47:14 -0800
  • ceefa98c76 Merge pull request #476 from ekristen/master Brandon Philips 2014-01-15 10:39:38 -0800
  • d3fb9f0f0f etcd is in the bin directory, fixes bug with the docker image not working Erik 2014-01-15 12:46:09 -0500
  • d9088a5f18 Merge pull request #473 from bcwaldon/fix-peer-timeouts Xiang Li 2014-01-15 02:11:40 -0800
  • 87113f985f Merge pull request #472 from benbjohnson/fix-error-codes Xiang Li 2014-01-15 01:14:59 -0800
  • 4da933e4a4 Merge pull request #475 from philips/fixup-travis Brandon Philips 2014-01-14 22:41:34 -0800
  • 56909bb6a3 fix(travis): fixes from the third_party.go merge Brandon Philips 2014-01-14 22:22:19 -0800
  • ecd73acc01 Merge pull request #460 from philips/use-third-party.go Brandon Philips 2014-01-14 22:16:15 -0800
  • e2e0853492 fix(server/release_version): checkin to git Brandon Philips 2014-01-13 11:53:21 -0800
  • 0f97e3528a chore(build): use third_party.go Brandon Philips 2014-01-08 20:47:45 -0800
  • 89074ffcea Merge pull request #474 from jpetazzo/switch-to-go-1.2 Brandon Philips 2014-01-14 21:54:14 -0800
  • 6b14fe7747 Download and build Go 1.2 in the Dockerfile. Jérôme Petazzoni 2014-01-14 18:17:10 -0800
  • 48e36422b5 chore(gofmt): Run gofmt on server/config.go Brian Waldon 2014-01-14 09:18:09 -0800
  • 32df6f92fc fix(peer): Pass peer server timeouts through factory Brian Waldon 2014-01-14 08:53:02 -0800
  • cde184fdbf Fix mod/lock and mod/leader return error codes. Ben Johnson 2014-01-13 14:13:41 -0700
  • 97f1363afa Merge pull request #470 from ranjib/consistent_curl_examples Brandon Philips 2014-01-12 21:54:39 -0800
  • 8b8b8d74fe style(Documentation/api): keep curl based examples consistent and correct Ranjib Dey 2014-01-11 16:40:39 -0800
  • 5821a1390a Merge pull request #466 from bcwaldon/verbosity Xiang Li 2014-01-10 14:30:32 -0800
  • ae2130952b fix(config): Set VeryVerbose properly Brian Waldon 2014-01-10 11:44:09 -0800
  • b0cdf73565 feat(logging): Add VeryVeryVerbose opt to control raft trace info Brian Waldon 2014-01-10 11:42:51 -0800
  • c64c739fab Merge pull request #461 from xiangli-cmu/stream_watcher Ben Johnson 2014-01-10 08:42:31 -0800
  • feb6f2dad7 Merge pull request #465 from philips/add-note-that-the-dahboard-is-compiled-in Xiang Li 2014-01-10 06:10:36 -0800
  • 2c42271cea Merge pull request #18 from cenkalti/li Xiang Li 2014-01-10 06:07:14 -0800
  • 8597904bc2 feat(stream watchers) fix locking issue Cenk Alti 2014-01-10 16:04:23 +0200
  • 227ea57c37 Merge pull request #17 from cenkalti/li Xiang Li 2014-01-10 05:17:44 -0800
  • 5b924dfd4e feat(stream watchers) disable double chunking Cenk Alti 2014-01-10 15:09:35 +0200
  • 181805bb87 feat(Documentation/modules): note the dashboard is compiled in Brandon Philips 2014-01-09 17:57:14 -0800
  • 63c06d6c79 Merge pull request #463 from robszumski/master Brandon Philips 2014-01-09 17:07:12 -0800
  • 782166dadd feat(docs): make clustering examples more complete Rob Szumski 2014-01-09 14:37:04 -0800
  • 7bfd11679b Merge pull request #462 from xiangli-cmu/sync_cnt_for_snapshot Xiang Li 2014-01-09 05:29:18 -0800
  • f250649a5e fix(snapshot) count num of log entries rather than etcd transcations Xiang Li 2014-01-09 21:28:09 +0800
  • 629a827ee2 Merge pull request #16 from cenkalti/li Xiang Li 2014-01-09 04:21:26 -0800
  • c247d807af feat(stream watchers) end streaming if too many notifications Cenk Alti 2014-01-09 12:26:21 +0200
  • 22a25a18b3 feat(stream watchers) add stream watcher support Xiang Li 2014-01-09 15:28:33 +0800
  • 6b77b94127 Merge pull request #420 from benbjohnson/logging Xiang Li 2014-01-08 21:36:52 -0800
  • 2bfb8f5e4f Merge pull request #418 from xiangli-cmu/cancel_watcher Xiang Li 2014-01-08 21:34:32 -0800
  • dd6623be2f Merge pull request #454 from dsoprea/master Xiang Li 2014-01-08 21:32:59 -0800