Commit Graph

580 Commits

Author SHA1 Message Date
Robert B Gordon 26898d10b0 pick first directory from GOPATH 2014-04-24 18:06:09 -06:00
Armon Dadgar 2874058d5a Merge pull request #76 from garethr/patch-1
website: Remove SRV from DNS query tag example
2014-04-24 09:41:38 -06:00
Gareth Rushgrove 778d02b68b Remove SRV from DNS query tag example
The results show the A record, not the SRV record
2014-04-24 14:08:13 +02:00
Armon Dadgar 7e27ded378 agent: Adding debug log messages 2014-04-23 12:21:47 -07:00
Armon Dadgar e210f9b541 agent: Adding random stagger to anti-entropy. Fixes #72. 2014-04-23 12:21:34 -07:00
Armon Dadgar 08cba55ab3 consul: Do not fire ServerUp on WAN node join 2014-04-23 12:20:54 -07:00
Armon Dadgar d581af7692 consul: Clear peer set on leave. Fixes #69 2014-04-23 11:39:45 -07:00
Armon Dadgar 9175a4e7c3 website: Adding the output key to docs examples 2014-04-21 16:21:52 -07:00
Armon Dadgar 2845d24cfa Store check output in dedicated field. Fixes #59. 2014-04-21 16:20:22 -07:00
Armon Dadgar 0e9f5019ad website: typo fix 2014-04-21 16:09:36 -07:00
Armon Dadgar d6b7dd5b62 agent: Support server-side filtering of passing checks. Fixes #57. 2014-04-21 16:08:26 -07:00
Armon Dadgar cb33d73ffe Merge pull request #68 from hashicorp/f-consistency
Adding support for "stale" and "consistent" read modes
2014-04-21 15:55:31 -07:00
Armon Dadgar c7605f070d agent: Improve DNS parser. Fixes #39. 2014-04-21 15:33:01 -07:00
Armon Dadgar 48ce8e3e86 agent: Fix decoding of checks. Fixes #60 2014-04-21 15:02:36 -07:00
Armon Dadgar b1bfd97438 agent: Adding minimum check interval. Fixes #64. 2014-04-21 14:42:42 -07:00
Armon Dadgar 757f590455 website: Cleanup verbage 2014-04-21 13:50:18 -07:00
Armon Dadgar a11fd66f28 website: Document the consistency modes 2014-04-21 13:46:57 -07:00
Armon Dadgar 6de3ddfd93 website: Document HTTP changes 2014-04-21 13:40:16 -07:00
Armon Dadgar 93146c1e1b agent: Adding HTTP tests for new features 2014-04-21 13:19:18 -07:00
Armon Dadgar bcff269238 agent: Updating tests for new API 2014-04-21 13:11:05 -07:00
Armon Dadgar 53d3449947 agent: Remove wrapQuery, call setMeta directly 2014-04-21 12:40:11 -07:00
Armon Dadgar 4c039aa4d5 agent: Parse the consistency flags 2014-04-21 12:26:12 -07:00
Armon Dadgar 71b95a0f47 agent: Updating to remove BlockingQuery 2014-04-21 12:25:36 -07:00
Armon Dadgar 28bd111098 consul: Adding strongly consistent read tests 2014-04-21 12:08:00 -07:00
Armon Dadgar 37f38fca15 consul: Testing a stale read 2014-04-21 11:57:39 -07:00
Armon Dadgar 7a3c3e718e consul: Adding consistent read enforcement 2014-04-21 11:49:21 -07:00
Armon Dadgar 710a823379 consul: Merging BlockingQuery into QueryOptions 2014-04-21 11:31:15 -07:00
Armon Dadgar 55b5fd4e6a consul: Use QueryMeta to simplify blockingRPC interface 2014-04-21 11:18:27 -07:00
Armon Dadgar 959ffb5758 consul: Move the Index into QueryMeta 2014-04-21 11:13:36 -07:00
Armon Dadgar 5b91b6f06e consul: Moving QueryMeta handling into blockingRPC 2014-04-21 11:04:52 -07:00
Armon Dadgar f7bcffe627 consul: Adding a method to enforce consistent read 2014-04-21 10:59:46 -07:00
Armon Dadgar dbdfcbc717 consul: Testing QueryMeta 2014-04-21 10:59:46 -07:00
Armon Dadgar 9e0e5259f9 consul: Adding support for QueryMeta on all queries 2014-04-21 10:59:46 -07:00
Armon Dadgar da9c89e9ba consul: Support a stale read query 2014-04-21 10:59:46 -07:00
Armon Dadgar 4c7d9a01b3 consul: Switch to RPCInfo 2014-04-21 10:59:46 -07:00
Armon Dadgar 85fd3158c3 consul: Adding RPCInfo to get common info 2014-04-21 10:59:46 -07:00
Armon Dadgar 6ea9ec310c consul: Adding additional query options and return meta data 2014-04-21 10:59:46 -07:00
Mitchell Hashimoto 0513c3c0a1 Merge pull request #66 from s0enke/vagrant_example_name_nodes
demo: Make example vagrant boxes easier to handle.
2014-04-20 07:48:38 -07:00
Soenke Ruempler 10c666a1ae Make example vagrant boxes easier to handle.
By setting the hostname of the testnodes in order to make them
distinguishable from each other (currently both nodes have `precise64`
as default hostname).
2014-04-20 14:09:42 +02:00
Armon Dadgar e7b6c523ca Adding travis badge 2014-04-19 13:49:20 -07:00
Armon Dadgar 15a806c011 Adding Travis file 2014-04-19 13:40:38 -07:00
Armon Dadgar 25e4e526ae consul: Update to use raft-mdb package 2014-04-19 13:31:56 -07:00
Mitchell Hashimoto c47520d6f4 Merge pull request #62 from zyegfryed/patch-1
website: typo
2014-04-19 08:33:30 -07:00
Mitchell Hashimoto 88c051a9c2 Merge pull request #63 from zyegfryed/patch-2
demo: typo
2014-04-19 08:33:03 -07:00
Sébastien Fievet fd58ae259d Typo 2014-04-19 13:34:28 +02:00
Sébastien Fievet b731666aee Typo 2014-04-19 11:55:59 +02:00
Armon Dadgar bebb13bbc1 website: Clarify the Serf vs Consul 2014-04-18 11:08:17 -07:00
Armon Dadgar 4f67ca5488 agent: Fixing similar deregister routing bug with checks 2014-04-18 10:56:00 -07:00
Armon Dadgar f9fba3156b agent: Fix service deregister routing 2014-04-18 10:54:18 -07:00
Armon Dadgar d16cea6494 website: Typo fix 2014-04-18 10:28:24 -07:00