summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Exctracted resource exception message to separate method to be able to overwr...Pavel Brylov2014-03-191-2/+6
* CHEF-5086/COOK-3890: Add reboot_pending? to core DSLBryan McLellan2014-02-271-0/+2
* [CHEF-972] removed the #self.not_if method and the private constructor from C...Xabier de Zuazo2013-06-191-2/+2
* [CHEF-972] replaced the CondidionalAction class by a ConditionalActionNothing...Xabier de Zuazo2013-06-191-2/+2
* [CHEF-972] created a ConditionalAction class to be used in resource#should_sk...Xabier de Zuazo2013-06-191-8/+5
* [CHEF-972] replaced only_if Conditional by a not_if ConditionalXabier de Zuazo2013-06-191-1/+1
* [CHEF-972] added event dispatcher call to display messages properlyXabier de Zuazo2013-06-191-0/+1
* [CHEF-972] resource action should have higher precedence than only_if/not_if ...Xabier de Zuazo2013-06-191-0/+5
* [CHEF-4135] add eager validation of notification syntaxdanielsdeleo2013-05-301-0/+7
* [CHEF-4123] fix const_defined arity mismatch on ruby 1.8danielsdeleo2013-04-241-0/+11
* [CHEF-3432] explain class var usage for resource_classesdanielsdeleo2013-04-221-0/+3
* [CHEF-3432] use shared variable to track resource subclassesdanielsdeleo2013-04-181-1/+1
* rdoc json compat methodsdanielsdeleo2013-02-111-0/+5
* allow lookup of resources without symbol creationdanielsdeleo2013-02-111-0/+12
* Merge branch 'CHEF-3068'danielsdeleo2013-01-241-2/+6
|\
* | [CHEF-3783] some cookbooks rely on DataQuery being defined on resourcedanielsdeleo2013-01-231-0/+2