Armon Dadgar
|
ffca4f5544
|
agent: Support protocol version setting
|
2014-03-09 15:57:03 -07:00 |
Armon Dadgar
|
1f8f875b12
|
command/version: Print the version ranges
|
2014-03-09 15:54:21 -07:00 |
Armon Dadgar
|
31a85bb64e
|
command/members: Remove the detailed flag, abstraction leak
|
2014-03-09 15:46:43 -07:00 |
Armon Dadgar
|
cd6842ff6b
|
consul: Add tags for consul protocol versions
|
2014-03-09 15:46:03 -07:00 |
Armon Dadgar
|
2a8d998968
|
consul: Adding protocol version numbers
|
2014-03-09 15:18:36 -07:00 |
Armon Dadgar
|
76578ea752
|
command/members: USe the columnize library for members
|
2014-03-05 19:52:31 -08:00 |
Armon Dadgar
|
e914c0a70b
|
consul: Fixing subtle delete issue
|
2014-03-05 19:32:09 -08:00 |
Armon Dadgar
|
ad2d5752c9
|
consul: Peg Serf proto version to 3
|
2014-03-05 15:32:59 -08:00 |
Mitchell Hashimoto
|
7b1913f3a3
|
Vagrantfile
|
2014-03-05 15:06:01 -08:00 |
Armon Dadgar
|
3cf1a64f87
|
agent: Handle API changes
|
2014-03-05 15:03:23 -08:00 |
Armon Dadgar
|
98fffdacb5
|
consul: Handle API changes in StateStore
|
2014-03-05 15:03:12 -08:00 |
Armon Dadgar
|
04818636e7
|
command/info: remove unused import
|
2014-03-05 15:02:56 -08:00 |
Armon Dadgar
|
37a16979d7
|
consul: Log instead of panic. Change NodeServices to return nil.
|
2014-03-05 15:02:28 -08:00 |
Armon Dadgar
|
ca5a9cac23
|
consul: Providing logOutput to StateStore
|
2014-03-05 14:34:29 -08:00 |
Armon Dadgar
|
d8e2da7f73
|
consul: Update example output
|
2014-02-25 17:45:57 -08:00 |
Armon Dadgar
|
78e28a84a1
|
agent: Fixing DNS CNAME recursion
|
2014-02-25 17:41:48 -08:00 |
Armon Dadgar
|
60b7fccf02
|
agent: Tell client DNS recursion is available
|
2014-02-25 16:30:10 -08:00 |
Armon Dadgar
|
598cd013b9
|
agent: Support CNAME recursion if we have a recursor
|
2014-02-25 12:46:11 -08:00 |
Armon Dadgar
|
45195b76ff
|
website: document registering of external services
|
2014-02-25 12:22:25 -08:00 |
Armon Dadgar
|
222e689ac6
|
agent: DNS layer properly handles AAAA and CNAME records
|
2014-02-25 12:07:20 -08:00 |
Armon Dadgar
|
973307a238
|
website: Update bootstrapping guide to use the info command
|
2014-02-23 18:17:48 -08:00 |
Armon Dadgar
|
48ba9c3571
|
website: Update sample output again
|
2014-02-23 18:13:51 -08:00 |
Armon Dadgar
|
e673e24a62
|
website: Update sample output
|
2014-02-23 18:11:07 -08:00 |
Armon Dadgar
|
1b1cb3be11
|
consul: Passthrough the Serf Stats()
|
2014-02-23 18:08:58 -08:00 |
Armon Dadgar
|
76ec9d22b1
|
agent: Fixing bug in dns service filtering
|
2014-02-23 18:04:12 -08:00 |
Armon Dadgar
|
fad3e4d97c
|
website: Documenting the info command
|
2014-02-23 17:09:59 -08:00 |
Armon Dadgar
|
fcf0b891eb
|
command/info: Adding new info command
|
2014-02-23 16:59:32 -08:00 |
Armon Dadgar
|
015670d04e
|
agent: Adding Stats() export
|
2014-02-23 16:42:39 -08:00 |
Armon Dadgar
|
2362b397fa
|
consul: Adding Stats() method to get various debugging information
|
2014-02-23 16:37:33 -08:00 |
Armon Dadgar
|
dcbec76f8e
|
website: adding guide on bootstrapping a DC. Fixes #5.
|
2014-02-22 21:08:36 -08:00 |
Armon Dadgar
|
a49c20b75f
|
agent: Disallow bootstrap mode when a client. Fixes #3
|
2014-02-22 18:58:15 -08:00 |
Armon Dadgar
|
0a19fdd10a
|
website: document registering checks and services better. Fixes #6
|
2014-02-22 18:53:31 -08:00 |
Armon Dadgar
|
5726da7b59
|
website: Clarify the ?index parameter. Fixes #7
|
2014-02-22 18:47:09 -08:00 |
Armon Dadgar
|
3a5b8feb4a
|
agent: Adding a check for GOMAXPROCS. Fixes #10.
|
2014-02-22 17:43:12 -08:00 |
Armon Dadgar
|
13af774cb9
|
agent: Switch to -data-dir, better error if missing. Fixes #2.
|
2014-02-22 17:34:57 -08:00 |
Armon Dadgar
|
49ba21a820
|
consul: Default recursor port 53. Fixes #4
|
2014-02-22 17:31:30 -08:00 |
Mitchell Hashimoto
|
94171d316a
|
Update scripts for cross-compile
IT doesn't really work though because of cgo but... at least its there.
|
2014-02-22 14:57:19 -08:00 |
Armon Dadgar
|
800975200a
|
consul: Increase network timeout value
|
2014-02-22 11:13:59 -08:00 |
Armon Dadgar
|
e54d8f6c07
|
consul: Reduce the number of raft snapshots we keep
|
2014-02-22 10:57:22 -08:00 |
Armon Dadgar
|
5e790b02a9
|
If not in bootstrap mode, clear the raft peerset
|
2014-02-21 15:21:27 -08:00 |
Armon Dadgar
|
5d8783148b
|
consul: Only add ourself to the peerset if we are in bootstrap mode
|
2014-02-20 16:27:14 -08:00 |
Armon Dadgar
|
421c4d6933
|
consul: Do not replay events on serf join
|
2014-02-20 16:27:03 -08:00 |
Armon Dadgar
|
4b6c1f92c0
|
agent: Copy the help text
|
2014-02-20 16:26:39 -08:00 |
Armon Dadgar
|
889297dc99
|
consul: Adding telemetry
|
2014-02-20 15:16:26 -08:00 |
Armon Dadgar
|
dca8c79576
|
agent: Adding support for statsite telemetry
|
2014-02-20 14:59:54 -08:00 |
Armon Dadgar
|
d0b044692b
|
agent: Enable dumping telemetry on SIGUSR1
|
2014-02-20 13:51:51 -08:00 |
Armon Dadgar
|
b3087aceb2
|
website: documenting the internals
|
2014-02-20 12:26:50 -08:00 |
Armon Dadgar
|
bcc533cada
|
website: fixing typo
|
2014-02-19 17:05:57 -08:00 |
Armon Dadgar
|
262c039425
|
website: document the high level architecture
|
2014-02-19 16:58:15 -08:00 |
Armon Dadgar
|
779e6df7b8
|
website: finish the HTTP documentation
|
2014-02-19 14:27:01 -08:00 |