Commit Graph

620 Commits

Author SHA1 Message Date
Armon Dadgar 81a0a56fac agent: Support server-side filtering of passing checks. Fixes #57. 2014-04-21 16:08:26 -07:00
Armon Dadgar 57a45ead6b 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 c1bd7169f5 agent: Improve DNS parser. Fixes #39. 2014-04-21 15:33:01 -07:00
Armon Dadgar 00bedd4020 agent: Fix decoding of checks. Fixes #60 2014-04-21 15:02:36 -07:00
Armon Dadgar 6bbe8fd493 agent: Adding minimum check interval. Fixes #64. 2014-04-21 14:42:42 -07:00
Armon Dadgar 23dd1a023c website: Cleanup verbage 2014-04-21 13:50:18 -07:00
Armon Dadgar 832cc90c6b website: Document the consistency modes 2014-04-21 13:46:57 -07:00
Armon Dadgar 03adb99a91 website: Document HTTP changes 2014-04-21 13:40:16 -07:00
Armon Dadgar 91bed7b313 agent: Adding HTTP tests for new features 2014-04-21 13:19:18 -07:00
Armon Dadgar e2ea4804bd agent: Updating tests for new API 2014-04-21 13:11:05 -07:00
Armon Dadgar 386d60f8b2 agent: Remove wrapQuery, call setMeta directly 2014-04-21 12:40:11 -07:00
Armon Dadgar 3fbbbc4eea agent: Parse the consistency flags 2014-04-21 12:26:12 -07:00
Armon Dadgar 09ddc01d27 agent: Updating to remove BlockingQuery 2014-04-21 12:25:36 -07:00
Armon Dadgar 3d9e6795eb consul: Adding strongly consistent read tests 2014-04-21 12:08:00 -07:00
Armon Dadgar 67263e2ca3 consul: Testing a stale read 2014-04-21 11:57:39 -07:00
Armon Dadgar e5e97274d4 consul: Adding consistent read enforcement 2014-04-21 11:49:21 -07:00
Armon Dadgar e706c988b8 consul: Merging BlockingQuery into QueryOptions 2014-04-21 11:31:15 -07:00
Armon Dadgar 180cc33030 consul: Use QueryMeta to simplify blockingRPC interface 2014-04-21 11:18:27 -07:00
Armon Dadgar d2b487edb6 consul: Move the Index into QueryMeta 2014-04-21 11:13:36 -07:00
Armon Dadgar beeeb86a12 consul: Moving QueryMeta handling into blockingRPC 2014-04-21 11:04:52 -07:00
Armon Dadgar a2acbe732e consul: Adding a method to enforce consistent read 2014-04-21 10:59:46 -07:00
Armon Dadgar 93abc19845 consul: Testing QueryMeta 2014-04-21 10:59:46 -07:00
Armon Dadgar afa6a1ae49 consul: Adding support for QueryMeta on all queries 2014-04-21 10:59:46 -07:00
Armon Dadgar fa90f1cd0d consul: Support a stale read query 2014-04-21 10:59:46 -07:00
Armon Dadgar a9d4e2357e consul: Switch to RPCInfo 2014-04-21 10:59:46 -07:00
Armon Dadgar cea8a4f9f2 consul: Adding RPCInfo to get common info 2014-04-21 10:59:46 -07:00
Armon Dadgar fbc526e8c1 consul: Adding additional query options and return meta data 2014-04-21 10:59:46 -07:00
Mitchell Hashimoto ccf982cdf8 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 4540818c10 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 60186fb86d Adding travis badge 2014-04-19 13:49:20 -07:00
Armon Dadgar c2c1382d9f Adding Travis file 2014-04-19 13:40:38 -07:00
Armon Dadgar efa972057e consul: Update to use raft-mdb package 2014-04-19 13:31:56 -07:00
Mitchell Hashimoto 5410728343 Merge pull request #62 from zyegfryed/patch-1
website: typo
2014-04-19 08:33:30 -07:00
Mitchell Hashimoto c045afaf2c Merge pull request #63 from zyegfryed/patch-2
demo: typo
2014-04-19 08:33:03 -07:00
Sébastien Fievet 4ffa7fccda Typo 2014-04-19 13:34:28 +02:00
Sébastien Fievet 0fafbb94b5 Typo 2014-04-19 11:55:59 +02:00
Armon Dadgar 0db26c1a1e website: Clarify the Serf vs Consul 2014-04-18 11:08:17 -07:00
Armon Dadgar 78f7cb1d5a agent: Fixing similar deregister routing bug with checks 2014-04-18 10:56:00 -07:00
Armon Dadgar b40039b5b8 agent: Fix service deregister routing 2014-04-18 10:54:18 -07:00
Armon Dadgar bc3a72e35d website: Typo fix 2014-04-18 10:28:24 -07:00
Mitchell Hashimoto 9443fcff45 Merge pull request #56 from hmrm/documentation_minor-consistency-fixes
documentation: minor comment consistency in agent.go
2014-04-18 07:52:14 -07:00
Haney Maxwell 0a5d75da5d documentation: minor comment consistency in agent.go 2014-04-17 22:46:31 -07:00
Mitchell Hashimoto 6237bc170d Merge pull request #53 from chrono/patch-1
website: fix small doc typo
2014-04-17 18:38:37 -07:00
Martin Ringehahn 2a829284ed fix typo 2014-04-17 21:35:59 -04:00
Mitchell Hashimoto e9172161da Merge pull request #49 from cespare/copy-fixes-1
website: Copy fixes: typos, misspellings, grammar, wording
2014-04-17 14:49:27 -07:00
Caleb Spare 1a6e85320a Copy fixes: typos, misspellings, grammar, wording 2014-04-17 14:45:53 -07:00
Armon Dadgar df985697b4 Merge pull request #47 from kanzure/chef-puppet-typo
website: Fix typo in comparison to chef/puppet
2014-04-17 13:30:38 -07:00
Bryan Bishop 2319520f52 typo: configuraiton -> configuration 2014-04-17 15:18:16 -05:00
Armon Dadgar a7a51baf5c Merge pull request #46 from jpfuentes2/jf_fix_json_header
agent: Ensure we write json header before writing bytes
2014-04-17 11:56:47 -07:00
Jacques Fuentes 3506b38a40 Ensure we write json header before writing bytes
In net/http once we've issued a Write() the response is sent
over the wire including the header! The tests didn't catch
this because I used a net/http/httptest.RequestRecorder
which doesn't follow those semantics.
2014-04-17 14:53:07 -04:00