summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add logging message if attempting to kill critical processsmurawski/agressive_terminationSteven Murawski2016-06-062-6/+16
|
* Keep `kill_process_tree` from killing protected system processes.Steven Murawski2016-05-242-16/+68
|
* current debugging gemsSteven Murawski2016-05-241-0/+3
|
* Merge pull request #122 from tas50/masterTim Smith2016-03-027-45/+85
|\ | | | | Improve documentation + misc fixes
| * 2.3 is not yet known by RVM so use 2.3.0Tim Smith2016-03-021-1/+1
| | | | | | See https://github.com/travis-ci/travis-ci/issues/5361
| * Update ruby versions to test onTim Smith2016-03-021-3/+4
| |
| * Link to the code for the complete listTim Smith2016-02-171-5/+1
| | | | | | | | | | Technically I could type this all, but it's probably easier to just link direct to the options
| * Document more advanced usageTim Smith2016-02-171-10/+15
| | | | | | | | Fix badge and some formatting as well
| * Add badges to the readmeTim Smith2016-02-171-1/+5
| |
| * opscode -> ChefTim Smith2016-02-174-13/+13
| |
| * Update travis configTim Smith2016-02-171-0/+6
| | | | | | | | | | | | Test on Ruby 2.2 Run in the container environment Cache gems
| * Expand the license sectionTim Smith2016-02-171-3/+19
| |
| * Format markdown for better renderingTim Smith2016-02-171-20/+32
| | | | | | | | Also add the require to the example and fix an awkward sentence
| * Opscode -> ChefTim Smith2016-02-171-3/+3
|/
* Merge pull request #119 from chef/rel_2_2_62.2.6Matt Wrock2016-02-032-1/+5
|\ | | | | release 2.2.6
| * release 2.2.6Matt Wrock2016-02-032-1/+5
|/
* Merge pull request #118 from chef/inheritMatt Wrock2016-02-023-3/+4
|\ | | | | fixes regression where CreateProcessWithLogonW wants a boolean
| * removing ruby 1.9.3 from appveyor testsinheritMatt Wrock2016-02-021-2/+1
| |
| * change CreateProcessAsUserW to use a int instead of boolMatt Wrock2016-02-022-1/+3
|/
* release 2.2.52.2.5Thom May2015-12-022-2/+2
|
* bump to 2.2.4Thom May2015-12-022-1/+6
|
* Merge pull request #114 from tschuy/allow_environment_symbolsThom May2015-12-022-1/+13
|\ | | | | convert environment hash keys to strings
| * convert environment hash keys to stringsEvan Tschuy2015-11-102-1/+13
|/ | | | | | | by converting the hash keys to strings, we can use symbols in our environment blocks: environment {FOO: 'bar', SHELL: 'zsh'}
* bumping to 2.2.32.2.3domain_userMatt Wrock2015-10-222-1/+5
|
* update changelogMatt Wrock2015-10-221-0/+1
|
* move wmi lite dependency to windows gemspecMatt Wrock2015-10-222-1/+1
|
* add a comment for the recursive functionMatt Wrock2015-10-221-0/+4
|
* improve the test to more accurately detrermine if child process is killedMatt Wrock2015-10-202-11/+12
|
* removing specialized logger and cleaning loggingMatt Wrock2015-10-201-12/+14
|
* merging latest masterMatt Wrock2015-10-195-253/+252
|\
| * Bump to 2.2.22.2.2Kartik Null Cating-Subramanian2015-10-192-1/+6
| |
| * Merge pull request #113 from chef/ksubrama/win32-processKartik Null Cating-Subramanian2015-10-192-251/+244
| |\ | | | | | | Fix #111
| | * Clean up the monkey-patchingksubrama/win32-processKartik Null Cating-Subramanian2015-10-151-246/+239
| | |
| | * Pull in upstream changes into monkey-patchKartik Null Cating-Subramanian2015-10-151-14/+14
| | |
| | * Fix #111Kartik Null Cating-Subramanian2015-10-151-1/+1
| |/
| * Merge pull request #112 from chef/ksubrama/gemspecKartik Null Cating-Subramanian2015-10-091-1/+2
| |\ | | | | | | Add gemspec files to allow bundler to run from the gem
| | * Add gemspec files to allow bundler to run from the gemKartik Null Cating-Subramanian2015-10-091-1/+2
| |/
| * Ship the Gemfile so tests run from the gemJohn Keiser2015-09-301-1/+1
| |
* | pinning this btranch to v2.0.1Matt Wrock2015-09-291-1/+1
| |
* | log to our own fileMatt Wrock2015-09-281-7/+24
| |
* | add logging for each child process killedMatt Wrock2015-09-241-0/+1
| |
* | kill all windows child processes when the command times outMatt Wrock2015-09-243-0/+29
| |
* | make tests pass when run by a domain joined userMatt Wrock2015-09-241-2/+2
|/
* Merge pull request #108 from chef/rel2212.2.1Matt Wrock2015-09-112-1/+5
|\ | | | | release 2.2.1
| * release 2.2.1Matt Wrock2015-09-112-1/+5
|/
* Merge pull request #107 from chef/mwrock/dir_in_commandMatt Wrock2015-09-112-2/+37
|\ | | | | prevent shellout from attempting to execute a directory on windows
| * prevent shellout from attempting to execute a directory on windowsMatt Wrock2015-09-112-2/+8
| |
| * have failing testMatt Wrock2015-09-111-0/+29
|/
* Merge pull request #106 from chef/jdm/2.2.02.2.0Jay Mundrawala2015-09-022-2/+2
|\ | | | | Bump version to 2.2.0
| * update changelogJay Mundrawala2015-09-021-1/+1
| |