summaryrefslogtreecommitdiff
path: root/spec/integration/recipes
Commit message (Expand)AuthorAgeFilesLines
* 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
* greenify rspecLamont Granquist2017-02-131-58/+58
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-31/+31
* Merge pull request #5631 from chef/lcg/deprecate-chef-platform-methodsLamont Granquist2016-12-091-0/+3
|\
| * Properly deprecate old Chef::Platform methodsLamont Granquist2016-12-071-0/+3
* | fix Style/SpaceInsideStringInterpolationLamont Granquist2016-12-061-3/+3
|/
* improve property-resource namespace collision exceptionLamont Granquist2016-10-311-1/+1
* use delayed_action in accumulator speclcg/delayed_actionLamont Granquist2016-10-111-6/+2
* add some integration testing around accumulatorsLamont Granquist2016-10-101-0/+236
* Make 12.5+ custom resources whyrun safe by default.John Keiser2016-09-161-1/+17
* Fix whitespace on EOMsJohn Keiser2016-09-161-43/+43
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-177-422/+423
* fix Lint/UselessAccessModifier copLamont Granquist2016-08-161-20/+16
* add notifying_block and subcontext_block to chefLamont Granquist2016-04-111-0/+111
* Add a NoOp providertm/provider_no_opThom May2016-04-041-0/+24
* Make notifications recursive.lcg/notify-scopesLamont Granquist2016-04-041-0/+334
* Make example classes #to_s method return a stringdebug-travis-provider-resolver-faildanielsdeleo2016-03-212-2/+2
* Issue 4334: Because set(property, nil) gets turned into get(property), add a ...cd/fix-spurious-warningsChris Doherty2016-03-111-0/+27
* autofixing whitespace copsLamont Granquist2016-02-056-404/+443
* Fix single-quoted stringsjk/4334John Keiser2016-01-251-22/+22
* Fix #4334: don't warn about ambiguous property usageJohn Keiser2016-01-221-0/+28
* Use double quotes by defaultThom May2016-01-148-236/+236
* Only warn about potentially duplicate properties during the resource initializerjk/reduce-property-dup-warningJohn Keiser2015-12-141-1/+29
* Add inheritance and repeat tests for action_class dojk/action-class-doJohn Keiser2015-12-111-3/+47
* Implement action_class do ... endJohn Keiser2015-12-111-0/+31
* Get rid of ambiguity with `template 'x' do ...`jk/error-on-property-with-blockJohn Keiser2015-12-101-116/+133
* Warn when user sets a property of an inline resource to itself.John Keiser2015-12-101-0/+50
* focus snuck into a PRLamont Granquist2015-12-041-1/+1
* Converge actions all together instead of in action :x (fixes #4124)jk/4124John Keiser2015-12-021-23/+93
* Change plural to singularJohn Keiser2015-10-271-7/+7
* test for default valuechasebolt-sensitiveChase Bolt2015-10-271-0/+24
* tests and styleChase Bolt2015-10-271-0/+48
* Fix forward module.to_sjk/forwarder-to_sJohn Keiser2015-10-051-0/+5
* Add spec for remote dir fixJohn Keiser2015-09-281-0/+74