summaryrefslogtreecommitdiff
path: root/lib/chef/provider.rb
Commit message (Expand)AuthorAgeFilesLines
* For Discussion: Weirich Semantic Block stylelcg/weirich-semantic-blockLamont Granquist2019-07-311-6/+6
* 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
* deprecate Chef::DSL::Recipe::FullDSLlcg/deprecate-fulldslLamont Granquist2016-03-161-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-21/+21
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-17/+17
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-3/+3
* Fix resource `super` (broken because of test :focus)jk/fix-resource-superJohn Keiser2015-12-061-1/+12
* Converge actions all together instead of in action :x (fixes #4124)jk/4124John Keiser2015-12-021-34/+15
* Change plural to singularJohn Keiser2015-10-271-2/+2
* tests and styleChase Bolt2015-10-271-2/+2
* removing @sensitive in favor of sensitiveChase Bolt2015-10-271-3/+3
* suppressing sensitive properties, refactoredChase Bolt2015-10-271-7/+20
* Fix forward module.to_sjk/forwarder-to_sJohn Keiser2015-10-051-1/+1
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-1/+1
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-1/+1
* Move current_value_does_not_exist! directly on ResourceJohn Keiser2015-07-311-0/+4
* Update to cheffish 1.3 for tests, tweak converge_if_changed outputJohn Keiser2015-07-311-2/+2
* Add current_value_does_not_exist! API, pretty up the outputJohn Keiser2015-07-311-2/+3