summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* Add spaces after attrsTim Smith2020-07-071-0/+2
* Update tests and docs for umask on Windows.fix-umask-test-on-windowsPete Higgins2020-06-261-1/+1
* Add introduced to umask.Pete Higgins2020-06-171-0/+1
* Add a description for the umask property.Pete Higgins2020-06-171-1/+3
* Add a doc comment.resource-umask-propertyPete Higgins2020-06-161-1/+6
* Mark the umask property desired_state: false.Pete Higgins2020-06-161-1/+1
* Simplify with_umask code.Pete Higgins2020-06-161-11/+4
* Add a umask property for resources.Pete Higgins2020-06-161-1/+20
* Chef-16.2 breaking changelcg/resource_name_fixesLamont Granquist2020-05-201-10/+1
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-3/+3
* 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