Commit Graph

  • 05202c9ce9 feat(mod/dashboard): add cleaner urls for stats and browser Brandon Philips 2013-10-10 11:32:39 -07:00
  • a3b07f71d2 Merge pull request #212 from xiangli-cmu/newStore Ben Johnson 2013-10-10 10:15:12 -07:00
  • 4246d3a400 Merge pull request #213 from aterreno/master Xiang Li 2013-10-10 08:48:10 -07:00
  • 7a4968951d Merge cb323e95ff01f34fc0a453544265406e23ada8af into 302347426e7312d65c4accec0a07b88ad12d01dc Antonio Terreno 2013-10-10 05:46:49 -07:00
  • cb323e95ff Including clojure library Antonio Terreno 2013-10-10 13:43:51 +01:00
  • dcaadd5d1f Merge 255e14a5c416b06a84f6a4dd76f189e867ba01ea into b8e5794765fd81ce8f970a91d8a50a8575986130 Xiang Li 2013-10-09 20:50:59 -07:00
  • 255e14a5c4 refactor command.go,server.go: add raftWrapper as context, totally get rid of reference in command.go Xiang Li 2013-10-09 20:51:21 -07:00
  • 61899d62c5 refactor command.go: commands do not rely on the etcdStore singleton. So we can seprate command into a package in the furture. Xiang Li 2013-10-09 20:34:00 -07:00
  • 302347426e Merge pull request #210 from philips/add-version-flag Brandon Philips 2013-10-09 14:48:49 -07:00
  • 722b682d4a Merge af30cb87251d2a2b7d50a12eabdb7ede20b74b05 into f8b0c876f731cc18b9c87b42d0fe0ddecfa74f8a Brandon Philips 2013-10-09 14:27:13 -07:00
  • af30cb8725 feat(etcd): add version flag Brandon Philips 2013-10-09 14:26:49 -07:00
  • 1d6a6d20d1 feat(mod): introduce the /etcd/mod namespace Brandon Philips 2013-10-09 13:54:44 -07:00
  • b8e5794765 Merge remote-tracking branch 'xiangli-cmu/newStore' into 0.2 Brandon Philips 2013-10-09 12:28:55 -07:00
  • 4bf57537b5 refactor store.go remove extra assignment Xiang Li 2013-10-08 22:12:00 -07:00
  • e597947bd8 refactor store.go update Xiang Li 2013-10-08 22:10:18 -07:00
  • a030a41153 refactor store.go remove unwanted print Xiang Li 2013-10-08 22:01:22 -07:00
  • 75959f9948 refactor add node.ExpirationAndTTL Xiang Li 2013-10-08 21:49:10 -07:00
  • c3e2332479 refactor separate kvpair to kvpair.go; simplify sorting interface Xiang Li 2013-10-08 21:25:56 -07:00
  • f8b0c876f7 Merge pull request #208 from kelseyhightower/master Xiang Li 2013-10-08 15:31:39 -07:00
  • 3da0a63cee Merge 52d5773cc637e6f9524c0ae688a3ad16c3e067a0 into 44c16dd30d691a8a6d6b76358bb86152ec1ae11c Kelsey Hightower 2013-10-08 14:44:18 -07:00
  • 52d5773cc6 Add confd to list of projects using etcd kelseyhightower 2013-10-08 14:41:39 -07:00
  • 32f562a013 feat(mods): add README file Brandon Philips 2013-10-08 11:22:48 -07:00
  • 8ee0845631 chore(dashboard): move to the mod directory Brandon Philips 2013-10-08 11:17:12 -07:00
  • bed3980e9c fix(dashboard): add moment to bower dependencies Brandon Philips 2013-10-08 11:06:22 -07:00
  • d2904ae36e fix(dashboard): add d3 to bower Brandon Philips 2013-10-08 11:04:48 -07:00
  • 431eebf754 feat(dashboard): introduce the in memory handler Brandon Philips 2013-10-07 23:33:16 -07:00
  • 637650e2a9 feat(dashboard): inital commit of resources package Brandon Philips 2013-10-07 21:53:36 -07:00
  • 65948d531c bump(github.com/jteeuwen/go-bindata): 79847ab3e91ae5d2e1b18796c1795c78f29565d7 Brandon Philips 2013-10-07 16:49:50 -07:00
  • 52da2acffd feat(dashboard): Initial commit of frontend code Rob Szumski 2013-10-07 16:15:06 -07:00
  • 3c7f9215d1 comments node.go Xiang Li 2013-10-07 23:30:51 -07:00
  • 48e6137f46 fix node.go race between expire and update Xiang Li 2013-10-07 23:21:39 -07:00
  • a07802a347 refactor node.go; use once Xiang Li 2013-10-07 23:12:13 -07:00
  • a71838a59b refactor watcher.go Xiang Li 2013-10-07 22:17:58 -07:00
  • 84ea824b96 feat(dashboard/README): initial commit Brandon Philips 2013-09-27 16:49:03 -07:00
  • 5a4f096647 feat(etcd_handlers): add the dashboard URL Brandon Philips 2013-09-27 14:56:32 -07:00
  • 44c16dd30d Merge pull request #206 from philips/fixup-copyright Brandon Philips 2013-10-07 09:49:23 -07:00
  • 4c7232c20f Merge 41b9051686a946fc1f6255249479cc0e6d5f7940 into 5cc585af961844c4766340e9058fb8956cf5c41b Brandon Philips 2013-10-07 09:48:45 -07:00
  • 41b9051686 chore(*.go): add copyright notice Brandon Philips 2013-10-07 09:44:51 -07:00
  • 0facc24016 Merge remote-tracking branch 'xiangli-cmu/newStore' into 0.2 Brandon Philips 2013-10-06 11:39:49 -07:00
  • bf0a7533bd Merge baaaf24f709788568ed8ad13bbee1817989c8876 into 5cc585af961844c4766340e9058fb8956cf5c41b Xiang Li 2013-10-06 11:23:46 -07:00
  • baaaf24f70 (feat) v1 apt backward support Xiang Li 2013-10-06 11:23:52 -07:00
  • aba58db50a Merge 682410c66109aaf204eeae38291cf038b49039ee into 5cc585af961844c4766340e9058fb8956cf5c41b Chris Farmiloe 2013-10-05 18:21:17 -07:00
  • 682410c661 proof of concept for using ipv6-icmp echo request packets and multicast addresses to bolt-on link local autoconfiguration chrisfarms 2013-10-06 01:41:24 +01:00
  • 3be4a75135 fix: check whether net.Dial succeeds, otherwise we end up making a nil pointer on 'conn' Jesper Noehr 2013-10-05 10:47:46 -07:00
  • 5cc585af96 Merge pull request #201 from rca/master Xiang Li 2013-10-03 11:31:27 -07:00
  • ac6317949e Merge d64cf5f64c459d839e00482c4d4ada26e1186e34 into c988b1e5b0d4803f207a9dd746cbad6fec15aa20 Roberto Aguilar 2013-10-03 09:48:32 -07:00
  • d64cf5f64c Update README.md Roberto Aguilar 2013-10-03 12:45:26 -04:00
  • b8b81d5b03 feat(store) create node with incremental suffix. accept #190 in new API Xiang Li 2013-10-03 08:59:05 -07:00
  • f14ae570b6 Merge 1ff7777e01a950d9c75398812441f735d038f922 into c988b1e5b0d4803f207a9dd746cbad6fec15aa20 Evan Broder 2013-10-03 08:36:20 -07:00
  • 512dede9ce finish todo Xiang Li 2013-10-02 22:15:12 -07:00
  • c988b1e5b0 Merge pull request #199 from zined/update_documentation Xiang Li 2013-10-02 07:28:38 -07:00
  • fa0c2f28d2 Merge 5a7ba24790b1ce61f53053b6ce47a4ee0649ca62 into 9a5775cff024e1bb7505af4a547cc2d029630ca1 Deniz Adrian 2013-10-02 06:05:54 -07:00
  • 5a7ba24790 adopt documentation to implementation Deniz Adrian 2013-10-02 15:04:26 +02:00
  • 9412c86b97 fix wrong logic in event.go Xiang Li 2013-09-30 23:51:47 -07:00
  • 558d30f33f simplify lock Xiang Li 2013-09-30 23:18:52 -07:00
  • d2407dff9f Merge pull request #15 from evan-gu/newStore Xiang Li 2013-09-30 23:00:22 -07:00
  • 974d74befb add some comment and change a declaration form evan-gu 2013-10-01 01:25:45 -04:00
  • 6f591032ef rename to DupCnt, duped; add some comments, maintained some format, add notification for immediate expiration evan-gu 2013-10-01 00:35:44 -04:00
  • 6fdffbcc85 delete some debug comments in stats_test.go evan-gu 2013-09-30 22:17:17 -04:00
  • b8ac1d082b fix race between Expire() and others, fix UpdateTTL(), modified watcher to catch Expire() evan-gu 2013-09-30 22:10:40 -04:00
  • fdeeeecceb feat(activation): add socket activation David Fisher 2013-09-25 17:07:30 -07:00
  • 9a5775cff0 fix(CONTRIBUTING): try and fix # links in markdown Brandon Philips 2013-09-30 12:24:50 -07:00
  • 482afb44f3 Update CONTRIBUTING.md Brandon Philips 2013-09-30 12:23:52 -07:00
  • 68206a74e7 Merge pull request #197 from philips/add-contributing Xiang Li 2013-09-30 12:21:29 -07:00
  • 02f064e783 Merge 98eba608fca99a064b24bc74b6ad250e0eeb8d92 into c345203c27aed6a77596308b39e72be30c4768b1 Brandon Philips 2013-09-30 12:14:36 -07:00
  • 98eba608fc feat(README): add contributing section and file Brandon Philips 2013-09-30 12:10:56 -07:00
  • 0959448855 add LastIndex and LastTerm in EventHistory evan-gu 2013-09-30 12:18:28 -04:00
  • 3ae316ac38 add ExpireCount and some test case evan-gu 2013-09-30 02:39:40 -04:00
  • 35724319c9 add watcher for expiration, add expiration for TestAndSet, add related test case evan-gu 2013-09-30 01:06:18 -04:00
  • c345203c27 README: add russellhaering/txectd Brandon Philips 2013-09-29 10:37:29 -07:00
  • dbf69907fa Merge pull request #194 from mburns/patch-1 Xiang Li 2013-09-29 06:31:44 -07:00
  • ba927c8692 Merge 248992e380976885e9d49f1f45a9651601cbac44 into 8a7e5fc22765993296ea64a34bb1caf77b105777 Michael Burns 2013-09-29 04:47:51 -07:00
  • 248992e380 Typos Michael Burns 2013-09-29 04:45:35 -07:00
  • 4b2e53f29e minor clean up Xiang Li 2013-09-28 17:41:45 -07:00
  • 33e010ebd8 add watchHistory clone Xiang Li 2013-09-28 17:41:02 -07:00
  • 2c9d57a9fe fix conflicts Xiang Li 2013-09-28 17:05:00 -07:00
  • 784d286f37 merge from master Xiang Li 2013-09-28 16:58:57 -07:00
  • da83ee223b clean up from yifan Xiang Li 2013-09-28 16:26:19 -07:00
  • 8a7e5fc227 Merge pull request #187 from sakana/master Xiang Li 2013-09-28 13:24:14 -07:00
  • 0a874afd66 Merge 9825976e06bf3066d3dcaf391ae929ce2377c012 into c565ac23a71e0d82d12be5874dae0164a29ec9b0 David Fisher 2013-09-28 13:20:11 -07:00
  • c565ac23a7 Merge pull request #192 from xiangli-cmu/master Xiang Li 2013-09-28 13:20:02 -07:00
  • b49f022702 Merge 266519c8d253f9bfb25f6296fbcdd411ba856ba0 into 1d31b574edf026c6553a6214e342c806cec9f179 Xiang Li 2013-09-27 21:56:46 -07:00
  • 266519c8d2 fix typo Xiang Li 2013-09-27 21:56:42 -07:00
  • 6f32b2d576 fix timeout Xiang Li 2013-09-27 21:24:33 -07:00
  • 1d31b574ed Merge pull request #191 from philips/fixup-spelling-error-stats Brandon Philips 2013-09-27 15:58:30 -07:00
  • f5938c3eaf Merge 6fb1d8a3775371ba3d32142a7521eef538331f15 into 8fc1abd9b1d2697264b22fbd8e19e5d036244249 Brandon Philips 2013-09-27 15:57:49 -07:00
  • 6fb1d8a377 fix(raft_stats): spelling followers not follwers Brandon Philips 2013-09-27 15:56:06 -07:00
  • 8fc1abd9b1 Merge pull request #184 from xiangli-cmu/master Xiang Li 2013-09-26 22:27:50 -07:00
  • 2a9ea89ad1 Merge cc722a413f836f80a35629070e9010278caf7b7f into 21f6b50607f6892286c8b84ded122a95b84de74c Xiang Li 2013-09-26 20:00:18 -07:00
  • cc722a413f change peer to follower Xiang Li 2013-09-26 20:00:12 -07:00
  • 2eb0625f15 mrege and change peerstats to followersstats Xiang Li 2013-09-26 19:58:48 -07:00
  • 1ff7777e01 Add support for sequentially-named keys Evan Broder 2013-09-25 20:45:13 -04:00
  • 9825976e06 Merge upstream David Fisher 2013-09-26 13:05:09 -07:00
  • 21f6b50607 Merge pull request #189 from philips/cleanup-stats-further Xiang Li 2013-09-26 13:00:39 -07:00
  • bae8c5fa2b Merge da01fe602774341353b8eebeff0f1c845dc80eb3 into 20488b498af955c4ae0175d9ec8e382a6332d80d Brandon Philips 2013-09-26 12:58:48 -07:00
  • da01fe6027 fix(command): make Latency and Counts objects Brandon Philips 2013-09-26 12:17:54 -07:00
  • cbd8a4fb9c feat(scripts/test-cluster): add a cluster test command Brandon Philips 2013-09-26 10:40:33 -07:00
  • 20488b498a Merge pull request #168 from xiangli-cmu/cleanupStats Brandon Philips 2013-09-26 06:40:59 -07:00
  • 1e30eae832 Merge 8d245b546f93761be35b465e189f53df78be723e into 0ef9d944f660065b1fbf70eacbdc48d049e8a533 Xiang Li 2013-09-26 06:36:02 -07:00
  • e56af9381b Merge 744ac68d144f31cd23004a930012700d628bce97 into 0ef9d944f660065b1fbf70eacbdc48d049e8a533 Brandon Philips 2013-09-26 06:35:00 -07:00