1303 Commits

Author SHA1 Message Date
Soren Hansen
264d619457 Pass exitCode by reference
Arguments to defer statements are evaluated when the defer statement is
evaluated, so pass exitCode by reference instead.

Fixes issue #346
2014-09-17 21:17:51 +02:00
Armon Dadgar
36fd5f76c2 agent: Fixing issue with multiple watches. Fixes #337 2014-09-15 10:56:04 -07:00
Jack Pearkes
ae463fad8a Merge pull request #330 from sequenceiq/fix-forbidden-kv-ui
Change default token to empty string instead of undefined
2014-09-08 11:25:24 -04:00
lalyos
05cb20f829 Change default token to empty string instead of undefined
fixes #329
2014-09-08 15:21:54 +02:00
Armon Dadgar
0d23f35f3d Merge pull request #324 from lalyos/patch-1
json sample fixed for PUT /v1/acl/create
2014-09-05 16:56:52 -07:00
lalyos
29f933c554 json sample fixed for PUT /v1/acl/create 2014-09-06 01:55:38 +02:00
Jack Pearkes
a4de2ef2ac ui: add footer 2014-09-05 15:56:50 -04:00
Jack Pearkes
c034f30182 website: update web ui image in docs 2014-09-05 14:12:31 -04:00
Armon Dadgar
24323e0323 Adding deps file for 0.4.0 2014-09-05 10:56:05 -07:00
Armon Dadgar
e1d87dee26 Cutting v0.4.0 v0.4.0 2014-09-05 10:55:22 -07:00
Mitchell Hashimoto
5ce9a2568f Merge pull request #322 from foostan/typofix
command: fix indent space
2014-09-04 20:41:44 -07:00
foostan
525c0f508a Fix indent space 2014-09-05 11:09:37 +09:00
Armon Dadgar
e47fbd34a8 website: implicit -> explicit 2014-09-02 20:48:25 -07:00
Armon Dadgar
55f0f8d0ba Adding upgrade note 2014-09-02 14:52:30 -07:00
Armon Dadgar
a8b66666f5 agent: Fixing config merge issue 2014-09-02 14:49:31 -07:00
Armon Dadgar
1589e41b8b Merge pull request #314 from drnic/goget
make failure? - suggest "go get -u ./..."
2014-09-02 14:38:45 -07:00
Armon Dadgar
074d18ada0 Preparing for 0.4RC 2014-09-02 14:37:33 -07:00
Armon Dadgar
9fe063569d CHANGELOG updates 2014-09-02 14:37:22 -07:00
Armon Dadgar
feb3fa27fa website: Documenting new options 2014-09-02 14:36:25 -07:00
Armon Dadgar
d04880cc60 agent: Support for checkpoint 2014-09-02 14:23:43 -07:00
Armon Dadgar
7b19baa178 CHANGELOG updates 2014-09-02 12:52:52 -07:00
Armon Dadgar
bb16e94b0c website: document addresses config 2014-09-02 12:49:52 -07:00
Armon Dadgar
e86c5b2627 agent: Address overrides. Fixes #301 and #253 2014-09-02 12:47:40 -07:00
Armon Dadgar
cc728a1345 agent: Adding address configurations 2014-09-02 12:42:14 -07:00
Armon Dadgar
98acc0a908 agent: statsd support. Fixes #247 2014-09-02 11:26:17 -07:00
Dr Nic Williams
3536d8c31c suggest 'go get -u ./... before running make 2014-09-02 10:49:28 -07:00
Armon Dadgar
289cc265ee Merge pull request #315 from drnic/publish-website
website - how to build & deploy site
2014-09-02 10:48:43 -07:00
Armon Dadgar
6ee798794a Merge pull request #316 from rubenv/patch-2
Fix typo
2014-09-02 10:46:27 -07:00
Ruben Vermeersch
99073cbf25 Fix typo 2014-09-02 19:15:54 +02:00
Dr Nic Williams
d0bb1c5c47 website - how to build & deploy site 2014-09-02 09:20:37 -07:00
Armon Dadgar
481bbd215d CHANGELOG updates 2014-09-01 16:47:36 -07:00
Armon Dadgar
9ec6eafe47 CHANGELOG updates 2014-09-01 16:24:31 -07:00
Armon Dadgar
c534bc9602 Merge pull request #312 from hashicorp/f-rexec
Adding support for 'exec' command
2014-09-01 15:08:31 -07:00
Armon Dadgar
2d7be20431 website: Updating docs 2014-09-01 15:03:37 -07:00
Armon Dadgar
a6f5e40eac command/exec: Improving output 2014-09-01 14:46:22 -07:00
Armon Dadgar
6ef4f9fdc4 command/exec: Tuning constants 2014-09-01 14:46:22 -07:00
Armon Dadgar
3286074758 agent: Handle cancel for idle wait 2014-09-01 14:46:22 -07:00
Armon Dadgar
bfb2b93d75 command/exec: Fixing verbose flag 2014-09-01 14:46:22 -07:00
Armon Dadgar
5b619eec96 command/exec: Testing exec 2014-09-01 14:46:22 -07:00
Armon Dadgar
de4adc4f66 command/exec: High level tests 2014-09-01 14:46:22 -07:00
Armon Dadgar
9b74b86709 agent: Testing remote exec 2014-09-01 14:46:22 -07:00
Armon Dadgar
9ba4f31fde agent: Refactor remote exec write code 2014-09-01 14:46:22 -07:00
Armon Dadgar
a0c6dbfe2a agent: testing remote exec writer 2014-09-01 14:46:21 -07:00
Armon Dadgar
61a2170b7d command/exec: Fixing use of shutdown ch 2014-09-01 14:46:21 -07:00
Armon Dadgar
53777527e0 agent: First pass at remote exec support 2014-09-01 14:46:21 -07:00
Armon Dadgar
096e6fc886 command/exec: First pass at exec command 2014-09-01 14:46:21 -07:00
Armon Dadgar
86a1a3a11e command: Adding method to get client with datacenter 2014-09-01 14:46:21 -07:00
Armon Dadgar
6a6885ec18 agent: Refactor msgpack serialization into util 2014-09-01 14:46:21 -07:00
Armon Dadgar
89f258ca2e agent: Adding remote exec configuration 2014-09-01 14:46:21 -07:00
Armon Dadgar
4ce57b55a6 Merge pull request #311 from josephholsten/alphatize-options
alphabetize config options in docs. Fixes #221
2014-09-01 14:45:40 -07:00