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
Mitchell Hashimoto
484587f809
Update CHANGELOG
2014-04-17 11:44:08 -07:00
Mitchell Hashimoto
745fc65f1a
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
2b6ee141cb
HTTP: add content-type: application/json header
2014-04-17 14:38:14 -04:00
Armon Dadgar
34049325e7
Merge pull request #44 from mwarkentin/patch-1
...
Fix typo: `connecitons` -> `connections`
2014-04-17 11:36:41 -07:00
Michael Warkentin
26793353ec
Fix typo
2014-04-17 14:35:58 -04:00
Armon Dadgar
0d490096f9
website: Typo. Fixes #43 .
2014-04-17 11:31:25 -07:00
Mitchell Hashimoto
5e129c3169
scripts: fix issue with dist files havig bad format
2014-04-17 10:57:54 -07:00
Jack Pearkes
6827a6d545
website: fix downloads
2014-04-17 12:53:54 -04:00
Jack Pearkes
9e794a5d7c
website: fix download style
2014-04-17 12:47:26 -04:00
Mitchell Hashimoto
d24369a31d
website: fix download finder
2014-04-17 09:42:10 -07:00
Mitchell Hashimoto
655795e9d6
website: up version for website
2014-04-17 09:37:28 -07:00
Jack Pearkes
50c23ec5ac
website: fix clickability of the intro button
2014-04-17 12:25:01 -04:00
Jack Pearkes
b521af67ad
website: update wording for dns/hostname warning
2014-04-17 12:21:07 -04:00
Mitchell Hashimoto
1c3f01a124
website: grammar, I think
2014-04-17 09:18:53 -07:00
Jack Pearkes
3e3f93e748
website: add a warning about dns/hostnames on os x
2014-04-17 12:17:54 -04:00
Jack Pearkes
06dcf2b34c
website: fix outline on button focus
2014-04-17 11:53:47 -04:00
Jack Pearkes
0e8c81c10b
website: add a favicon and seo description
2014-04-17 11:49:13 -04:00
Jack Pearkes
0a3b9abfbd
website: lower padding for intro button section
2014-04-17 11:38:05 -04:00
Jack Pearkes
d1f70adac7
website: fix name in license
2014-04-17 11:31:12 -04:00
Jack Pearkes
66c25cc0bf
website: add a clear next step to intro after demos
2014-04-17 10:51:51 -04:00
Jack Pearkes
7d359a41b5
website: fix readme (serf -> consul)
2014-04-17 10:08:52 -04:00
Mitchell Hashimoto
603ae7abc5
Update README
2014-04-16 22:04:28 -07:00
Mitchell Hashimoto
75d50f589e
scripts: dist should have version in filename
2014-04-16 22:00:35 -07:00
Armon Dadgar
416219f2ff
website: Grammar cleanup
2014-04-16 17:29:37 -07:00
Armon Dadgar
87a7bad335
website: Add note about jepsen testing
2014-04-16 17:03:48 -07:00
Armon Dadgar
cb30951612
website: Adding page on Jepsen testing
2014-04-16 17:03:48 -07:00
Armon Dadgar
99c532d655
Adding 32bit box to Vagrantfile
2014-04-16 17:03:48 -07:00
Mitchell Hashimoto
3e100a29c9
scripts: dist script
2014-04-16 16:53:26 -07:00
Mitchell Hashimoto
55924e9d31
Up version for dev
2014-04-16 16:34:35 -07:00
Mitchell Hashimoto
9772693e4d
v0.1.0
2014-04-16 16:34:07 -07:00
Mitchell Hashimoto
c101159186
Fix release date
2014-04-16 16:33:49 -07:00
Mitchell Hashimoto
a0755503a7
Add CHANGELOG
2014-04-16 16:33:30 -07:00
Armon Dadgar
7cbe3fb139
command/members: API update for columnize
2014-04-16 16:21:30 -07:00
Mitchell Hashimoto
ac4c339765
Merge pull request #37 from jpfuentes2/jf_internals_tweaks
...
website: Round 2: Fix typos, grammar errors, and misspellings
2014-04-15 21:07:13 -07:00
Jacques Fuentes
ccddd16821
Round 2: Fix typos, grammar errors, and misspellings
2014-04-16 00:01:12 -04:00
Mitchell Hashimoto
2459b22731
Merge pull request #36 from jpfuentes2/jf_intro_tweaks
...
website: fix typos, grammar errors, and misspellings
2014-04-15 20:25:59 -07:00
Jacques Fuentes
b821eeffdb
Fix typos, grammar errors, and misspellings
2014-04-15 23:17:00 -04:00
Armon Dadgar
bb33a47bab
agent: Add warning if windows and running server mode
2014-04-14 16:49:50 -07:00