summaryrefslogtreecommitdiff
path: root/lib/chef/provider/lwrp_base.rb
Commit message (Expand)AuthorAgeFilesLines
* The action method is now available on Chef::Provider so we don’t need it in...Noah Kantrowitz2017-04-041-7/+0
* Try removing the const-ificiation of DSL-based resources/providers.Noah Kantrowitz2017-04-031-2/+0
* create 'universal' DSLLamont Granquist2016-05-161-1/+0
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-3/+3
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-3/+3
* debug log messages upon reloaded resourcesif/warn-on-reload-resourceIsa Farnik2016-01-121-1/+1
* 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