summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* Better API version error handling helper code.tylercloke2015-06-051-25/+32
* Reregister V0 support for Chef::Client.tylercloke2015-06-051-0/+9
* Added V1 support to Chef::User.update and removed admin field.tylercloke2015-06-051-8/+5
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-0/+53
* Fix hyphenated LWRP nameshyphenated-lwrpJohn Keiser2015-06-031-4/+10
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-021-8/+4
* Use the central priority map for `provides`John Keiser2015-06-021-18/+9
* change executionpolicy to unrestrictedLamont Granquist2015-05-291-1/+1
* fix missing requiresLamont Granquist2015-05-291-0/+3
* add powershell_out mixinLamont Granquist2015-05-292-2/+100
* Fix up deprecated_attr_*, add testsJohn Keiser2015-05-281-20/+16
* Deprecate some things that don't seem to be needed outsideJohn Keiser2015-05-281-0/+28
* add windows guardLamont Granquist2015-05-261-1/+1
* add unicode WM_SETTINGCHANGE broadcastLamont Granquist2015-05-261-2/+11
* Allow spaces in files for remote_fileJay Mundrawala2015-05-211-0/+11
* Merge pull request #3318 from chef/jdm/msi-uri-sourceJay Mundrawala2015-05-151-0/+33
|\
| * added comment for uri_scheme?Jay Mundrawala2015-05-151-0/+3
| * Use custom uri matcherJay Mundrawala2015-05-151-5/+2
| * Refactor uri detectionJay Mundrawala2015-05-151-0/+33
* | LogonUser uses ffi instead win32-apiJay Mundrawala2015-05-151-0/+31
|/
* Deprecate dsl_name (the "DSL name for this class" is no longer meaningful).John Keiser2015-05-131-0/+6
* Remove provides_nothingJohn Keiser2015-05-131-4/+0
* 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