summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* de-uglify and coerce names to stringsLamont Granquist2015-02-051-3/+6
* fix LWRP constant lookupsLamont Granquist2015-02-031-4/+0
* fix rebase confict errorLamont Granquist2015-01-271-8/+0
* Resource: use #const_defined? with arity 2 (ruby < 2 specific, issues #2497, ...Xabier de Zuazo2015-01-271-8/+10
* Add lots of comments to Resource, section methods by who uses themjk/resource_commentsJohn Keiser2015-01-231-396/+804
* Skip 3694 warnings on trivial resource cloningLamont Granquist2015-01-121-16/+4
* Adding unit test coverage and updating per github reviewtyler-ball2014-12-161-1/+1
* First pass at fixing broken notificationstyler-ball2014-12-161-90/+19
* Resolve the circular dependency between ProviderResolver and Resource.Serdar Sutay2014-12-101-1/+4
* polishing provider_resolverLamont Granquist2014-11-081-1/+2
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-69/+38
* Initial sketch for provider resolverRichard Manyanza2014-10-221-0/+4
* Fix value of retries shown in the error report.Krzysztof Wilczynski2014-10-191-4/+9
* Merge pull request #2216 from opscode/tball/bsd_package_nameTyler Ball2014-10-171-3/+4
|\
| * Refactoring ResourceCollection interface to be backwards compatiable, all spe...tyler-ball2014-10-161-14/+14
| * Finishing all code changes to split resource collection into 2 data containerstyler-ball2014-10-161-12/+11
| * first attempt at refactoring ResourceCollection into two objectstyler-ball2014-10-161-4/+6
* | Differentiate between the default and the user set guard_attributes in order ...Serdar Sutay2014-10-161-6/+18
|/
* Remove deprecated @node ivarsjk/remove_deprecated_ivarsJohn Keiser2014-08-271-5/+3
* chef-client should never send negative values for duration to reporting; fixe...Jeremiah Snapp2014-08-121-0/+3
* remove JSON gem usageLamont Granquist2014-08-111-3/+1
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-1/+3
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-3/+1
* CHEF-5098 fix sensitive data output on failureSergey Sergeev2014-06-101-0/+10
* Make it possible to include Chef::Provider / Chef::ResourceJohn Keiser2014-04-241-0/+1
* Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-291-1/+1
* CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-291-20/+4
* Remove customizable exception handling, unused source line parameterAdam Edwards2014-03-291-1/+1
* Guard resource new specs and spec fixesAdam Edwards2014-03-291-1/+0
* Refactor to move inheritance to script and derived resourcesAdam Edwards2014-03-291-7/+1
* CHEF-4553: Add spec tests and fix broken examplesAdam Edwards2014-03-291-3/+5
* CHEF-4553: Guard interpreter attribute to enable custom script guardsadamedx2014-03-291-3/+33