summaryrefslogtreecommitdiff
path: root/lib/chef/provider/lwrp_base.rb
Commit message (Expand)AuthorAgeFilesLines
* add missing requires for Chef::DSL::RecipeNathan Williams2015-10-211-0/+1
* Rename Chef::DSL::Recipe::Everything -> FullDSLJohn Keiser2015-06-231-1/+1
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-231-69/+0
* Give run contexts children instead of using external dupingJohn Keiser2015-06-231-22/+17
* allow include_recipe from LWRP provider codeLamont Granquist2015-06-041-0/+4
* Fix LWRP instance.to_s to look like normal resources againjk/fix_lwrp_class_nameJohn Keiser2015-05-181-2/+2
* Deprecate Chef::Provider::LwrpClass the same way we did ResourceJohn Keiser2015-05-131-59/+76
* Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-0/+1
* fix LWRP constant lookupsLamont Granquist2015-02-031-1/+1
* Fix issue where LWRP resources using `provides` failsJay Mundrawala2014-12-051-3/+1
* Updates based on PR comments.sersut/no-lwrp-class-reloadSerdar Sutay2014-10-091-1/+0
* Don't override LWRP resources or providers anymore in Chef 12.Serdar Sutay2014-10-081-8/+11
* [CHEF-3681] add inline compilation option for LWRPdanielsdeleo2012-12-271-0/+74
* Extract LWRP resource code to LWRPBasedanielsdeleo2012-12-191-1/+2
* Extract provider LWRP code to LWRPBasedanielsdeleo2012-12-191-0/+75