summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.1.0.rc.11.1.0.rc.1Bryan McLellan2012-08-061-1/+1
* Merge pull request #4 from hosh/chef-2994-stdin-support-r1Ho-Sheng Hsiao2012-05-1110-434/+1047
|\
| * [RSPEC] Use Rspec 3 metadataHo-Sheng Hsiao2012-05-103-13/+14
| * [CHEF-2994][WINDOWS] Added edge cases to specs for Utils.should_run_under_cmd?()Ho-Sheng Hsiao2012-05-101-0/+50
| * [CHEF-2994][WINDOWS] Expanded Utils.should_run_under_cmd?() to work like Ruby...Ho-Sheng Hsiao2012-05-102-17/+78
| * [CHEF-2994][WINDOWS] Fixed Utils.which()Ho-Sheng Hsiao2012-05-103-10/+58
| * [CHEF-2994][DOC] Add stdin example to READMEHo-Sheng Hsiao2012-05-101-0/+8
| * [CHEF-2994][RSPEC] Fixed specs to run under UnixHo-Sheng Hsiao2012-05-101-1/+1
| * [CHEF-2994][WINDOWS] Mixlib::ShellOut::Windows should push input into stdinHo-Sheng Hsiao2012-05-102-9/+15
| * [CHEF-2994][WINDOWS] Mixlib::ShellOut::Windows::Utils.which() is broken and s...Ho-Sheng Hsiao2012-05-101-1/+4
| * [CHEF-2994][WINDOWS] Factored out utility methods to Mixlib::ShellOut::Window...Ho-Sheng Hsiao2012-05-102-20/+27
| * [CHEF-2994][WINDOWS] Broke out monkey patches to mixlib/shellout/windows/core...Ho-Sheng Hsiao2012-05-102-364/+389
| * [CHEF-2994][WINDOWS] Broke up #command_to_run into manageable chunksHo-Sheng Hsiao2012-05-101-14/+19
| * [CHEF-2994][WINDOWS] Added specs for valid exe at location with unquoted exeHo-Sheng Hsiao2012-05-101-0/+25
| * [CHEF-2994][WINDOWS] Added specs for empty commandHo-Sheng Hsiao2012-05-101-0/+9
| * [CHEF-2994][WINDOWS] Added unit tests for invalid batch filesHo-Sheng Hsiao2012-05-101-0/+10
| * [CHEF-2994][WINDOWS] Added unit tests for valid batch filesHo-Sheng Hsiao2012-05-101-0/+17
| * [CHEF-2994][WINDOWS] Added unit tests for private method #command_to_runHo-Sheng Hsiao2012-05-102-2/+115
| * [CHEF-2994][WINDOWS] Fixed remaining failing tests on windowsHo-Sheng Hsiao2012-05-103-13/+19
| * [RSPEC] Moved shellout_spec up to make room for unit testsHo-Sheng Hsiao2012-05-101-0/+0
| * [CHEF-2994][WINDOWS] Fixed multiple quotes for non batch filesHo-Sheng Hsiao2012-05-101-0/+18
| * [CHEF-2994][WINDOWS] Fixed multiple quotes in commandHo-Sheng Hsiao2012-05-102-10/+28
| * [CHEF-2994][WINDOWS] Disable stdin specs for windows platformHo-Sheng Hsiao2012-03-281-5/+5
| * [CHEF-2994][RB192] Turn off rubygems for child ruby processesHo-Sheng Hsiao2012-03-282-4/+16
| * [CHEF-2994][RB187] Got specs passing for Ruby 1.8.7 (Linux)Ho-Sheng Hsiao2012-03-271-4/+6
| * [CHEF-2994][RSPEC] ShellOut#run_command when subprocess pauses before reading...Ho-Sheng Hsiao2012-03-261-0/+12
| * [CHEF-2994][RSPEC] ShellOut#run_command when subprocess closes prematurely wi...Ho-Sheng Hsiao2012-03-261-0/+13
| * [CHEF-2994][RSPEC] ShellOut#run_command when exiting with invalid code with i...Ho-Sheng Hsiao2012-03-261-0/+13
| * [CHEF-2994][RSPEC] ShellOut#run_command when execution fails with input shoul...Ho-Sheng Hsiao2012-03-261-0/+9
| * [CHEF-2994][RSPEC] ShellOut#run_command with subprocess that pipes lots of da...Ho-Sheng Hsiao2012-03-261-0/+24
| * [CHEF-2994][RSPEC] ShellOut#run_command with subprocess that reads lots of da...Ho-Sheng Hsiao2012-03-261-0/+12
| * [CHEF-2994][RSPEC] ShellOut#run_command with subprocess that closes stdin and...Ho-Sheng Hsiao2012-03-261-0/+9
| * [CHEF-2994][STDIN] Child process should accept stdin input if input is specifiedHo-Sheng Hsiao2012-03-263-9/+40
| * [CHEF-2994][STDIN] ShellOut.new should accept input as an optionHo-Sheng Hsiao2012-03-262-2/+11
| * [CHEF-2994][STDIN] ShellOut#input should set the input optionHo-Sheng Hsiao2012-03-261-0/+10
| * [CHEF-2994][STDIN] Option :input should be set to nil by defaultHo-Sheng Hsiao2012-03-262-0/+6
| * [CHEF-2994][RSPEC] ShellOut should be able to handle commands with stdin file...Ho-Sheng Hsiao2012-03-261-1/+22
* | Merge pull request #1 from hosh/rspecHo-Sheng Hsiao2012-03-306-403/+684
|\ \ | |/
| * [RSPEC] Consolidated mini-dsl globallyHo-Sheng Hsiao2012-03-231-32/+41
| * [RSPEC] Consolidated / dry up let(:ruby_code)Ho-Sheng Hsiao2012-03-231-20/+14
| * [RSPEC/DOC] Clarified comments about windows evironmental localeHo-Sheng Hsiao2012-03-231-3/+1
| * [RSPEC] Refactored spec for #format_for_exceptionHo-Sheng Hsiao2012-03-231-11/+18
| * [RSPEC] Refactored spec for closing stdout before closing stderrHo-Sheng Hsiao2012-03-231-15/+22
| * [RSPEC] Refactored spec for closing stdin when we have no input data for itHo-Sheng Hsiao2012-03-231-4/+11
| * [RSPEC] Refactored spec for recovering error messagesHo-Sheng Hsiao2012-03-231-3/+5
| * [RSPEC] Refactored spec for setting LC_ALL to nilHo-Sheng Hsiao2012-03-231-10/+20
| * [RSPEC] Refactored spec for handling localeHo-Sheng Hsiao2012-03-231-23/+32
| * [RSPEC] Refactored spec for subprocess that pauses efore writingHo-Sheng Hsiao2012-03-231-5/+8
| * [RSPEC] Refactored spec for subprocess that writes, pauses, and writesHo-Sheng Hsiao2012-03-231-5/+8
| * [RSPEC] Refactored spec for dumping lots of data through STDOUT and STDERRHo-Sheng Hsiao2012-03-231-13/+18