summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-5/+3
* make arg to delayed_action requiredlcg/tweak-delayed-action-apiLamont Granquist2016-10-121-1/+1
* remove misleading @delayed_action ivarLamont Granquist2016-10-121-14/+8
* add delayed_action to the Chef::Resource APILamont Granquist2016-10-111-0/+25
* Allow flagging a resource property as sensitiveadamleff/sensitive-propertiesAdam Leff2016-08-251-1/+1
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-8/+6
* So this was less vestigial than we thought. Those Chef::ResourceNoah Kantrowitz2016-07-281-1/+13
* no more missing constants for LWRP classpraj/FLOW-927/s3cmdPrajakta Purohit2016-06-091-17/+22
* create 'universal' DSLLamont Granquist2016-05-161-7/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-28/+32
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-37/+37
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-16/+16
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-2/+2
* Only warn about potentially duplicate properties during the resource initializerjk/reduce-property-dup-warningJohn Keiser2015-12-141-6/+9
* Implement action_class do ... endJohn Keiser2015-12-111-17/+23
* Improve commentsjk/warn-dup-propertyJohn Keiser2015-12-101-0/+2
* Warn when user sets a property of an inline resource to itself.John Keiser2015-12-101-6/+15
* immediately_before -> beforeJohn Keiser2015-12-091-10/+10
* Add immediately_before notificationJohn Keiser2015-12-091-1/+19
* Require what you useJohn Keiser2015-12-081-0/+1
* Make to_hash include properties with defaults (fixes #4127)jk/4127John Keiser2015-12-021-3/+8
* Move properties into a mixin module (verbatim move)John Keiser2015-10-201-310/+29
* Add deprecation warning for properties that specify default and name_propertyjk/default-ignoringJohn Keiser2015-09-221-0/+2
* Rename action_provider_class to less-wordy action_classjk/declare_action_classJohn Keiser2015-09-221-23/+22
* Rename Chef::Resource#current_resource -> Chef::Resource#current_valuemcquin/chef-3897Claire McQuin2015-09-171-1/+1
* Remove the warning about hashes and arrays as default valuesLamont Granquist2015-09-141-4/+0
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-3/+3
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-3/+3
* Revert "more warning to debug"Lamont Granquist2015-09-011-1/+1
* more warning to debugLamont Granquist2015-09-011-1/+1
* CHEF-5012: add methods for template breadcrumbsLamont Granquist2015-08-181-3/+18
* Remove freeze of defaults, add warning for array/hash constant defaultsJohn Keiser2015-08-031-0/+4
* Move current_value_does_not_exist! directly on ResourceJohn Keiser2015-07-311-6/+9
* Add current_value_does_not_exist! API, pretty up the outputJohn Keiser2015-07-311-0/+8
* Add Resource.action.converged_if_changedJohn Keiser2015-07-311-25/+5
* Make "property_name" in actions load current value as defaultJohn Keiser2015-07-271-2/+5
* Add Resource.load_current_valueJohn Keiser2015-07-271-1/+49
* Fix issue where DSL is not emitted if state_properties happens before propertyjk/state_attrsJohn Keiser2015-07-151-2/+3
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-2/+2
* Move property type derivation from "property_type" to "property"John Keiser2015-07-031-22/+31
* Add Property.create and Resource.property_type for type system overridingJohn Keiser2015-07-031-47/+39
* Make required name attributes workJohn Keiser2015-07-031-72/+286
* Simplify Chef::Resource::MyLWRP deprecationJay Mundrawala2015-06-301-49/+4
* Revert "Merge pull request #3603 from chef/jdm/lwrp-base"Jay Mundrawala2015-06-301-3/+50
* Optimize logic on class initialize so it doesn't fall into theJohn Keiser2015-06-301-1/+1
* Call provides? when resolving, reduce number of calls to provides?John Keiser2015-06-301-3/+3