summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* Chef-12 RC Provider ResolverLamont Granquist2014-10-242-0/+136
* remove chef/shell_out deplcg/remove-shellout-requireLamont Granquist2014-10-141-4/+0
* Revert "remove chef/shell_out dep"Lamont Granquist2014-10-141-0/+4
* remove chef/shell_out depLamont Granquist2014-10-141-4/+0
* Fixing bug where tried to use the homebrew provider on OSX and didn't correc...tball/homebrew_fixtyler-ball2014-10-131-1/+1
* Merge pull request #2041 from nsdavidson/Issues-1689Serdar Sutay2014-10-101-2/+2
|\
| * Updated command mixin to specify Kernel.execNolan Davidson2014-09-131-2/+2
* | Moving documentation to a more logical place. Also no longer dis-allowing us...tyler-ball2014-10-071-7/+5
* | Missed file on last committyler-ball2014-10-071-3/+2
* | homebrew_owner now tries to run homebrew as the user who owns the `brew` exec...tyler-ball2014-10-072-58/+71
* | Merge pull request #2024 from opscode/jdmundrawala/windows_env_pathJay Mundrawala2014-09-301-0/+56
|\ \
| * | Moved windows environment helper functions to their own modulejdmundrawala/windows_env_pathJay Mundrawala2014-09-111-0/+56
| |/
* | Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it go...tyler-ball2014-09-191-0/+58
* | Initial dsc_configuration resource implementationAdam Edwards2014-09-191-0/+16
|/
* Marshall.dump can't dump an IOLamont Granquist2014-09-081-2/+4
* add config option for the default_localeLamont Granquist2014-09-081-2/+2
* unicode shell_out fixes plus mixlib-shellout 2.xLamont Granquist2014-09-081-16/+28
* Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-301-1/+3
* CHEF-4101: DeepMerge - support overwriting hash values with nilMalte Swart2014-08-231-3/+6
* Just use query_helpersClaire McQuin2014-08-141-1/+1
* Remove recipe DSL from base provider.Claire McQuin2014-08-141-0/+1
* Chef:Provider:Execute's logic on whether or not to use live_stream gets blindlyKevin Graham2014-07-161-1/+1
* Allow default values to be a DelayedEvaluatorSeth Vargo2014-07-111-0/+7
* Clean up logic.Claire McQuin2014-06-271-13/+3
* Set environment option's 'LC_ALL' to nil if not present in option.Claire McQuin2014-06-271-19/+16
* Properly modify environment option based on ENVClaire McQuin2014-06-271-6/+24
* Fix shell_out_with_systems_locale logic, add specs.Claire McQuin2014-06-271-3/+3
* Remove unnecessary debug statements.Claire McQuin2014-06-271-5/+2
* Add function shell_out_with_systems_locale.Claire McQuin2014-06-271-0/+13
* Restore check for Windows platform in windows_architecture_helper to fix spec...adamedx2014-06-201-10/+14
* Fix undefined Windows constants on non-Windows platformsadamedx2014-06-201-2/+4
* CHEF-5287: Use IsWow64Process instead of ENV hash to determine 32-bit process...Adam Edwards2014-06-201-4/+18
* Merge pull request #1000 from ljagiello/CHEF-4562Claire McQuin2014-06-091-0/+1
|\
| * remove leading underscoreLukasz Jagiello2013-09-201-0/+1
* | Decrease number of default threadsClaire McQuin2014-05-151-2/+2
* | Refactor rescue behavior.Claire McQuin2014-05-141-15/+20
* | Comment threadsafe change.Claire McQuin2014-05-131-0/+8
* | make mixin/create_path threadsafeClaire McQuin2014-05-131-2/+5
* | Use safe_dup for DeepMerge#deep_merge to avoid TypeErrordanielsdeleo2014-03-241-1/+1
* | Rescue TypeError duping un-dupable types in deep mergedanielsdeleo2014-03-241-1/+7
* | [CHEF-4918] Don't destructively merge subhashes in hash_only_merge!Steven Danna2014-03-191-3/+5
* | Create a method to get IO for live stream.Ryota Arai2014-02-111-3/+9
* | allow chef to be invoked with empty environment (env -i)Ranjib Dey2013-12-201-0/+1
* | Refactor handle_command_failures method.Ryota Arai2013-11-261-12/+11
* | CHEF-4633: fix inefficient assignment in deep mergeAvishai Ish-Shalom2013-11-061-4/+4
* | Mark popen4 tests "volatile" to prevent spurious Ci failuresdanielsdeleo2013-10-181-0/+20
* | chef/mixin/shell_out should require mixlib/shelloutJeremiah Snapp2013-10-101-0/+4
* | Fix typos suggested by PR #477 - H/T Karan MisraBryan McLellan2013-10-091-2/+2
* | Use the platform's line endings when rendering templates.sersut2013-10-021-16/+13
* | Normalize whitespace on all filesSeth Vargo2013-09-2611-94/+94
|/