summaryrefslogtreecommitdiff
path: root/lib/chef/resource/chef_gem.rb
Commit message (Collapse)AuthorAgeFilesLines
* Overwrite resource_name with providesJohn Keiser2015-06-081-2/+0
|
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
|
* Make resource_name call providesJohn Keiser2015-06-011-1/+1
|
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
|
* patch chef_gem to use Chef::Log.deprecationlcg/chef-gem-config-optionLamont Granquist2015-02-091-3/+3
|
* add Chef::Config[:chef_gem_compile_time] plus RELNOTESLamont Granquist2015-02-091-4/+4
| | | | | | | * added a config flag to force chef_gem to behave like Chef-10/11 or to behave like Chef-13. * added a bunch of release notes to explain the warnings and what to do about them in quite a bit of detail.
* add a compile_time flag to chef_gem resourceLamont Granquist2015-01-121-3/+20
| | | | | | | the default is still the same, but will warn that users should start being explicit. setting compile_time false will become the new default in chef-13 and is encouraged to avoid the compile_time arms race.
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-2/+1
| | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping.
* CHEF-5092: chef_gem should use omnibus `gem` binaryLamont Granquist2014-05-071-1/+2
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+53
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!