summaryrefslogtreecommitdiff
path: root/lib/chef/resource/lwrp_base.rb
Commit message (Expand)AuthorAgeFilesLines
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-25/+4
* Merge branch 'master' of https://github.com/Kasen/chef into Kasen-masterThom May2015-05-201-1/+1
|\
| * Behavior of default_action method changed.Pavel Yudin2015-03-271-1/+1
* | 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-4/+4
* | Allow LWRPBase.loaded_lwrps to be called from subclassesJohn Keiser2015-05-131-4/+6
* | Deprecate dsl_name (the "DSL name for this class" is no longer meaningful).John Keiser2015-05-131-96/+96
* | Make sure LWRPBase requires what it uses (fix travis issue)John Keiser2015-05-131-0/+7
* | Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-24/+2
* | Remove provides_nothingJohn Keiser2015-05-131-3/+0
* | Add provides_nothing and let it override even Chef::Resource::X automatic namesJohn Keiser2015-05-131-0/+3
* | Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-131-18/+50
|/
* Revert "Merge pull request #2956 from chef/lcg/deploy-fixes"Jay Mundrawala2015-03-251-0/+8
* nillable deploy resource + nillable LWRP argsLamont Granquist2015-02-231-8/+0
* fix LWRP constant lookupsLamont Granquist2015-02-031-1/+1
* Use default argument values for #define_method and avoid exceptions (ruby < 2...Xabier de Zuazo2015-01-271-3/+2
* LWRPBase#attribute: fix the ArgumentError description to include 0 lengthXabier de Zuazo2015-01-271-1/+1
* Use #define_method instead of #class_eval (ruby 1.8 specific, issue #2497)Xabier de Zuazo2015-01-271-11/+3
* Fix issue where LWRP resources using `provides` failsJay Mundrawala2014-12-051-1/+1
* Merge pull request #2197 from opscode/sersut/fixup-chef-1662Serdar Sutay2014-10-091-1/+12
|\
| * Revert "Remove appending :actions and :valid_actions"Serdar Sutay2014-10-091-1/+12
* | 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-13/+12
|/
* fixup adding default_actions to actionLamont Granquist2014-07-231-2/+3
* Allow an array in default_actionSeth Vargo2014-07-231-3/+9
* Remove appending :actions and :valid_actionsSeth Vargo2014-07-181-12/+1
* Use defined? to check for instance variablesSeth Vargo2014-07-111-2/+2
* Delegate DSL method values to their superclassSeth Vargo2014-07-111-7/+31
* Allow default values to be a DelayedEvaluatorSeth Vargo2014-07-111-0/+4
* Allow users to set the +resource_name+ in an LWRP programaticallySeth Vargo2014-06-301-7/+16
* fix spelling of lightweight resourcejamescott2014-05-071-2/+2
* [CHEF-4123] fix const_defined arity mismatch on ruby 1.8danielsdeleo2013-04-241-1/+1
* [CHEF-4117] fix resource attempting to remove constants it doesn't havedanielsdeleo2013-04-231-1/+1
* [CHEF-3432] fix leak of LWRP resource classesdanielsdeleo2013-04-181-2/+7
* cleanup requires for lwrp base clasesdanielsdeleo2012-12-191-0/+2
* fix doc typodanielsdeleo2012-12-191-1/+1
* Extract LWRP resource code to LWRPBasedanielsdeleo2012-12-191-0/+125