summaryrefslogtreecommitdiff
path: root/spec/integration/recipes
Commit message (Expand)AuthorAgeFilesLines
* Chefstyle fixes for RuboCop 1.4.xTim Smith2020-11-251-0/+1
* Avoid ambiguous regexesambiguous_regexTim Smith2020-11-212-3/+3
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-1/+1
* File.exists? -> File.exist?existTim Smith2020-08-121-1/+1
* Disable Naming/AsciiIdentifiers in our specsTim Smith2020-07-091-1/+1
* Fix quotes for ChefstyleTim Smith2020-07-077-7/+7
* expand_path with __dir__ instead of __FILE__Tim Smith2020-07-077-7/+7
* Add spaces after attrsTim Smith2020-07-072-0/+4
* Remove test file that added a method to top-level scope.Pete Higgins2020-06-261-0/+4
* Fix some odd whitespacing in tests.Pete Higgins2020-06-241-2/+2
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-133-3/+3
* Add resource partialsLamont Granquist2020-04-082-0/+128
* Add after_resource to pair with current_resourceLamont Granquist2020-03-311-10/+131
* Merge pull request #9493 from chef/log_improvementsTim Smith2020-03-168-0/+8
|\
| * Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-168-0/+8
* | Turn off notifications from log resource by defaultLamont Granquist2020-03-122-26/+42
|/
* Remove the canonical DSLLamont Granquist2020-03-037-161/+70
* fix comverge_if_changed to compare default valueslcg/converge-if-changedLamont Granquist2019-09-231-19/+19
* Add unified_mode switch for resourcesLamont Granquist2019-08-121-0/+876
* fix 4 copsLamont Granquist2019-07-051-1/+2
* Style/SymbolProcLamont Granquist2019-07-051-2/+2
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-056-34/+34
* Style/EmptyMethodLamont Granquist2019-07-022-4/+2
* Style/SymbolArrayLamont Granquist2019-07-022-7/+7
* Remove chef-* binstubs from chef gemLamont Granquist2019-04-296-7/+7
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-155-50/+50
* clean up whitespace againLamont Granquist2018-07-021-8/+8
* fix Layout/DotPositionLamont Granquist2018-07-022-11/+11
* fix Layout/IndentHeredocLamont Granquist2018-07-024-279/+279
* fix Style/HashSyntaxLamont Granquist2018-07-026-17/+17
* remove deprecated proprety namespace collisionslcg/remove-deprecated-namespace-collisionsLamont Granquist2018-03-051-95/+0
* fix integration testslcg/node-map-last-writer-winsLamont Granquist2018-01-221-26/+26
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-25/+25
* Improve property warnings in resourcesbetter_resource_errorsTim Smith2017-12-291-1/+1
* travis caught another speclcg/lwrp-test-speedupLamont Granquist2017-12-061-1/+1
* speedup lwrp testsLamont Granquist2017-12-062-31/+31
* Hide sensitive properties in converge_if_changed.Chris Arnold2017-11-271-15/+71
* Deprecate property namespace magicLamont Granquist2017-06-083-34/+29
* Update some more tests for removing use_inline_resources.Noah Kantrowitz2017-04-041-11/+7
* Chef-13: fix notifying array resourcesLamont Granquist2017-03-311-0/+29
* make nameless properties opt-inLamont Granquist2017-03-301-5/+22
* Chef-13: Support nameless resources and remove deprecated multi-arg resourcesLamont Granquist2017-03-302-12/+35
* Chef-13: remove more deprecated provider_resolver codeLamont Granquist2017-03-291-75/+0
* Fix Chef-13 action_class bug and cleanupLamont Granquist2017-03-271-27/+34
* Chef-13: Simplify DSL creationLamont Granquist2017-03-212-3/+21
* Chef-13: remove method_missing from the DSLLamont Granquist2017-03-211-29/+0
* Revert "Chef-13: remove more deprecated provider_resolver code"Lamont Granquist2017-03-201-0/+86
* Chef-13: remove more deprecated provider_resolver codeLamont Granquist2017-03-201-86/+0
* Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-171-73/+0
* re-fix redundant selflcg/fix-more-chefstylesLamont Granquist2017-02-131-31/+31