summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add "is" to propertyJohn Keiser2015-06-231-0/+3
* Create property on resource, alias attribute to itJohn Keiser2015-06-231-0/+58
* Don't modify provider_for_action, just use "provider"John Keiser2015-06-231-2/+1
* Rename Chef::DSL::Recipe::Everything -> FullDSLJohn Keiser2015-06-231-1/+1
* Rename create_action_provider_class -> new_action_provider_classJohn Keiser2015-06-231-3/+3
* Add comments and use def self.x instead of class<<selfJohn Keiser2015-06-231-65/+99
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-231-43/+76
* Define the action() methodJohn Keiser2015-06-231-0/+36
* Get rid of warning when defining an LWRPjk/remove_lwrp_warningJohn Keiser2015-06-231-14/+13
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-1/+1
* Do not set resource_name outside of Chef::Resourcejk/chef-resource-name-onlyJohn Keiser2015-06-181-1/+3
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-6/+4
* Support arrays as input to actions / allowed_actionsjk/3535John Keiser2015-06-161-2/+2
* Ensure :nothing is in the list of allowed actions for an LWRPJohn Keiser2015-06-161-3/+3
* Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-nameJohn Keiser2015-06-081-16/+8
* Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-081-2/+11
* Overwrite resource_name with providesJohn Keiser2015-06-081-33/+41
* Make use_automatic_resource_name automaticJohn Keiser2015-06-081-129/+144
* Improve performance of method_missingjk/perfJohn Keiser2015-06-081-0/+20
* Move deprecated LWRP class override to the deprecation method registrarJohn Keiser2015-06-031-1/+14
* Fix issue #3463: use real constants instead of const_missingJohn Keiser2015-06-031-18/+35
* Fix ifconfig platform version filterJohn Keiser2015-06-021-6/+0
* Fix resource unit testJohn Keiser2015-06-021-2/+4
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-021-1/+6
* Use the central priority map for `provides`John Keiser2015-06-021-3/+7
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-11/+77
* Deprecate provider_basejk/resource_nameJohn Keiser2015-06-011-0/+5
* Add use_automatic_resource_nameJohn Keiser2015-06-011-0/+20
* Make resource_name call providesJohn Keiser2015-06-011-4/+9
* Fix Chef version # for deprecationJohn Keiser2015-06-011-1/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-34/+59
* include powershell_out in DSL placesLamont Granquist2015-05-291-0/+2
* add shell_out to resourcesLamont Granquist2015-05-261-0/+4
* Replace lookup_provider_constant and protect against deprecation in testsJohn Keiser2015-05-131-8/+9
* Deprecate Chef::Provider::LwrpClass the same way we did ResourceJohn Keiser2015-05-131-31/+32
* Deprecate dsl_name (the "DSL name for this class" is no longer meaningful).John Keiser2015-05-131-1/+2
* Fix deprecation warning (and corresponding test) for Chef::Resource::BlahJohn Keiser2015-05-131-4/+3
* Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-3/+30
* Move deprecation back into resource_for_short_nameJohn Keiser2015-05-131-4/+16
* Remove provides_nothingJohn Keiser2015-05-131-11/+0
* Remove automatic `provides`John Keiser2015-05-131-26/+0
* Add provides_nothing and let it override even Chef::Resource::X automatic namesJohn Keiser2015-05-131-14/+19
* Make explicit "provides" override automaticJohn Keiser2015-05-131-0/+24
* Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-131-8/+25
* create Chef::Resource#state_for_resource_reporterLamont Granquist2015-05-011-1/+10
* add resource_resolver and resource_priority_mapLamont Granquist2015-04-151-39/+5
* Revert "Merge pull request #2956 from chef/lcg/deploy-fixes"Jay Mundrawala2015-03-251-9/+0
* nillable deploy resource + nillable LWRP argsLamont Granquist2015-02-231-0/+9
* method signaturelcg/array-name-deuglificationLamont Granquist2015-02-051-1/+1
* update docsLamont Granquist2015-02-051-0/+6