Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --exit-on-error option to knife sshryan/knife_ssh_on_error | Ryan Cragun | 2015-03-03 | 1 | -0/+7 |
| | |||||
* | Merge pull request #2949 from thommay/core_lt | Adam Jacob | 2015-03-02 | 1 | -0/+1 |
|\ | | | | | propose myself as a lieutenant | ||||
| * | propose myself as a lieutenant | Thom May | 2015-02-19 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #2948 from thommay/maintainerize_me | Adam Jacob | 2015-03-02 | 1 | -0/+2 |
|\ \ | | | | | | | Add myself as a maintainer | ||||
| * | | Add myself as a maintainer | Thom May | 2015-02-19 | 1 | -0/+2 |
| |/ | | | | | | | for both core chef-client and for ubuntu specific bits | ||||
* | | Merge pull request #2999 from chef/pr-2988 | Jay Mundrawala | 2015-03-02 | 2 | -1/+16 |
|\ \ | | | | | | | Pr 2988 | ||||
| * | | Add parens to highlight precedencepr-2988 | Jay Mundrawala | 2015-03-02 | 1 | -1/+2 |
| | | | |||||
| * | | Fix expect receive | Jay Mundrawala | 2015-03-02 | 1 | -1/+1 |
| | | | |||||
| * | | Rename spec | Jay Mundrawala | 2015-03-02 | 1 | -1/+1 |
| | | | |||||
| * | | write spec for case of validation_key is nil. | sawanoboly | 2015-02-27 | 1 | -0/+14 |
| | | | |||||
| * | | avoid case Chef::Config[:validation_key] is nil. | sawanoboly | 2015-02-27 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2997 from chef/jdm/yum-fix | Jay Mundrawala | 2015-03-02 | 2 | -20/+20 |
|\ \ \ | | | | | | | | | Adding Chef::Mixin::Command back to Package provider base class | ||||
| * | | | Remove unused require in yum package provider | Jay Mundrawala | 2015-03-02 | 1 | -1/+0 |
| | | | | |||||
| * | | | Update specs for yum package provider to use shell_out | Jay Mundrawala | 2015-03-02 | 2 | -14/+17 |
| | | | | |||||
| * | | | Use shell_out instead of output_of_command for yum package providerjdm/yum-fix | Jay Mundrawala | 2015-03-02 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The yum package provider was broken by #2924 because Chef::Mixin::Command was removed from the base Package provider. Without this patch, I was getting: ``` NoMethodError ------------- undefined method `output_of_command' for #<Chef::Provider::Package::Yum:0x00000003a5f278> ``` when trying to execute ```ruby package "gdb" do action :install end ``` on Centos 6.5 Chef was breaking in weird ways and it didn't produce a stacktrace.out, which was a little concerning, however that's a different bug | ||||
* | | | | Merge pull request #2995 from chef/jdm/win-service-doc-changestball/mingw-shenanigans | Jay Mundrawala | 2015-02-27 | 3 | -0/+12 |
|\ \ \ \ | |/ / / |/| | | | Update rel notes, doc changes, and changelog for windows service changes | ||||
| * | | | Update rel notes, doc changes, and changelog for windows service changes | Jay Mundrawala | 2015-02-27 | 3 | -0/+12 |
|/ / / | |||||
* | | | Merge pull request #2990 from chef/tball/mingw-shenanigans | Jay Mundrawala | 2015-02-27 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | Loosening up some gem dependencies so there are not conflicts in chef-dk | ||||
| * | | | Loosening up some gem dependencies so there are not conflicts in chef-dk | tyler-ball | 2015-02-27 | 1 | -4/+4 |
| |/ / | |||||
* | | | Merge pull request #2992 from chef/jdm/osx-fix | Jay Mundrawala | 2015-02-27 | 2 | -11/+18 |
|\ \ \ | | | | | | | | | Fix specs on OSX | ||||
| * | | | Move tar_cmdjdm/osx-fix | Jay Mundrawala | 2015-02-27 | 1 | -14/+14 |
| | | | | |||||
| * | | | Use tar_cmd instead of tar directly | Jay Mundrawala | 2015-02-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update spec to mock out tar_cmd | Jay Mundrawala | 2015-02-27 | 1 | -2/+3 |
| | | | | |||||
| * | | | Refactor tar_cmd | Jay Mundrawala | 2015-02-27 | 1 | -8/+14 |
| |/ / | |||||
* | | | Merge pull request #2986 from chef/jdm/win-service | Jay Mundrawala | 2015-02-27 | 3 | -12/+41 |
|\ \ \ | |/ / |/| | | Chef client running as a windows service should have a configurable timeout | ||||
| * | | Update windows_service_spec to use 2 hour timeoutjdm/win-service | Jay Mundrawala | 2015-02-27 | 1 | -2/+2 |
| | | | |||||
| * | | Change default timeout to 2 hours | Jay Mundrawala | 2015-02-27 | 1 | -1/+1 |
| | | | |||||
| * | | Add spec to check timeout is passed to shellout | Jay Mundrawala | 2015-02-26 | 1 | -11/+28 |
| | | | |||||
| * | | Updated windows_service_spec to expect the timeout | Jay Mundrawala | 2015-02-26 | 1 | -2/+2 |
| | | | |||||
| * | | Add help for windows service timeout | Jay Mundrawala | 2015-02-26 | 1 | -0/+6 |
| | | | |||||
| * | | Change win service watchdog timeout to 20 mins | Jay Mundrawala | 2015-02-26 | 1 | -1/+1 |
| | | | |||||
| * | | Modify windows_service to use timeout | Jay Mundrawala | 2015-02-26 | 1 | -1/+1 |
| | | | |||||
| * | | Added documentation for watchdog_timeout | Jay Mundrawala | 2015-02-26 | 1 | -0/+2 |
| | | | |||||
| * | | Add a configurable timeout for windows service | Jay Mundrawala | 2015-02-26 | 1 | -0/+1 |
| | | | |||||
| * | | Add config_context for the windows service | Jay Mundrawala | 2015-02-26 | 1 | -0/+3 |
|/ / | |||||
* | | Send search count to stderr | danielsdeleo | 2015-02-26 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #2983 from chef/tball/include_shellout | Tyler Ball | 2015-02-25 | 1 | -0/+1 |
|\ \ | | | | | | | Missing require - causes `missing Constant` error when files are loaded in unexpected order | ||||
| * | | Missing require - causes missing Constant when files are loaded in ↵ | tyler-ball | 2015-02-25 | 1 | -0/+1 |
|/ / | | | | | | | unexpected order | ||||
* | | Merge pull request #2954 from chef/lcg/lint-fixes | Lamont Granquist | 2015-02-23 | 9 | -24/+24 |
|\ \ | | | | | | | Lcg/lint fixes | ||||
| * | | fix specs | Lamont Granquist | 2015-02-23 | 3 | -7/+2 |
| | | | | | | | | | | | | | | | reverts #get_default_attributes and #create_ace_with_mask_and_sid back to public methods, removes some redundant selfs | ||||
| * | | fixes Lint/UselessAccessModifier | Lamont Granquist | 2015-02-23 | 6 | -12/+17 |
| | | | |||||
| * | | fix Lint/UnderscorePrefixedVariableName | Lamont Granquist | 2015-02-23 | 3 | -10/+10 |
| | | | |||||
* | | | Merge pull request #2964 from chef/jtimberman-osx-lt | Nathen Harvey | 2015-02-23 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | Nominate promoting myself to OS X Lt. | ||||
| * | | Nominate promoting myself to OS X Lt.jtimberman-osx-lt | jtimberman | 2015-02-20 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #2956 from chef/lcg/deploy-fixes | Lamont Granquist | 2015-02-23 | 7 | -304/+207 |
|\ \ \ | |/ / |/| | | nillable deploy resource + nillable LWRP args | ||||
| * | | add md file | Lamont Granquist | 2015-02-23 | 1 | -0/+4 |
| | | | |||||
| * | | make comparison really strict | Lamont Granquist | 2015-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | must be object identity and use #equals? off of the NULL_ARG object in case arg defines some insanely overridden methods. | ||||
| * | | add explicit test for nillable_set_or_return | Lamont Granquist | 2015-02-23 | 1 | -0/+7 |
| | | | |||||
| * | | add nillable_set_or_return tests to the mixin | Lamont Granquist | 2015-02-23 | 1 | -63/+70 |
| | | | |||||
| * | | handle autovivifying ivars on access | Lamont Granquist | 2015-02-23 | 1 | -2/+7 |
| | | |