Commit Graph

1397 Commits

Author SHA1 Message Date
Armon Dadgar 0a258bf69c Merge pull request #263 from charlieok/patch-8
Add floor characters to math expression
2015-10-11 13:40:34 -04:00
Armon Dadgar 21788836db Merge pull request #257 from charlieok/patch-2
minor grammar fixes
2015-10-11 13:40:19 -04:00
Armon Dadgar f347ce17fb Merge pull request #256 from charlieok/patch-1
an skeleton -> a skeleton
2015-10-11 13:40:05 -04:00
Charlie O'Keefe 45e507488c Add floor characters to math expression 2015-10-10 20:21:05 -06:00
Charlie O'Keefe 5156c282c5 replace comman with 'and' 2015-10-10 17:58:30 -06:00
Charlie O'Keefe 7cd3e02c77 rewording suggestion
have it elect as a leader -> have it elected as a leader

Not completely sure if this is correct (maybe “have it elect itself as a leader” is better?)
2015-10-10 14:51:43 -06:00
Charlie O'Keefe fe8f934a43 minor grammar fixes
the updated -> the update
remove redundant 'each time', 'at a time'
2015-10-10 14:16:29 -06:00
Charlie O'Keefe af50e2a85c lets -> let's 2015-10-10 14:06:00 -06:00
Charlie O'Keefe 61c9929a9a this groups -> this group 2015-10-10 13:57:30 -06:00
Charlie O'Keefe 4f0c4066a4 minor grammar fixes
overtime -> over time
add comma
change -> to change
2015-10-10 13:55:09 -06:00
Charlie O'Keefe 7b43120a84 an skeleton -> a skeleton 2015-10-10 13:27:09 -06:00
Seth Vargo fa58969a12 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 cc101d8a74 is -> is a, it's -> its 2015-10-10 12:29:56 -06:00
Seth Vargo e54cebcc69 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 40e5970b2e Merge pull request #251 from charlieok/patch-1
change comma to semicolon
2015-10-10 13:47:15 -04:00
Seth Vargo bcec4b899a Merge pull request #252 from charlieok/patch-2
instead -> instead of
2015-10-10 13:46:56 -04:00
Seth Vargo ff451ab621 Merge pull request #253 from charlieok/patch-3
virtual the machine -> virtual machine
2015-10-10 13:46:48 -04:00
Seth Vargo 68310169f0 Merge pull request #254 from charlieok/patch-4
Update install.html.md
2015-10-10 13:46:40 -04:00
Charlie O'Keefe 9aa790ab53 Update install.html.md 2015-10-10 11:45:34 -06:00
Charlie O'Keefe 81297ba2a7 virtual the machine -> virtual machine 2015-10-10 11:31:22 -06:00
Charlie O'Keefe f5be43bf64 instead -> instead of 2015-10-10 10:47:40 -06:00
Charlie O'Keefe a30c8dc6a7 change comma to semicolon 2015-10-10 10:24:33 -06:00
Seth Vargo 822a086395 Merge pull request #249 from charlieok/patch-1
Update kubernetes.html.md
2015-10-10 11:55:39 -04:00
Charlie O'Keefe 664f9e9b4d Update kubernetes.html.md 2015-10-10 00:16:39 -06:00
Alex Dadgar c56017179f Fix raw exec test race condition 2015-10-09 20:56:28 -07:00
Daniel Imfeld 9f58d85762 GCE fingerprinter no longer updates network resources
It has nothing to add that the generic fingerprinters aren't
finding on their own already.
2015-10-09 18:34:57 -05:00
Alex Dadgar 3457746dec Merge pull request #248 from charlieok/patch-1
Update ecs.html.md
2015-10-09 14:27:58 -07:00
Charlie O'Keefe 0c19d75d3d Update ecs.html.md 2015-10-09 14:01:51 -06:00
Alex Dadgar 540007c1a3 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 db0ba9688d Better parsing of raw_exec option and updated docs 2015-10-09 11:29:59 -07:00
Seth Vargo 9aae5537c7 Merge pull request #244 from charlieok/patch-1
side affect -> side effect
2015-10-09 10:38:02 -04:00
Seth Vargo 336bd6fb34 Merge pull request #246 from charlieok/patch-3
add space
2015-10-09 10:37:44 -04:00
Charlie O'Keefe 2f58d6d854 add space 2015-10-09 08:34:28 -06:00
Charlie O'Keefe c8ee92b6e7 side affect -> side effect 2015-10-09 08:29:33 -06:00
Daniel Imfeld cbe349b8b4 Add a few more GCE-specific attributes:
* cpu-platform
* scheduling.automatic-restart
* scheduling.on-host-maintenance
* network.NETWORKNAME=true
2015-10-09 09:10:40 -05:00
Chris Bednarski 72abfefd79 Merge pull request #226 from achanda/cover
Print coverage info while running tests
2015-10-09 00:12:43 -07:00
Chris Bednarski 0d6c75eefb 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
Seth Vargo 3ddbb9dda8 Add Travis testing 2015-10-08 21:24:00 -04:00
Alex Dadgar 1570cf1a77 Merge pull request #240 from crosbymichael/wait
Reap process after sending kill signal
2015-10-08 17:10:23 -07:00
Michael Crosby 5fee9f37ec 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 cd44cc9ec6 Fix go vet format errors in exec_linux 2015-10-08 16:47:29 -07:00
Alex Dadgar 0bfc1977c3 TestRPC_forwardRegion waits for test servers to join 2015-10-08 16:32:42 -07:00
Alex Dadgar 29f141af85 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 8130510a5a Fix AWS Networking Fingerprint tests failing when actually on AWS 2015-10-08 12:49:43 -07:00
Chris Bednarski a9f1f64199 Use DefaultDockerHost from fsouza upstream 2015-10-08 12:35:19 -07:00
Alex Dadgar f209a07d10 Documentation 2015-10-08 12:19:39 -07:00
Alex Dadgar 751a17ef0c Actually add the files 2015-10-08 12:19:39 -07:00
Alex Dadgar 9d1d179deb 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 dbbaf03b98 Privileged exec driver 2015-10-08 12:19:39 -07:00
Chris Bednarski be93bbee76 Merge pull request #233 from hashicorp/docs-executor
Clarified package documentation for executor
2015-10-08 11:36:11 -07:00