summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* be a bit more forceful about the messagelcg/cookbook-shadow-deprecationLamont Granquist2016-02-161-1/+1
| | | | | | | again for reference, dan deprecated this behavior in 0.10.4 back in 2011: https://github.com/chef/chef/commit/5a9fee8edaede311ac03a15d52fbc66dad83b576
* don't warn about shadow cookbooks twiceLamont Granquist2016-02-163-5/+15
| | | | knife cookbook upload already warns once
* fix specsLamont Granquist2016-02-122-1/+12
|
* might be singularLamont Granquist2016-02-121-1/+1
|
* extend deprecation warnings more broadlyLamont Granquist2016-02-121-0/+8
| | | | | | | | | | | | Cookbook shadowing has been deprecated since 2011 in Chef 0.10.4 https://github.com/chef/chef/commit/5a9fee8edaede311ac03a15d52fbc66dad83b576 That warning has only been emitted when using 'knife cookbook upload' (and only that command). This extends that deprecation warning more broadly into all consumers of Chef::CookbookLoader that have been using that feature.
* Merge pull request #4565 from chef/schisamo/disable-unitSeth Chisamore2016-02-122-2/+2
|\ | | | | Disable unit tests in later stages of CD pipeline
| * Disable unit tests in later stages of CD pipelineschisamo/disable-unitSeth Chisamore2016-02-112-2/+2
| | | | | | | | | | | | | | Travis/Appveyor already run the unit tests at the appropriate gate earlier in the build process. Running the tests on each platform we build a package for should give the same result and really just serves to slow the overall delivery process down.
* | Merge pull request #4570 from chef/no_webMatt Wrock2016-02-112-7/+14
|\ \ | | | | | | do not include source parameter when removing a chocolatey package and ensure source is used on all functional tests
| * | do not include source parameter when removing a chocolatey package and ↵no_webMatt Wrock2016-02-112-7/+14
| | | | | | | | | | | | ensure source is used on all functional tests
* | | Merge pull request #4566 from chef/lcg/useless-run-commandLamont Granquist2016-02-111-3/+0
|\ \ \ | | | | | | | | remove Chef::Mixin::Command use
| * | | remove Chef::Mixin::Command uselcg/useless-run-commandLamont Granquist2016-02-111-3/+0
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | we don't use run_command anywhere and this can apparently cause uninitialized constant issues when knife ssh is invoked via other knife commands (i.e. bootstrap) where apparently the transitive lazy deps aren't getting invoked correctly. there's another bug there, but we do not have any run_command statements in knife anymore so we should be able to drop this as a much easier fix. closes #4546
* | | Merge pull request #4564 from chef/ksubrama/testBryan McLellan2016-02-111-2/+6
|\ \ \ | |_|/ |/| | Allow checking out pedump from a fork.
| * | Allow checking out pedump from a fork.Kartik Null Cating-Subramanian2016-02-111-2/+6
| |/
* | Merge pull request #4563 from chef/salam/readme-updateSalim Alam2016-02-111-1/+47
|\ \ | | | | | | Update README to reflect more config options
| * | Update README to reflect more config optionsSalim Alam2016-02-111-1/+47
| |/
* | Reenable learnchef acceptance testsjk/reenable-learnchefJohn Keiser2016-02-116-13/+27
| |
* | Merge pull request #4541 from chef/lcg/chefstyle-batchLamont Granquist2016-02-11175-510/+510
|\ \ | |/ |/| fix a batch of cops
| * autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-09103-354/+354
| |
| * auto fixing some rubocopsLamont Granquist2016-02-09175-510/+510
| | | | | | | | | | | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall
* | update release notes for chef-solo -r changes12.7.2Lamont Granquist2016-02-111-2/+17
| |
* | Merge pull request #4559 from chef/no_more_learnchef_acceptanceTyler Ball2016-02-116-12/+22
|\ \ | | | | | | 12.7.2 release prep
| * | 12.7.2 release prep, removing some unstable acceptance tests so we can get a ↵tyler-ball2016-02-116-12/+22
|/ / | | | | | | successful release pipeline run
* | Merge pull request #4556 from chef/salam/learn-chef-windowsBryan McLellan2016-02-102-0/+9
|\ \ | | | | | | Add learn-chef for Windows to top-cookbooks test
| * | Add learn-chef for Windows to top-cookbooks testsalam/learn-chef-windowsSalim Alam2016-02-102-0/+9
| | |
* | | Merge branch 'jk/remove-tempdir'John Keiser2016-02-107-13/+33
|\ \ \
| * | | Fix Windows logicjk/remove-tempdirJohn Keiser2016-02-101-7/+2
| | | |
| * | | Respect TMPDIR in functional testsJohn Keiser2016-02-105-13/+13
| | | |
| * | | Create special tempdir and destroy it on each ci runJohn Keiser2016-02-102-0/+25
|/ / /
* | | Merge pull request #4545 from chef/lcg/remove-rm-rfLamont Granquist2016-02-104-61/+70
|\ \ \ | |/ / |/| | removing rm -rf in chef-solo recipe_url
| * | rubocop demands a sacrificelcg/remove-rm-rfLamont Granquist2016-02-101-1/+1
| | |
| * | use Pathname correctlyLamont Granquist2016-02-101-1/+2
| | |
| * | fix windows path issues correctlyLamont Granquist2016-02-101-1/+1
| | | | | | | | | | | | this really closes #1515 and #1751
| * | remove rm -rf in chef solo recipe_urlLamont Granquist2016-02-104-61/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - deprecates '-r' used for the recipe_url in chef-solo - adds --delete-entire-chef-repo option for users who want the old behavior back. - cleans up some old code closes #3802 closes #1515 closes #1751
* | | Merge pull request #4552 from chef/1271_release_prepTyler Ball2016-02-104-39/+45
|\ \ \ | | | | | | | | VERSION change and CHANGELOG for 12.7.1 release
| * | | VERSION change and CHANGELOG for 12.7.1 releasetyler-ball2016-02-104-39/+45
|/ / /
* | | Merge pull request #4542 from chef/salam/learn-chefBryan McLellan2016-02-1018-142/+171
|\ \ \ | | | | | | | | Add learn-chef cookbook acceptance test
| * | | Make kitchen run concurrentlysalam/learn-chefSalim Alam2016-02-091-1/+1
| | | |
| * | | Fix "chef-acceptance destroy" on first run; add -l debug to kitchenJohn Keiser2016-02-092-13/+12
| | | |
| * | | Enable git, remove rhelSalim Alam2016-02-092-6/+4
| | | |
| * | | Add `top_cookbooks` resource to run all top cookbooksJohn Keiser2016-02-0912-47/+48
| | | |
| * | | Make it goJohn Keiser2016-02-096-77/+89
| | | |
| * | | WIP: Make cookbooks infra more genericSalim Alam2016-02-0913-71/+90
| | | |
* | | | Merge pull request #4551 from chef/salam/msi-fixBryan McLellan2016-02-101-1/+1
|\ \ \ \ | | | | | | | | | | Update MSI ManufacturerName to be a cleaner string
| * | | | Update ManufacturerName to be a cleaner stringsalam/msi-fixSalim Alam2016-02-091-1/+1
| |/ / /
* | | | Merge pull request #4550 from chef/tm/site_download_regressionThom May2016-02-095-15/+12
|\ \ \ \ | |/ / / |/| | | Use a streaming request to download cookbook
| * | | Ensure we do streaming requests correctly everywheretm/site_download_regressionThom May2016-02-093-7/+7
| | | |
| * | | Use a streaming request to download cookbookThom May2016-02-092-8/+5
|/ / / | | | | | | | | | fixes #4549
* | | Merge pull request #3183 from dansteen/masterThom May2016-02-091-2/+4
|\ \ \ | |/ / |/| | fix for https://github.com/chef/chef/issues/2113
| * | fixed typo and reworked language per lamontDaniel Steen2016-01-191-2/+2
| | |
| * | Merge remote-tracking branch 'upstream/master'Daniel Steen2016-01-191517-27133/+64846
| |\ \