Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pull rubocop 0.37.2 into chefstyle | Lamont Granquist | 2016-02-12 | 32 | -207/+207 |
| | | | | | this is from the same ruleset that we had, but the new code catches more conditions. | ||||
* | Merge pull request #4565 from chef/schisamo/disable-unit | Seth Chisamore | 2016-02-12 | 2 | -2/+2 |
|\ | | | | | Disable unit tests in later stages of CD pipeline | ||||
| * | Disable unit tests in later stages of CD pipelineschisamo/disable-unit | Seth Chisamore | 2016-02-11 | 2 | -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_web | Matt Wrock | 2016-02-11 | 2 | -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_web | Matt Wrock | 2016-02-11 | 2 | -7/+14 |
| | | | | | | | | | | | | ensure source is used on all functional tests | ||||
* | | | Merge pull request #4566 from chef/lcg/useless-run-command | Lamont Granquist | 2016-02-11 | 1 | -3/+0 |
|\ \ \ | | | | | | | | | remove Chef::Mixin::Command use | ||||
| * | | | remove Chef::Mixin::Command uselcg/useless-run-command | Lamont Granquist | 2016-02-11 | 1 | -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/test | Bryan McLellan | 2016-02-11 | 1 | -2/+6 |
|\ \ \ | |_|/ |/| | | Allow checking out pedump from a fork. | ||||
| * | | Allow checking out pedump from a fork. | Kartik Null Cating-Subramanian | 2016-02-11 | 1 | -2/+6 |
| |/ | |||||
* | | Merge pull request #4563 from chef/salam/readme-update | Salim Alam | 2016-02-11 | 1 | -1/+47 |
|\ \ | | | | | | | Update README to reflect more config options | ||||
| * | | Update README to reflect more config options | Salim Alam | 2016-02-11 | 1 | -1/+47 |
| |/ | |||||
* | | Reenable learnchef acceptance testsjk/reenable-learnchef | John Keiser | 2016-02-11 | 6 | -13/+27 |
| | | |||||
* | | Merge pull request #4541 from chef/lcg/chefstyle-batch | Lamont Granquist | 2016-02-11 | 175 | -510/+510 |
|\ \ | |/ |/| | fix a batch of cops | ||||
| * | autofixing auto-inserted delimiterslcg/chefstyle-batch | Lamont Granquist | 2016-02-09 | 103 | -354/+354 |
| | | |||||
| * | auto fixing some rubocops | Lamont Granquist | 2016-02-09 | 175 | -510/+510 |
| | | | | | | | | | | | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall | ||||
* | | update release notes for chef-solo -r changes12.7.2 | Lamont Granquist | 2016-02-11 | 1 | -2/+17 |
| | | |||||
* | | Merge pull request #4559 from chef/no_more_learnchef_acceptance | Tyler Ball | 2016-02-11 | 6 | -12/+22 |
|\ \ | | | | | | | 12.7.2 release prep | ||||
| * | | 12.7.2 release prep, removing some unstable acceptance tests so we can get a ↵ | tyler-ball | 2016-02-11 | 6 | -12/+22 |
|/ / | | | | | | | successful release pipeline run | ||||
* | | Merge pull request #4556 from chef/salam/learn-chef-windows | Bryan McLellan | 2016-02-10 | 2 | -0/+9 |
|\ \ | | | | | | | Add learn-chef for Windows to top-cookbooks test | ||||
| * | | Add learn-chef for Windows to top-cookbooks testsalam/learn-chef-windows | Salim Alam | 2016-02-10 | 2 | -0/+9 |
| | | | |||||
* | | | Merge branch 'jk/remove-tempdir' | John Keiser | 2016-02-10 | 7 | -13/+33 |
|\ \ \ | |||||
| * | | | Fix Windows logicjk/remove-tempdir | John Keiser | 2016-02-10 | 1 | -7/+2 |
| | | | | |||||
| * | | | Respect TMPDIR in functional tests | John Keiser | 2016-02-10 | 5 | -13/+13 |
| | | | | |||||
| * | | | Create special tempdir and destroy it on each ci run | John Keiser | 2016-02-10 | 2 | -0/+25 |
|/ / / | |||||
* | | | Merge pull request #4545 from chef/lcg/remove-rm-rf | Lamont Granquist | 2016-02-10 | 4 | -61/+70 |
|\ \ \ | |/ / |/| | | removing rm -rf in chef-solo recipe_url | ||||
| * | | rubocop demands a sacrificelcg/remove-rm-rf | Lamont Granquist | 2016-02-10 | 1 | -1/+1 |
| | | | |||||
| * | | use Pathname correctly | Lamont Granquist | 2016-02-10 | 1 | -1/+2 |
| | | | |||||
| * | | fix windows path issues correctly | Lamont Granquist | 2016-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | this really closes #1515 and #1751 | ||||
| * | | remove rm -rf in chef solo recipe_url | Lamont Granquist | 2016-02-10 | 4 | -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_prep | Tyler Ball | 2016-02-10 | 4 | -39/+45 |
|\ \ \ | | | | | | | | | VERSION change and CHANGELOG for 12.7.1 release | ||||
| * | | | VERSION change and CHANGELOG for 12.7.1 release | tyler-ball | 2016-02-10 | 4 | -39/+45 |
|/ / / | |||||
* | | | Merge pull request #4542 from chef/salam/learn-chef | Bryan McLellan | 2016-02-10 | 18 | -142/+171 |
|\ \ \ | | | | | | | | | Add learn-chef cookbook acceptance test | ||||
| * | | | Make kitchen run concurrentlysalam/learn-chef | Salim Alam | 2016-02-09 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix "chef-acceptance destroy" on first run; add -l debug to kitchen | John Keiser | 2016-02-09 | 2 | -13/+12 |
| | | | | |||||
| * | | | Enable git, remove rhel | Salim Alam | 2016-02-09 | 2 | -6/+4 |
| | | | | |||||
| * | | | Add `top_cookbooks` resource to run all top cookbooks | John Keiser | 2016-02-09 | 12 | -47/+48 |
| | | | | |||||
| * | | | Make it go | John Keiser | 2016-02-09 | 6 | -77/+89 |
| | | | | |||||
| * | | | WIP: Make cookbooks infra more generic | Salim Alam | 2016-02-09 | 13 | -71/+90 |
| | | | | |||||
* | | | | Merge pull request #4551 from chef/salam/msi-fix | Bryan McLellan | 2016-02-10 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Update MSI ManufacturerName to be a cleaner string | ||||
| * | | | | Update ManufacturerName to be a cleaner stringsalam/msi-fix | Salim Alam | 2016-02-09 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #4550 from chef/tm/site_download_regression | Thom May | 2016-02-09 | 5 | -15/+12 |
|\ \ \ \ | |/ / / |/| | | | Use a streaming request to download cookbook | ||||
| * | | | Ensure we do streaming requests correctly everywheretm/site_download_regression | Thom May | 2016-02-09 | 3 | -7/+7 |
| | | | | |||||
| * | | | Use a streaming request to download cookbook | Thom May | 2016-02-09 | 2 | -8/+5 |
|/ / / | | | | | | | | | | fixes #4549 | ||||
* | | | Merge pull request #3183 from dansteen/master | Thom May | 2016-02-09 | 1 | -2/+4 |
|\ \ \ | |/ / |/| | | fix for https://github.com/chef/chef/issues/2113 | ||||
| * | | fixed typo and reworked language per lamont | Daniel Steen | 2016-01-19 | 1 | -2/+2 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' | Daniel Steen | 2016-01-19 | 1517 | -27133/+64846 |
| |\ \ | |||||
| * | | | fix for https://github.com/chef/chef/issues/2113 | Daniel Steen | 2015-04-02 | 1 | -2/+4 |
| | | | | |||||
* | | | | Merge pull request #4538 from chef/salam/acceptance-update | Salim Alam | 2016-02-08 | 2 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | Expand the list of acceptance tests | ||||
| * | | | Fixup trivial version test | Salim Alam | 2016-02-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Expand the list of acceptance tests (run all suites)salam/acceptance-update | Salim Alam | 2016-02-08 | 1 | -1/+1 |
| | | | |