Charlie O'Keefe
b3cfd06cd3
replace comman with 'and'
2015-10-10 17:58:30 -06:00
Seth Vargo
63932db745
Merge pull request #255 from charlieok/patch-1
...
is -> is a, it's -> its
2015-10-10 14:32:17 -04:00
Charlie O'Keefe
07d8e2a5fe
is -> is a, it's -> its
2015-10-10 12:29:56 -06:00
Seth Vargo
9f59249984
Merge pull request #235 from hashicorp/sethvargo/shopt
...
Add shopt globs to include hidden files
2015-10-10 13:47:25 -04:00
Seth Vargo
5d8cc8fb8f
Merge pull request #251 from charlieok/patch-1
...
change comma to semicolon
2015-10-10 13:47:15 -04:00
Seth Vargo
c56b957ad5
Merge pull request #252 from charlieok/patch-2
...
instead -> instead of
2015-10-10 13:46:56 -04:00
Seth Vargo
8ff2e78b96
Merge pull request #253 from charlieok/patch-3
...
virtual the machine -> virtual machine
2015-10-10 13:46:48 -04:00
Seth Vargo
c5397b3dc8
Merge pull request #254 from charlieok/patch-4
...
Update install.html.md
2015-10-10 13:46:40 -04:00
Charlie O'Keefe
a8b74a57a8
Update install.html.md
2015-10-10 11:45:34 -06:00
Charlie O'Keefe
0a202f5e6e
virtual the machine -> virtual machine
2015-10-10 11:31:22 -06:00
Charlie O'Keefe
203466252b
instead -> instead of
2015-10-10 10:47:40 -06:00
Charlie O'Keefe
35ed293a31
change comma to semicolon
2015-10-10 10:24:33 -06:00
Seth Vargo
f602ce8821
Merge pull request #249 from charlieok/patch-1
...
Update kubernetes.html.md
2015-10-10 11:55:39 -04:00
Charlie O'Keefe
889090be15
Update kubernetes.html.md
2015-10-10 00:16:39 -06:00
Alex Dadgar
75eb9e28d8
Fix raw exec test race condition
2015-10-09 20:56:28 -07:00
Alex Dadgar
9514cde6b8
Merge pull request #248 from charlieok/patch-1
...
Update ecs.html.md
2015-10-09 14:27:58 -07:00
Charlie O'Keefe
0c266684d6
Update ecs.html.md
2015-10-09 14:01:51 -06:00
Alex Dadgar
0d02839220
Merge pull request #237 from hashicorp/f-raw-exec-driver
...
A raw fork/exec driver that provides no isolation.
2015-10-09 11:30:12 -07:00
Alex Dadgar
bbdceca358
Better parsing of raw_exec option and updated docs
2015-10-09 11:29:59 -07:00
Seth Vargo
b998b86183
Merge pull request #244 from charlieok/patch-1
...
side affect -> side effect
2015-10-09 10:38:02 -04:00
Seth Vargo
2d24ee2bba
Merge pull request #246 from charlieok/patch-3
...
add space
2015-10-09 10:37:44 -04:00
Charlie O'Keefe
ff8d14cb62
add space
2015-10-09 08:34:28 -06:00
Charlie O'Keefe
3d5f236384
side affect -> side effect
2015-10-09 08:29:33 -06:00
Chris Bednarski
3de3d7b3a5
Merge pull request #226 from achanda/cover
...
Print coverage info while running tests
2015-10-09 00:12:43 -07:00
Chris Bednarski
6c90314a51
Merge pull request #225 from hashicorp/b-docker-port
...
Change docker default port to support windows and boot2docker
2015-10-08 23:50:11 -07:00
Alex Dadgar
2e4f1ae805
Merge pull request #240 from crosbymichael/wait
...
Reap process after sending kill signal
2015-10-08 17:10:23 -07:00
Michael Crosby
9b6e1b4daf
Reap process after sending kill signal
...
Without waiting on the process after sending a kill will cause zombies
and we all know what happens when we have a zombies outbreak.
There are other calls to kill in this file but they are done on the main
process for the task so they should have the wait method called at
sometime in their lifecycle.
2015-10-08 16:54:41 -07:00
Alex Dadgar
f58407d02a
Fix go vet format errors in exec_linux
2015-10-08 16:47:29 -07:00
Alex Dadgar
c25b6b9317
TestRPC_forwardRegion waits for test servers to join
2015-10-08 16:32:42 -07:00
Alex Dadgar
0681acbf69
Fix race condition in server endpoint tests in which workers would process evals before there status could be asserted
2015-10-08 15:36:42 -07:00
Alex Dadgar
ae6829c4f6
Fix AWS Networking Fingerprint tests failing when actually on AWS
2015-10-08 12:49:43 -07:00
Chris Bednarski
6e43a2ba33
Use DefaultDockerHost from fsouza upstream
2015-10-08 12:35:19 -07:00
Alex Dadgar
c4e4861889
Documentation
2015-10-08 12:19:39 -07:00
Alex Dadgar
60346ae8ec
Actually add the files
2015-10-08 12:19:39 -07:00
Alex Dadgar
7caa30b859
Change name from pexec to raw_exec; hamming distance one seemed like a bad idea
2015-10-08 12:19:39 -07:00
Alex Dadgar
1098e562fc
Privileged exec driver
2015-10-08 12:19:39 -07:00
Chris Bednarski
ae87aafaea
Merge pull request #233 from hashicorp/docs-executor
...
Clarified package documentation for executor
2015-10-08 11:36:11 -07:00
Armon Dadgar
e5191197f7
Merge pull request #234 from charlieok/patch-1
...
Remove redundant 'contains'
2015-10-08 14:33:27 -04:00
Seth Vargo
c31e1aad0e
Add shopt globs to include hidden files
2015-10-08 13:48:17 -04:00
Charlie O'Keefe
a9a7ebec4e
Remove redundant 'contains'
2015-10-08 08:39:27 -06:00
Chris Bednarski
7063c71461
Insert missing 'may be' and clean up some other formatting / phrasing
2015-10-08 01:38:39 -07:00
Chris Bednarski
dc1d845e2c
Added documentation for DOCKER_HOST and docker.endpoint; also filled in docs for docker.cleanup
2015-10-08 00:08:54 -07:00
Chris Bednarski
4a1ae3cd4a
Tweak phrasing to be clearer *why* that's not what we want
2015-10-08 00:07:07 -07:00
Chris Bednarski
c681ec1ba9
Removed wayward 's'
2015-10-08 00:04:45 -07:00
Chris Bednarski
ba59ebdfa9
Clarified package documentation for executor in response to #232
2015-10-08 00:02:46 -07:00
Alex Dadgar
7ab84c2862
Merge pull request #165 from achanda/rkt
...
Add a driver for rkt
2015-10-07 16:00:21 -07:00
Abhishek Chanda
9140796a49
Run gofmt
2015-10-07 22:24:16 +00:00
Abhishek Chanda
43a8a1af96
Add an optional exec parameter to task config
...
This overrides the default exec command in the ACI
2015-10-07 15:15:36 -07:00
Abhishek Chanda
558333dce9
Use Run for adding trust prefix
...
The trust needs to be added before anything can progress
2015-10-07 11:15:17 -07:00
Alex Dadgar
12545fc70a
Merge pull request #229 from iverberk/fix_vet_warnings
...
Fix vet warnings
2015-10-07 10:14:56 -07:00