Commit Graph

741 Commits

Author SHA1 Message Date
Armon Dadgar 1727b1a086 command/info: Warn on GOMAXPROCS = 1. Fixes #87. 2014-04-29 10:58:49 -07:00
Armon Dadgar 2c45bd6fe9 consul: Expose runtime stats for debugging 2014-04-29 10:55:42 -07:00
Armon Dadgar a5ab73e67d consul: Adding a warning for large raft entries 2014-04-28 22:25:09 -07:00
Armon Dadgar 2dd0d80274 consul: Increase DB size on 64bit systems. Fixes #81. 2014-04-28 17:07:59 -07:00
Armon Dadgar e6e4f7c410 agent: Write out the meta data before a potential 404 2014-04-26 12:20:49 -06:00
Armon Dadgar d6669cef05 Merge pull request #78 from tarrant/case_insensitive_durations
agent: Case insensitive durations
2014-04-25 15:32:52 -06:00
Armon Dadgar 6cc3da0a59 scripts: Protect against multiple gopaths 2014-04-25 15:23:25 -06:00
Armon Dadgar 65264e4ebf Merge pull request #80 from rbg/master
scripts: pick first directory from GOPATH
2014-04-25 15:22:34 -06:00
Armon Dadgar 1a27f262b8 Merge pull request #79 from zembutsu/patch-1
Website: fix typo
2014-04-25 09:26:51 -06:00
Masahito Zembutsu b2ed730b41 fix typo 2014-04-25 23:09:17 +09:00
Tarrant 32da5b2de0 When mangaling JSON to parse durations do a case insensitive key lookup 2014-04-24 19:56:55 -07:00
Robert B Gordon ccdbb006ac pick first directory from GOPATH 2014-04-24 18:06:09 -06:00
Armon Dadgar 513dfa8947 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 631dcb1eba 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 cc51bf6926 agent: Adding debug log messages 2014-04-23 12:21:47 -07:00
Armon Dadgar 903789aee4 agent: Adding random stagger to anti-entropy. Fixes #72. 2014-04-23 12:21:34 -07:00
Armon Dadgar 02fa6e9d96 consul: Do not fire ServerUp on WAN node join 2014-04-23 12:20:54 -07:00
Armon Dadgar b4ae24db02 consul: Clear peer set on leave. Fixes #69 2014-04-23 11:39:45 -07:00
Armon Dadgar b8d185af40 website: Adding the output key to docs examples 2014-04-21 16:21:52 -07:00
Armon Dadgar 018482dc4c Store check output in dedicated field. Fixes #59. 2014-04-21 16:20:22 -07:00
Armon Dadgar 554a8478ac website: typo fix 2014-04-21 16:09:36 -07:00
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