Commit Graph

2043 Commits

Author SHA1 Message Date
Ryan Breen c9a23fca9d Cleanup docs/agent/telemetry 2015-02-04 00:10:25 -05:00
Ryan Breen 8975c49c96 Cleanup docs/agent/rpc 2015-02-03 17:20:50 -05:00
Ryan Breen 4c1cd629ae Cleanup docs/agent/rpc 2015-02-03 17:07:03 -05:00
Armon Dadgar 954aec6623 Merge pull request #666 from ryanbreen/http_docs
Cleanup docs/agent/http
2015-02-02 13:42:22 -08:00
Ryan Breen 05e138b786 Merge branch 'master' of https://github.com/hashicorp/consul into http_docs 2015-02-02 16:35:35 -05:00
Armon Dadgar cd0558c6a3 Merge pull request #664 from ryanbreen/master
Grammatical cleanups to doc/agent/encryption
2015-02-02 13:30:34 -08:00
Ryan Breen 0d8ec87456 Some further cleanups to the root http doc. 2015-02-02 00:14:16 -05:00
Ryan Breen 27c145e2f8 Begin editing the docs/agent/http. 2015-02-01 17:42:02 -05:00
Ryan Breen 3a184a06f7 Final edits to encryption doc. 2015-01-31 22:05:00 -05:00
Ryan Breen 02c7ed0e94 Final edits to encryption doc. 2015-01-31 22:01:33 -05:00
Ryan Breen b18b6491ff Final edits to encryption doc. 2015-01-31 21:59:59 -05:00
Ryan Breen 0cd1739ebc Tighten up TLS setting language a bit. 2015-01-31 18:59:11 -05:00
Ryan Breen 26bbda57d0 Tighten up TLS mode language a bit. 2015-01-31 18:55:58 -05:00
Ryan Breen edeab6a0d2 Substantial and potentially inaccurate rewrite to docs/agent/encryption. 2015-01-31 18:33:29 -05:00
Ryan Uber 255d763623 Merge pull request #663 from ryanbreen/master
Grammatical cleanups to doc/agent/dns
2015-01-31 10:38:43 -08:00
Ryan Breen 499d3b26ff Clean up double 'is'. 2015-01-31 13:36:31 -05:00
Ryan Breen 18602f0db8 Final tweaks to DNS doc. 2015-01-31 13:17:43 -05:00
Ryan Breen fbbb765bf9 More heavy-handed reorg of content for flow. 2015-01-31 13:07:21 -05:00
Ryan Breen 7a0515817a Restructure opening paragraphs to have better flow. 2015-01-31 13:01:00 -05:00
Ryan Breen a7357aae65 Finish first pass of DNS updates. 2015-01-31 12:59:03 -05:00
Ryan Breen b56720d41a Update docs for standard DNS queries. 2015-01-31 12:51:28 -05:00
Ryan Breen e0d139c6b9 Minor cleanups to docs/agent/dns. 2015-01-30 23:32:57 -05:00
Armon Dadgar b173779ffd Merge pull request #660 from gkze/master
Add zsh completion
2015-01-30 13:19:17 -08:00
Armon Dadgar f155545e07 Merge pull request #662 from ryanbreen/master
Grammatical cleanups to doc/agent/basics
2015-01-30 13:18:05 -08:00
Ryan Breen 9a597d2351 Make capitalization of agent more consistent. 2015-01-30 14:49:58 -05:00
Ryan Breen 4a8305e022 Minor cleanups to docs/agent/basics. 2015-01-30 14:48:20 -05:00
gkze 4db6ad6c52 Add new 0.5 commands 2015-01-30 00:12:03 -08:00
Armon Dadgar cd8aaa10f4 Merge pull request #659 from ryanbreen/master
Minor grammar and content tweaks to improve readability of docs/agent/check
2015-01-29 15:15:58 -08:00
gkze 26732dafcb Add zsh completion 2015-01-29 14:24:10 -08:00
Ryan Breen 7fd0b148ac A bit more language cleanup to checks. 2015-01-29 17:17:02 -05:00
Ryan Breen cf033f448d No need to confine the example to a web app. 2015-01-29 17:14:19 -05:00
Ryan Breen a8470991cd Some reorg of the TTL description. 2015-01-29 17:12:20 -05:00
Ryan Breen cef8305bd0 Make it clear that checks persist with the node, period, not just across runs of the agent but across reboots as well. 2015-01-29 17:10:15 -05:00
Ryan Breen eea0029f2d Add a bit more detail around checks and clarify some language. 2015-01-29 17:08:56 -05:00
Ryan Breen 8afcf9f152 Language touch-ups for the checks docs. 2015-01-29 16:45:19 -05:00
Ryan Uber 3c85d7e231 agent: http checks work inside of service definitions 2015-01-29 12:11:42 -08:00
Ryan Uber a95b5a63bb Merge pull request #655 from hashicorp/f-exec-acl
agent: pass locally configured token during remote exec
2015-01-29 11:16:01 -08:00
Armon Dadgar c8c5e308a1 Merge pull request #653 from ryanbreen/master
Grammatical cleanups to doc/agent/services
2015-01-29 11:11:56 -08:00
Ryan Uber 544299efa5 agent: pass locally configured token during remote exec 2015-01-29 10:42:46 -08:00
Ryan Breen 1346cf1a00 Move the note about checks to its own line. 2015-01-28 19:46:28 -05:00
Ryan Breen 917b10417d Grammatical cleanup in services.html. 2015-01-28 19:43:52 -05:00
Ryan Uber 58eba95b98 agent: test service/check deletion with empty ID 2015-01-27 21:47:59 -08:00
Ryan Uber c537799ce8 Merge pull request #644 from foostan/add_validation_of_deregistration
Validate ServiceID/CheckID when deregistering.
2015-01-27 21:39:35 -08:00
foostan 2df98c1824 Validation ServiceID/CheckID when deleting in deleteService() in local.go 2015-01-27 18:11:57 +09:00
foostan 9316596e25 Add tests to remove service/check without an ID 2015-01-27 18:10:56 +09:00
Ryan Uber 7de463e904 Merge pull request #642 from ceh/clean-tmpdirs
consul: clean up TempDirs in FSM tests
2015-01-26 15:34:04 -08:00
foostan 401bc71cb2 Validate ServiceID/CheckID when deregistering. 2015-01-27 01:06:57 +09:00
Emil Hessman 87dca96152 consul: clean up TempDirs in FSM tests 2015-01-26 08:34:23 +01:00
Armon Dadgar 72a6692602 Merge pull request #638 from ceh/bat-build
make.bat: add Makefile functionality for Windows
2015-01-25 14:04:17 -08:00
Armon Dadgar f53bd94dc3 Clarify the compatibility 2015-01-25 13:59:37 -08:00