summaryrefslogtreecommitdiff
path: root/lib/chef/dsl
Commit message (Expand)AuthorAgeFilesLines
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Align all our comments with the codeTim Smith2020-05-061-1/+1
* Chef-16 git provider fixesLamont Granquist2020-04-231-4/+6
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1313-13/+13
* Make sure we reference the correct ChefVaultTim Smith2020-03-101-2/+2
* Add the chef-vault helpers from the chef-vault cookbookmore_vault_helpersTim Smith2020-03-102-0/+86
* Update all our links to use the new docs site formatTim Smith2020-03-042-4/+4
* Deprecate the older_than_win_2012_or_8? helperolder_than_win_2012_or_8Tim Smith2020-02-281-1/+2
* Remove the "Core" DSL for Chef-16Lamont Granquist2020-02-273-73/+10
* Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-181-2/+2
* declare_resource.rb: consistently use `/x/y.txt`Michel Alexandre Salim2020-01-241-9/+9
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-082-19/+10
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-022-0/+4
* Better target mode shell_outlcg/better-target-mode-shell-outLamont Granquist2019-05-231-2/+0
* Change some more require to require_relativeLamont Granquist2019-05-101-1/+1
* Convert require to require_relativeLamont Granquist2019-05-0810-33/+33
* Target mode code tweakslcg/target-mode-tweaksLamont Granquist2019-05-071-0/+1
* Target Mode initial implementationBryan McLellan2019-05-061-0/+1
* Chef-15 DSL changeslcg/chef-15-dsl-changesLamont Granquist2019-05-033-18/+29
* WIP: Remove audit mode from chef-clientTim Smith2019-03-112-53/+0
* add missing require linelcg/lazy-universalLamont Granquist2019-02-201-0/+1
* add LazyModuleInclude to Universal DSLLamont Granquist2019-02-201-1/+2
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* now user can use tagged method in both only_if and not_ifKapil Chouhan2018-11-291-0/+7
* Remove Chef provisioning lazy loadingprovisioningTim Smith2018-11-022-62/+3
* Remove legacy require_recipe DSL methodTim Smith2018-10-261-6/+0
* Move the older_than_win_2012_or_8? to platform_introspectionTim Smith2018-07-061-0/+5
* fix Style/PreferredHashMethodsLamont Granquist2018-07-022-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* add the resources() dsl method to providerslcg/fix-resources-dsl-methodLamont Granquist2018-04-121-1/+23
* mechanical conversion of most debug log statements to traceThom May2018-03-262-8/+8
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-2/+2
* Merge branch 'master' into sp/powershell_execStuart Preston2018-03-071-8/+1
|\
| * Remove support for Windows 20032k3Tim Smith2018-03-021-8/+1
* | Initial commit of new Chef PowerShell supportStuart Preston2018-03-031-0/+2
|/
* Remove previously deprecated mixins and Chef::DSL::Recipe::FullDSLchef14_deprecationsTim Smith2018-01-015-32/+6
* Deprecate property namespace magicLamont Granquist2017-06-081-1/+9
* Chef-13: fix notifying array resourcesLamont Granquist2017-03-311-1/+1
* make nameless properties opt-inLamont Granquist2017-03-301-4/+4
* Chef-13: Support nameless resources and remove deprecated multi-arg resourcesLamont Granquist2017-03-301-5/+4
* Chef-13: Simplify DSL creationLamont Granquist2017-03-211-6/+0
* Chef-13: remove method_missing from the DSLLamont Granquist2017-03-212-79/+1
* Chef-13: Remove declare_resource create_if_missing APILamont Granquist2017-03-142-18/+12
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-135-43/+39
* Make docker? return booleanAndrew Brown2016-12-121-2/+2
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-162-4/+4
* Fix a few bad copyrightsTim Smith2016-10-205-5/+5
* remove dependency on Chef.run_context global stateLamont Granquist2016-10-181-1/+1