Commit Graph

  • ffa2b07dc4 refactor(transporter): Pass in everything the transporter needs Brian Waldon 2014-01-20 11:39:41 -08:00
  • 60bbc57aeb refactor(transporter): pass in timeouts Brian Waldon 2014-01-20 11:29:05 -08:00
  • 86718167e8 refactor(peer_server): move stats construction to factories Brian Waldon 2014-01-20 11:07:46 -08:00
  • 7bd4d05a38 refactor(peer-server): move listener init out of peer_server.go Brian Waldon 2014-01-20 10:38:36 -08:00
  • d0c4916fe9 refactor(server): move listener init out of server.go Brian Waldon 2014-01-20 09:59:33 -08:00
  • 91fc6aabd2 chore(gofmt): Run gofmt Brian Waldon 2014-01-18 10:10:06 -08:00
  • c0ff8f6026 chore(imports): Shift around some imports Brian Waldon 2014-01-18 10:09:54 -08:00
  • a93d60be90 refactor(cors): Break apart CORS data and middleware Brian Waldon 2014-01-17 20:04:10 -08:00
  • c47760382e refactor(Server): Use a config struct in Server Brian Waldon 2014-01-15 23:24:14 -08:00
  • 9c8a23c333 refactor(PeerServer): Use a config struct in PeerServer Brian Waldon 2014-01-15 23:17:04 -08:00
  • 91f768f9ae refactor(cors): Rename cors_handler.go to cors.go Brian Waldon 2014-01-17 19:28:00 -08:00
  • 6c48466bfe Merge pull request #500 from drusellers/patch-2 Brandon Philips 2014-01-22 09:26:44 -08:00
  • 5bf667851c adding .net client to the matrix Dru Sellers 2014-01-22 10:00:22 -06:00
  • d77e3a203f Merge pull request #499 from drusellers/patch-1 Brandon Philips 2014-01-22 07:29:09 -08:00
  • c32dfa013d adding .net client Dru Sellers 2014-01-22 09:24:54 -06:00
  • 6b70efbe30 Merge pull request #498 from tobz/actually-hidden-keys Xiang Li 2014-01-22 06:52:31 -08:00
  • 641edd4e6e test(store): group together all store tests that deal with hidden keys tobz 2014-01-22 09:29:53 -05:00
  • 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 -05:00
  • 0cacb6cba4 test(store): exercise watchers receiving notifications of non-hidden keys within hidden directories tobz 2014-01-22 09:20:57 -05:00
  • 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 -05:00
  • 1273875a00 fix(mod/lock): Use CreatedIndex in the first node to watch TANABE Ken-ichi 2014-01-22 19:48:42 +09:00
  • 4c2942f9f9 fix(mod/lock): Use dedicated channel to shutdown goroutine properly TANABE Ken-ichi 2014-01-22 19:42:07 +09:00
  • 139f59f7d1 fix(store): properly hide hidden keys from watchers, not just gets tobz 2014-01-21 20:26:56 -05:00
  • 80c22a4fb2 fix(store/store_bench): don't use rand Brandon Philips 2014-01-21 17:01:26 -08:00
  • a417782151 Merge pull request #483 from bcwaldon/metrics Brian Waldon 2014-01-21 14:17:03 -08:00
  • e87f3231a1 Merge pull request #496 from bcwaldon/droneio Brandon Philips 2014-01-21 12:28:52 -08:00
  • fe39288ebf test(ci): Replace travis.ci with drone.io Brian Waldon 2014-01-21 11:41:07 -08:00
  • 8709dfb2f4 Merge 67770252f0c6f2e9594c20120490a95142687b34 into 3a75d0a465d5d57f35473c51e6c637b55777dc66 Brian Waldon 2014-01-21 11:49:56 -08:00
  • 67770252f0 test(ci): Replace travis.ci with drone.io Brian Waldon 2014-01-21 11:41:07 -08:00
  • 97bc5b260d feat(metrics): Publish peer heartbeat events as metrics Brian Waldon 2014-01-17 16:26:14 -08:00
  • 47f24d1088 bump(github.com/coreos/raft): bf7accb84ce4fe446983abffe00dd18a6b8cbc18 Brian Waldon 2014-01-21 11:18:36 -08:00
  • 3a75d0a465 Merge pull request #493 from xiangli-cmu/bench_watcher Xiang Li 2014-01-21 07:35:18 -08:00
  • 17c8f6d2e8 test(store_bench_test.go) add watch bench Xiang Li 2014-01-21 06:51:40 -05:00
  • 7eaad5c8e0 feat(metrics): enable some metrics; push to graphite Brian Waldon 2014-01-17 16:22:21 -08:00
  • 3e7c2dff96 feat(metrics): Add documentation and contrib scripts Brian Waldon 2014-01-17 16:15:54 -08:00
  • 14c96306a0 feat(metrics): Add metrics pkg Brian Waldon 2014-01-17 16:15:23 -08:00
  • d122ed3bcd Merge pull request #492 from rwindelz/fix-ttl Xiang Li 2014-01-20 09:28:38 -08:00
  • 451e874696 Merge pull request #480 from xiangli-cmu/store_bench Xiang Li 2014-01-20 07:00:54 -08:00
  • 290ca6bbc7 Merge pull request #491 from jkakar/master Brandon Philips 2014-01-19 21:53:26 -08:00
  • a2e5bae951 fix(store): TTL should range 1..n rather than 1..n+1 rwindelz 2014-01-19 21:45:53 -08:00
  • 2d3196c449 fix(build.ps1): windows build rwindelz 2014-01-19 13:55:39 -08:00
  • 3fdc89c783 fix(tests): windows issues gofmt rwindelz 2014-01-19 12:54:27 -08:00
  • 054de85da2 feat(*): initial commit Brandon Philips 2014-01-19 12:25:11 -08:00
  • 823e744ed9 - Fix typo. Jamu Kakar 2014-01-18 18:28:33 -08:00
  • dfaa915b3d fix(tests): windows issues rwindelz 2014-01-18 02:44:10 -08:00
  • dc47831efa fix(build, test): windows build and test rwindelz 2014-01-18 00:53:31 -08:00
  • 35c89c7537 feat(metrics): Add github.com/rcrowley/go-metrics Brian Waldon 2014-01-17 16:12:09 -08:00
  • 77887e8253 fix(bench): remove trailing slash Brandon Philips 2014-01-17 16:03:46 -08:00
  • 1e6c0dee24 Merge pull request #488 from robszumski/master robszumski 2014-01-17 13:11:49 -08:00
  • e89e42382a fix(docs): remove header Rob Szumski 2014-01-17 13:06:59 -08:00
  • 184a5901e6 feat(docs): modify for sync to CoreOS website Rob Szumski 2014-01-17 12:25:36 -08:00
  • 6f8b0dc7ef add delete bench Xiang Li 2014-01-17 15:18:11 +08:00
  • 21f0c6f9d4 feat(store_bench) add set bench for different value sizes Xiang Li 2014-01-17 14:19:31 +08:00
  • bd2b3793a6 Merge pull request #486 from philips/document-profiling-binary Brandon Philips 2014-01-16 17:09:43 -08:00
  • 25caac370f bump(github.com/coreos/go-log): 70d039bee4b0e389e5be560491d8291708506f59 Brandon Philips 2014-01-16 16:56:10 -08:00
  • 81214eb2c4 Merge 924dcb65c445f5bd54b12bfac81621a3919a1879 into 0c8329a3fbffc97da310236cf0353fd5d592e51b jravetch 2014-01-16 16:41:27 -08:00
  • 0c8329a3fb fix(scripts/test-cluster): use v2 flags and find the path for etcd Jared Ravetch 2014-01-16 11:28:42 -08:00
  • 924dcb65c4 fix(scripts/test-cluster): Forgot to use /home/jravetch/Projects/etcd/scripts for the other nodes Jared Ravetch 2014-01-16 16:36:17 -08:00
  • 94374098ee fix(scripts/test-cluster): Find the path for /bin/etcd instead of hardcoding Jared Ravetch 2014-01-16 16:13:05 -08:00
  • 444b5d329c fix(Documentation/profiling): note about using the right binary Brandon Philips 2014-01-16 15:51:30 -08:00
  • 7a7f6aea00 Merge pull request #479 from philips/add-debug-endpoint Brandon Philips 2014-01-16 11:28:52 -08:00
  • 877c54f7d6 fix(scripts/test-cluster): use v2 flags and relative path for etcd Jared Ravetch 2014-01-16 11:28:42 -08:00
  • b226b14eb2 add mem stats for sets benchmark Xiang Li 2014-01-16 16:06:18 +08:00
  • 72b165ad4c Merge pull request #482 from bcwaldon/etcdbench Xiang Li 2014-01-15 22:37:33 -08:00
  • bd04905154 fix(etcdbench): Check for error in etcdbench set operation Brian Waldon 2014-01-15 21:03:27 -08:00
  • 471c40735c feat(etcdbench): Add -endpoint flag to etcdbench Brian Waldon 2014-01-15 12:08:29 -08:00
  • c2d1dc4f51 add a setWithJson test Xiang Li 2014-01-16 09:16:33 +08:00
  • 000290dc94 Merge pull request #481 from philips/fixup-test-cluster Brandon Philips 2014-01-15 17:15:53 -08:00
  • 3f3a324108 fix(scripts/test-cluster): use ./bin/etcd now Brandon Philips 2014-01-15 17:15:18 -08:00
  • 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 +08:00
  • c2077ed0b6 feat(server): add net/http/pprof endpoints Brandon Philips 2014-01-15 14:47:14 -08:00
  • ceefa98c76 Merge pull request #476 from ekristen/master Brandon Philips 2014-01-15 10:39:38 -08:00
  • d3fb9f0f0f etcd is in the bin directory, fixes bug with the docker image not working Erik 2014-01-15 12:46:09 -05:00
  • d9088a5f18 Merge pull request #473 from bcwaldon/fix-peer-timeouts Xiang Li 2014-01-15 02:11:40 -08:00
  • d76d6e1c42 Merge 7aaeff3aa278a7372c719c5066ca0f5bf14bb642 into 87113f985fe102636f0224c80345d50faf41e792 Brian Waldon 2014-01-15 01:16:15 -08:00
  • 87113f985f Merge pull request #472 from benbjohnson/fix-error-codes Xiang Li 2014-01-15 01:14:59 -08:00
  • 4da933e4a4 Merge pull request #475 from philips/fixup-travis Brandon Philips 2014-01-14 22:41:34 -08:00
  • 56909bb6a3 fix(travis): fixes from the third_party.go merge Brandon Philips 2014-01-14 22:22:19 -08:00
  • ecd73acc01 Merge pull request #460 from philips/use-third-party.go Brandon Philips 2014-01-14 22:16:15 -08:00
  • e2e0853492 fix(server/release_version): checkin to git Brandon Philips 2014-01-13 11:53:21 -08:00
  • 0f97e3528a chore(build): use third_party.go Brandon Philips 2014-01-08 20:47:45 -08:00
  • 89074ffcea Merge pull request #474 from jpetazzo/switch-to-go-1.2 Brandon Philips 2014-01-14 21:54:14 -08:00
  • 6b14fe7747 Download and build Go 1.2 in the Dockerfile. Jérôme Petazzoni 2014-01-14 18:17:10 -08:00
  • 48e36422b5 chore(gofmt): Run gofmt on server/config.go Brian Waldon 2014-01-14 09:18:09 -08:00
  • 32df6f92fc fix(peer): Pass peer server timeouts through factory Brian Waldon 2014-01-14 08:53:02 -08:00
  • 7aaeff3aa2 chore(gofmt): Run gofmt on a subset of server/*.go Brian Waldon 2014-01-13 12:37:06 -08:00
  • f4501a02f8 feat(tcp): custom TCP listener using conn queue and keep-alive Brian Waldon 2014-01-13 12:34:39 -08:00
  • cde184fdbf Fix mod/lock and mod/leader return error codes. Ben Johnson 2014-01-13 14:13:41 -07:00
  • 4f7fcacb2a Merge 01402eb3a38aa137974516ae2a089f0cbb3aed6b into 97f1363afac5cfb3067082cc6f6cd34e2339fd3e Xiang Li 2014-01-13 10:21:53 -08:00
  • 97f1363afa Merge pull request #470 from ranjib/consistent_curl_examples Brandon Philips 2014-01-12 21:54:39 -08:00
  • 8b8b8d74fe style(Documentation/api): keep curl based examples consistent and correct Ranjib Dey 2014-01-11 16:40:39 -08:00
  • 01402eb3a3 feat(listener.go) own listener with default keep alive enable Xiang Li 2014-01-11 17:07:58 +08:00
  • 254cec2507 Merge cdb6b693dcdde4bd372d5f9992757ec0f488b403 into 5821a1390afde0264bd264391c137a82801a9a36 Brian Waldon 2014-01-10 15:09:58 -08:00
  • cdb6b693dc feat(server): Halt handling of disconnected clients Brian Waldon 2014-01-10 11:59:04 -08:00
  • 5821a1390a Merge pull request #466 from bcwaldon/verbosity Xiang Li 2014-01-10 14:30:32 -08:00
  • ae2130952b fix(config): Set VeryVerbose properly Brian Waldon 2014-01-10 11:44:09 -08:00
  • b0cdf73565 feat(logging): Add VeryVeryVerbose opt to control raft trace info Brian Waldon 2014-01-10 11:42:51 -08:00
  • c64c739fab Merge pull request #461 from xiangli-cmu/stream_watcher Ben Johnson 2014-01-10 08:42:31 -08:00
  • feb6f2dad7 Merge pull request #465 from philips/add-note-that-the-dahboard-is-compiled-in Xiang Li 2014-01-10 06:10:36 -08:00
  • 2c42271cea Merge pull request #18 from cenkalti/li Xiang Li 2014-01-10 06:07:14 -08:00