summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
Commit message (Expand)AuthorAgeFilesLines
* Property values should be suppressed irrespective of desired stateBapu L2022-06-211-1/+1
* copyright and some reorganizationLamont Granquist2022-04-011-1/+5
* working as a core partialLamont Granquist2022-03-311-10/+8
* custom-resource-izationLamont Granquist2022-03-311-0/+6
* Ruby 3.1 fixesLamont Granquist2022-03-211-1/+1
* Validate resource spec passed to subscribesneha-p62022-02-091-0/+1
* Merge pull request #12411 from chef/Performance_RegexpMatchLamont Granquist2022-01-041-1/+1
|\
| * Resolve Performance/RegexpMatch warningsPerformance_RegexpMatchTim Smith2021-12-261-1/+1
* | Fix typo in subscribes method documentationAndy Allan2021-12-291-1/+1
|/
* Add string to umask attributelcg/umask-attributeLamont Granquist2021-11-041-1/+1
* Fix reporting/data_collector for @recipe_fileslcg/fix-reporting-for-recipe-filesLamont Granquist2021-10-221-1/+1
* Revert experimental/debug codemp/remove-invalid-checkMarc A. Paradise2021-08-271-1/+1
* Add support for provider action descriptionMarc A. Paradise2021-08-111-18/+14
* Suppress unified mode deprecation warning for deprecated resourcesLamont Granquist2021-05-041-7/+6
* Add support for resource action descriptionsMarc A. Paradise2021-02-041-3/+27
* Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* Remove more requires that come for freeTim Smith2020-08-041-4/+0
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-5/+5
* Use .key? instead of keys.includeTim Smith2020-08-031-1/+1
* 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