Commit Graph

15161 Commits

Author SHA1 Message Date
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
Mitchell Hashimoto bac580820b 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 19441f5095 documentation: minor comment consistency in agent.go 2014-04-17 22:46:31 -07:00
Mitchell Hashimoto 896c3c07f9 Merge pull request #53 from chrono/patch-1
website: fix small doc typo
2014-04-17 18:38:37 -07:00
Martin Ringehahn 189a440cef fix typo 2014-04-17 21:35:59 -04:00
Mitchell Hashimoto 44939d5c09 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 e40da274d5 Copy fixes: typos, misspellings, grammar, wording 2014-04-17 14:45:53 -07:00
Armon Dadgar fb54478ae6 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 f2093c02a3 typo: configuraiton -> configuration 2014-04-17 15:18:16 -05:00
Armon Dadgar e3d1001760 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 852a47fe37 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
Mitchell Hashimoto 236a8416f8 Update CHANGELOG 2014-04-17 11:44:08 -07:00
Mitchell Hashimoto 9e77555651 Merge pull request #45 from jpfuentes2/jf_use_json_content_type
command/agent: add content-type: application/json header to HTTP API
2014-04-17 11:43:45 -07:00
Jacques Fuentes e83f723a66 HTTP: add content-type: application/json header 2014-04-17 14:38:14 -04:00
Armon Dadgar 07b7c2227f Merge pull request #44 from mwarkentin/patch-1
Fix typo: `connecitons` -> `connections`
2014-04-17 11:36:41 -07:00
Michael Warkentin 8d9e52d91b Fix typo 2014-04-17 14:35:58 -04:00
Armon Dadgar 3da9d53ab2 website: Typo. Fixes #43. 2014-04-17 11:31:25 -07:00
Mitchell Hashimoto 4c92e4b4c2 scripts: fix issue with dist files havig bad format 2014-04-17 10:57:54 -07:00
Jack Pearkes e0594a6945 website: fix downloads 2014-04-17 12:53:54 -04:00
Jack Pearkes d63a6d4c09 website: fix download style 2014-04-17 12:47:26 -04:00