summaryrefslogtreecommitdiff
path: root/lib/chef/provider.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 3.1 fixesLamont Granquist2022-03-211-1/+1
* Merge pull request #12207 from jasonwbarnett/bugfix/add-recipe-nameLamont Granquist2021-12-071-1/+4
|\
| * Add #recipe_name to Chef::ProviderJason Barnett2021-10-221-1/+4
* | Unit fixes and :all_actions support for DRR fixeslcg/define-resource-requirements-fixLamont Granquist2021-11-151-1/+1
* | Fix DRR assertion parsingLamont Granquist2021-11-121-1/+1
|/
* Add support for provider action descriptionMarc A. Paradise2021-08-111-1/+26
* Resolve Lint/ParenthesesAsGroupedExpression warningsLint_ParenthesesAsGroupedExpressionTim Smith2020-12-251-1/+1
* Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* Remove duplicate requires in the Provider classTim Smith2020-09-011-4/+0
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-3/+3
* Force requiring propertiesLamont Granquist2020-04-171-1/+10
* use start_with?lcg/resource-partialsLamont Granquist2020-04-091-2/+2
* Add resource partialsLamont Granquist2020-04-081-0/+14
* Add after_resource to pair with current_resourceLamont Granquist2020-03-311-0/+12
* fixing some windows func test breaksLamont Granquist2020-03-041-1/+1
* Remove the "Core" DSL for Chef-16Lamont Granquist2020-02-271-3/+2
* Fix most Ruby 2.7 test failureslcg/ruby-2.7.0Lamont Granquist2020-01-211-2/+2
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-0/+2
* fix comverge_if_changed to compare default valueslcg/converge-if-changedLamont Granquist2019-09-231-8/+14
* Add unified_mode switch for resourcesLamont Granquist2019-08-121-2/+4
* Style/SymbolProcLamont Granquist2019-07-051-5/+5
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* Style/EmptyMethodLamont Granquist2019-07-021-6/+3
* 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-15/+15
* Add misc YARD commentsyard3Tim Smith2019-03-111-6/+17
* add delegator for property_is_set? to providersLamont Granquist2018-04-051-0/+5
* ensure that providers inherit loggers from the run contextThom May2018-03-261-2/+9
* remove deprecated proprety namespace collisionslcg/remove-deprecated-namespace-collisionsLamont Granquist2018-03-051-35/+6
* actions can have descriptions and be introducedThom May2018-02-121-0/+14
* Merge pull request #6749 from chef/lcg/rubocop-0.52.1Thom May2018-01-211-3/+2
|\
| * prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-3/+2
* | Revert "Enable the deprecation for use_inline_resource"Tim Smith2018-01-181-8/+2
|/
* Enable the deprecation for use_inline_resourceTim Smith2018-01-041-2/+8
* Hide sensitive properties in converge_if_changed.Chris Arnold2017-11-271-3/+9
* remove FIXME since its deprecated nowlcg/deprecate-resource-namespace-magicLamont Granquist2017-06-081-2/+0
* Deprecate property namespace magicLamont Granquist2017-06-081-0/+2
* Make use_inline_resources a no-op to allow for easier support of 12 and 13 in...Noah Kantrowitz2017-04-051-1/+2
* Add a deprecation warning when using use_inline_resources.Noah Kantrowitz2017-04-041-0/+7
* Make use_inline_resources always active.Noah Kantrowitz2017-04-041-78/+34
* Try removing the const-ificiation of DSL-based resources/providers.Noah Kantrowitz2017-04-031-27/+0
* Make ActionClass a classLamont Granquist2017-03-291-3/+19
* Chef-13: Simplify DSL creationLamont Granquist2017-03-211-10/+5
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-2/+2
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+1
* Fix converge_if_changed (#5508)Akos Vandra2016-11-081-3/+3
* no more missing constants for LWRP classpraj/FLOW-927/s3cmdPrajakta Purohit2016-06-091-5/+4
* add better resource manipulation APILamont Granquist2016-04-151-7/+8
* allow use_inline_resources for core chef providersLamont Granquist2016-03-211-3/+0
* rearrange dsl mixinslcg/dsl-rearrangementLamont Granquist2016-03-181-4/+4