summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* Add provides_nothing and let it override even Chef::Resource::X automatic namesJohn Keiser2015-05-131-2/+2
* Make explicit "provides" override automaticJohn Keiser2015-05-131-0/+4
* Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-131-1/+2
* Allow unformatter to work when logger is not showing timestampsJay Mundrawala2015-05-071-2/+2
* Added Unformatter mixinJay Mundrawala2015-05-071-0/+32
* Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-241-0/+1
* Revert "Fix API break in 12.3.0.rc.0"Lamont Granquist2015-04-241-1/+0
* Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-241-0/+1
* add resource_resolver and resource_priority_mapLamont Granquist2015-04-151-0/+32
* Revert "Merge pull request #2956 from chef/lcg/deploy-fixes"Jay Mundrawala2015-03-251-42/+19
* Reorganize powershell_type_coercionsJay Mundrawala2015-03-201-13/+15
* Remove unused codeJay Mundrawala2015-03-201-6/+6
* Escape strings when they contain a special characterJay Mundrawala2015-03-201-10/+21
* Allow with_os_architecture to figure things outJay Mundrawala2015-03-201-0/+8
* Added type coercsion for arrayJay Mundrawala2015-03-201-1/+9
* Update PowershelTypeCoercions to call to_psobjectJay Mundrawala2015-03-201-1/+4
* Add type coercion for hashJay Mundrawala2015-03-201-1/+9
* Added Powershell Type Coercion mixinJay Mundrawala2015-03-201-0/+50
* fix Lint/UnderscorePrefixedVariableNameLamont Granquist2015-02-231-5/+5
* make comparison really strictLamont Granquist2015-02-231-1/+1
* handle autovivifying ivars on accessLamont Granquist2015-02-231-2/+7
* nillable deploy resource + nillable LWRP argsLamont Granquist2015-02-231-20/+38
* get_source_from_pkg should check package_name for array, not namePhil Dibowitz2015-02-031-1/+1
* Multipackge supportPhil Dibowitz2015-02-031-0/+1
* Use default argument values for #define_method and avoid exceptions (ruby < 2...Xabier de Zuazo2015-01-271-4/+1
* Remove some RUBY_VERSION < 2 comparisons (ruby < 2 specific, issue #2497)Xabier de Zuazo2015-01-271-5/+1
* Mixin::Securable: remove ruby 1.8 specific code (issue #2497)Xabier de Zuazo2015-01-271-4/+1
* Remove binread functions (ruby 1.8 specific, issue #2497)Xabier de Zuazo2015-01-271-14/+2
* Merge pull request #2717 from chef/tball/guard_interpreterTyler Ball2015-01-261-1/+1
|\
| * Fixing #2694 - resource guards are executed in why_run modetball/guard_interpretertyler-ball2015-01-051-1/+1
* | add forcing of LANG and LANGUAGE env varsLamont Granquist2015-01-121-1/+7
|/
* Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into tball...tyler-ball2014-11-252-3/+3
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-082-3/+3
* | WIP: immutabilizing deep mergelcg/remove-knockout-mergeLamont Granquist2014-11-211-5/+13
* | role_merge can be elmianted nowLamont Granquist2014-11-211-9/+0
* | remove InvalidSubtractiveMerge classLamont Granquist2014-11-211-2/+0
* | remove old knockout merge exceptionLamont Granquist2014-11-211-33/+0
* | Merge pull request #2336 from opscode/lcg/12-systemd-fixesjdm/fooSerdar Sutay2014-11-081-0/+37
|\ \
| * | extract which to a mixin, use for systemctlLamont Granquist2014-11-081-0/+37
| |/
* | Revert "CHEF-4101: DeepMerge - support overwriting hash values with nil"sersut/revert-attr-nil-overrideSerdar Sutay2014-11-081-6/+3
|/
* 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