summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use gem helper tasks to get rake releaserakefileMatt Wrock2016-02-031-15/+2
|
* 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
| |
| * Bump version to 2.2.0jdm/2.2.0Jay Mundrawala2015-09-011-1/+1
|/
* Merge pull request #104 from chef/jdm/prepare-220rc02.2.0.rc.0Jay Mundrawala2015-08-311-1/+1
|\ | | | | Bump version to 2.2.0.rc.0
| * Bump version to 2.2.0.rc.0Jay Mundrawala2015-08-311-1/+1
|/
* Add CHANGELOG entry for #102Jay Mundrawala2015-08-311-1/+3
|
* Merge pull request #102 from chef/jdm/no-windows-prJay Mundrawala2015-08-273-9/+9
|\ | | | | Remove dependency on windows-pr
| * Remove dependency on windows-prjdm/no-windows-prJay Mundrawala2015-08-263-9/+9
|/ | | | | windows-pr includes everything under the sun. This is means it does not work no nanoserver
* Merge pull request #103 from chef/jdm/testJay Mundrawala2015-08-261-2/+14
|\ | | | | Don't use presence of fd to check if fd's were inherited
| * Added comment for bugjdm/testJay Mundrawala2015-08-261-0/+10
| |
| * Don't use presence of fd to check if fd's were inheritedJay Mundrawala2015-08-261-2/+4
|/ | | | | | | | | This is breaking on windows with ruby 2.0.0p645. The issue seems to be that there is something at the fd, but it's not the file descriptor from the parent. Instead, we're now testing that both the fd exists and the file contains the contents that were written
* Merge pull request #97 from BackSlasher/patch-1Thom May2015-05-191-1/+1
|\ | | | | Update CHANGELOG.md
| * Update CHANGELOG.mdBackSlasher2015-05-181-1/+1
|/ | | Fixed typo
* bump version to 2.1.02.1.0Lamont Granquist2015-05-181-1/+1
|
* changelog for releaseLamont Granquist2015-05-181-0/+3
|