summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Merge pull request #96 from chef/lcg/rspec3Lamont Granquist2015-05-155-285/+355
|\ | | | | rspec3ification
| * force expect syntaxLamont Granquist2015-05-151-0/+3
| |
| * rspec3ificationLamont Granquist2015-05-155-285/+352
|/
* add CHANGELOG.mdLamont Granquist2015-05-151-1/+3
|
* Merge pull request #94 from chef/lcg/no-getpgrpLamont Granquist2015-05-152-31/+14
|\ | | | | remove getpgrp back to setsid
| * remove getpgrp back to setsidlcg/no-getpgrpLamont Granquist2015-05-152-31/+14
| |
* | Fix 2 ruby warnings for uninitialized variablesdanielsdeleo2015-05-153-0/+5
|/
* update CHANGELOG.md for mergeLamont Granquist2015-05-141-0/+5
|
* Merge pull request #78 from BackSlasher/add-loginLamont Granquist2015-05-143-5/+150
|\ | | | | with_logon now simulates login in unix
| * Added TODO for next majorNitz2015-02-152-0/+6
| |
| * Option "login" now simulates login in unixNitz2015-02-153-5/+144
| | | | | | | | | | | | | | | | | | Added: * Secondary groups from etc files * Set environment variables like `su` would * Set primary group to user's primary group if no other group specified All only if `login` is set
* | Merge pull request #92 from chef/ksubrama/win64Kartik Null Cating-Subramanian2015-05-014-15/+11
|\ \ | | | | | | Refactor platform dependent gem creation.
| * | Clean up Rakefile/platform dependent gem generation.ksubrama/win64Kartik Null Cating-Subramanian2015-04-244-15/+11
|/ / | | | | | | | | Use the "universal" platform when building the windows gems to let us simultaneously support 32 and 64 bit windows builds.
* | Merge pull request #91 from chef/ksubrama/test_fixKartik Null Cating-Subramanian2015-04-221-1/+1
|\ \ | | | | | | Change mixlib spec test to pass on windows by invoking powershell explicitly.
| * | Change mixlib spec test to pass on windows by invoking powershell explicitly.ksubrama/test_fixKartik Null Cating-Subramanian2015-04-211-1/+1
|/ /
* | Merge pull request #88 from docwhat/patch-1Lamont Granquist2015-02-021-1/+1
|\ \ | | | | | | README: typo in example
| * | README: typo in exampleChristian Höltje2015-02-021-1/+1
|/ / | | | | Fixed a simple transposition of characters.
* | Merge pull request #85 from opscode/jdm/2.0.12.0.1Jay Mundrawala2014-12-192-1/+6
|\ \ | | | | | | 2.0.1 Release
| * | Bumped version to 2.0.1Jay Mundrawala2014-12-191-1/+1
| | |
| * | Updated Changelog for 2.0.1Jay Mundrawala2014-12-191-0/+5
|/ /
* | Merge pull request #79 from opscode/jdm/win-kill-procJay Mundrawala2014-12-182-99/+121
|\ \ | | | | | | On windows, send sigkill to process if it exceeds its alloted time
| * | Add some test coverage for timeouts on windowsJay Mundrawala2014-12-181-99/+115
| | |
| * | On windows, send sigkill to process if it exceeds its alloted timeJay Mundrawala2014-12-181-0/+6
|/ / | | | | | | | | | | | | | | | | Timeouts did not work correctly on windows because we do not kill or abandon the process. What was happening was a timeout condition was getting correctly detected, and an exception was being raised. However, before the exception could propogate, whatever the process was writing was fully read until it closed its FD.
* | Merge pull request #81 from opscode/jdm/test-fixesJay Mundrawala2014-12-184-9/+38
|\ \ | |/ |/| Get specs to pass on windows