summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add general information about how/when to use shell_out/shell_out!Bryan McLellan2013-08-191-0/+5
* solaris9, 10 on some failures for example invalid mins in crontab fails with ...kaustubh-d2013-08-041-4/+13
* Remove block parameter support from #set_or_returnChris Roberts2013-06-191-4/+2
* Rename #delay_eval helper to #lazy. Update specs to account for change.Chris Roberts2013-06-191-1/+1
* Allow delayed attribute evaluation. Add tests for delayed evaluationChris Roberts2013-06-191-8/+23
* don't depend on line separator in partial testsdanielsdeleo2013-06-141-1/+1
* Explain optional \r in newline conversion regexdanielsdeleo2013-06-071-0/+4
* Improve line separator conversion on windowsDaniel DeLeo2013-06-071-1/+1
* Add ruby 1.8 fallbacks for IO.binreaddanielsdeleo2013-06-071-2/+14
* Make sure file_class doesn't raise an exception when links are not supported ...sersut2013-06-041-9/+0
* Merge branch 'master' into file-refactorsersut2013-05-311-3/+0
|\
| * removed unused variable definitionLoic ANTOINE-GOMBEAUD2013-05-231-3/+0
* | Fix method override warnings tests for the new methods.sersut2013-05-301-1/+2
* | Make sure that windows line endings are protected during template rendering.sersut2013-05-301-19/+35
* | Add warning when overriding core template functionalitydanielsdeleo2013-05-301-0/+5
* | Add inline doc for TemplateContextdanielsdeleo2013-05-291-2/+13
* | Move helper module compilation inside template resourcedanielsdeleo2013-05-291-22/+0
* | Pass template extensions through to partialsdanielsdeleo2013-05-291-10/+73
* | fix whitespace and ruby warningsdanielsdeleo2013-05-291-15/+15
|/
* fix deprecation warning. Fixes CHEF-3847Darren Birkett2013-04-121-1/+1
* OC-4739: Merge functional tests, Win2k3 compatibilityadamedx2013-02-191-2/+46
* OC-4739: OC-4748: Create powershell and batch providers in core Chefadamedx2013-02-191-0/+47