summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* Add compile_time property to all resourceslcg/universal-compile-time-flagLamont Granquist2020-02-101-4/+9
* Fix most Ruby 2.7 test failureslcg/ruby-2.7.0Lamont Granquist2020-01-211-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-0/+1
* Add unified_mode switch for resourcesLamont Granquist2019-08-121-20/+28
* Style/SymbolProcLamont Granquist2019-07-051-7/+7
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* Style/NegatedIfLamont Granquist2019-07-051-3/+3
* Style/EmptyLiteralLamont Granquist2019-07-051-2/+2
* Style/SymbolArrayLamont Granquist2019-07-021-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+9
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-25/+25
* update outdated description on preview resourcesLamont Granquist2019-05-071-4/+3
* Remove resource collision deprecationsLamont Granquist2019-05-071-6/+0
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-2/+10
* Add skip_docs and default_description to resource propertiesdocumentation_enhancementsTim Smith2018-10-281-2/+17
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-261-1/+3
* add rdoc and testsLamont Granquist2018-08-061-2/+4
* add chef_version API to provides linesLamont Granquist2018-08-031-0/+24
* fix Style/MutableConstantLamont Granquist2018-07-021-2/+2
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* Feed the rubocop.Noah Kantrowitz2018-06-051-1/+1
* Wrong indentation snuck in.Noah Kantrowitz2018-06-051-3/+3
* Streamline the map locking process with a resource level flag.Noah Kantrowitz2018-06-051-0/+22
* Feed the Rubocop.Noah Kantrowitz2018-04-261-1/+1
* Allow specifying `ignore_failure :quiet` to disable the error spew.Noah Kantrowitz2018-04-261-3/+4
* add the resources() dsl method to providerslcg/fix-resources-dsl-methodLamont Granquist2018-04-121-20/+2
* RFC-102: Deprecation warning in resourcestm/deprecated_propertiesThom May2018-03-241-2/+11
* Add the ability to inject log objectstm/inject_logThom May2018-03-191-7/+18
* hide validation_message from serializationtm/better_resource_docsThom May2018-02-121-2/+2
* allow resources to be documentedThom May2018-02-121-2/+23
* Merge pull request #6802 from chef/attemptsThom May2018-01-291-1/+1
|\
| * Use attempt or attemps in the retries loggingattemptsTim Smith2018-01-261-1/+1
* | Remove epic_fail alias to ignore_failureepic_fail_removalTim Smith2018-01-261-5/+0
|/
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-1/+1
* Ignore validation errors in Resource#to_text.Noah Kantrowitz2017-08-131-1/+5
* Try removing the const-ificiation of DSL-based resources/providers.Noah Kantrowitz2017-04-031-22/+0
* remove Chef::Resource.updated=Lamont Granquist2017-03-311-11/+0
* make nameless properties opt-inLamont Granquist2017-03-301-1/+1
* Make ActionClass a classLamont Granquist2017-03-291-2/+1
* Merge pull request #5946 from chef/lcg/fix-action-classLamont Granquist2017-03-271-35/+47
|\
| * Fix Chef-13 action_class bug and cleanupLamont Granquist2017-03-271-35/+47
* | Don't `rescue Exception` for retriable resourcesStephan Renatus2017-03-271-1/+1
|/
* and now we have to remove this methodLamont Granquist2017-03-171-9/+0
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-1/+10
* add a comment for anyone who gets really lostLamont Granquist2017-03-081-0/+7
* Chef-13: Chef::Resource cleanupLamont Granquist2017-03-081-69/+1
* convert additional resource methods to propertieslcg/chef-resource-propertiesLamont Granquist2017-03-071-20/+4
* remove most of supports APILamont Granquist2017-03-061-24/+0