summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | remove cruft code.danielsdeleo2013-01-231-4/+4
* | Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-171-2/+6
|\ \ | |/
* | moving registry_helper to dsl classLamont Granquist2012-12-191-2/+2
* | adding registry helper for recipes+resourcesLamont Granquist2012-12-191-0/+2
* | Extract LWRP resource code to LWRPBasedanielsdeleo2012-12-191-89/+1
* | [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+853
|/
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-172/+0
* Adding provider method, so you can actually specify a provider directlyAdam Jacob2008-10-081-0/+8
* merging in fujins service resource and providerAdam Jacob2008-10-021-2/+3
|\
| * Added the supports access to all resourcesAJ Christensen2008-10-011-2/+3
* | Supporting multiple actionsAdam Jacob2008-10-021-6/+16
|/