summaryrefslogtreecommitdiff
path: root/spec/integration/recipes
Commit message (Expand)AuthorAgeFilesLines
* Integrate ruby 3.1 into buildsJohn McCrae2022-08-231-0/+1
* Update existing tests to use corresponding cinc-client binary names for chef-...Neha Pansare2022-02-238-8/+8
* Add support for provider action descriptionMarc A. Paradise2021-08-111-2/+2
* Chefstyle fixes for RuboCop 1.18.3Tim Smith2021-07-062-5/+5
* Fix edit_resource usage in unified_modeLamont Granquist2021-05-041-0/+70
* Add warning for resources not running in unified_modelcg/unified-mode-warnLamont Granquist2021-04-266-0/+36
* do not use nonexistant bin path as cwdMarc A. Paradise2021-03-317-7/+7
* Add support for resource action descriptionsMarc A. Paradise2021-02-041-0/+14
* Resolve Lint/ParenthesesAsGroupedExpression warningsLint_ParenthesesAsGroupedExpressionTim Smith2020-12-251-9/+9
* 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