summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* use start_with?lcg/resource-partialsLamont Granquist2020-04-091-1/+1
* Add resource partialsLamont Granquist2020-04-081-0/+14
* Fix typoVivek Singh2020-04-061-3/+3
* remove debuggingLamont Granquist2020-04-021-11/+0
* Change name_property to be identity and not desired_state by defaultLamont Granquist2020-04-021-1/+12
* Merge pull request #9493 from chef/log_improvementsTim Smith2020-03-161-2/+7
|\
| * Extra initialization of civars in Resource.Ryan Davis2020-03-161-2/+7
* | Turn off notifications from log resource by defaultLamont Granquist2020-03-121-0/+10
|/
* remove more canonical wiring from the node maplcg/remove-canonical-dslLamont Granquist2020-03-051-3/+1
* add back magical wiring up from resource_name to providesLamont Granquist2020-03-051-1/+7
* Remove the canonical DSLLamont Granquist2020-03-031-50/+4
* Add compile_time property to all resources (#9360)Lamont Granquist2020-02-111-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