summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix knife configure client speclcg/chef-13-formatterLamont Granquist2017-04-051-2/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* [ci skip] tweak RELEASE_NOTES wordingLamont Granquist2017-04-051-3/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* couple of integration tests for Chef-13 formatterLamont Granquist2017-04-051-0/+38
| | | | | | | | make sure that we fail if we can see info logs at least (halfway decent check that we're not getting the logger when we're going through a pipe / not through a tty) Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove logger magic from the windows serviceLamont Granquist2017-04-051-17/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* savegameLamont Granquist2017-04-052-6/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* CHEF-13: remove magic from the logger/formatter settingsLamont Granquist2017-04-056-86/+78
| | | | | | closes #2514 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #6024 from chef/create_in_dkTim Smith2017-04-052-654/+2
|\ | | | | Chef 13: Remove the knife cookbook create command in favor of Chef-DK
| * Improve the warning textcreate_in_dkTim Smith2017-04-052-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Chef 13: Remove the knife cookbook create command in favor of Chef-DKTim Smith2017-04-052-654/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #6025 from chef/integration_test_tweaksTim Smith2017-04-0515-42/+24
|\ \ | | | | | | Remove Ubuntu 12.04 testing in Travis + integration tweaks
| * | Remove 12.04 testing in Travisintegration_test_tweaksTim Smith2017-04-053-27/+0
| | | | | | | | | | | | | | | | | | 12.04 is goes EOL on 4/28. http://fridge.ubuntu.com/2017/03/15/ubuntu-12-04-precise-pangolin-reaches-end-of-life-on-april-28-2017/ Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update test cookbook copyright headersTim Smith2017-04-055-9/+19
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Move test templates out of the default directoryTim Smith2017-04-052-0/+0
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update test cookbook licensesTim Smith2017-04-055-5/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove duplicate bundler_args from TravisTim Smith2017-04-051-1/+0
| |/ | | | | | | | | | | This is in here twice and the YAML is invalid. They’re duplicate Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version of chef to 13.0.106 by Chef Versioner.v13.0.106Chef Versioner2017-04-055-10/+10
| |
* | Merge pull request #6023 from coderanger/root-aliasNoah Kantrowitz2017-04-0513-6/+42
|\ \ | | | | | | Improve coverage of root alias tests
| * | Improve coverage of root alias tests.Noah Kantrowitz2017-04-0513-6/+42
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Bump version of chef to 13.0.105 by Chef Versioner.v13.0.105Chef Versioner2017-04-055-10/+10
| | |
* | | Merge pull request #6013 from coderanger/always-inlineNoah Kantrowitz2017-04-0519-117/+75
|\ \ \ | |_|/ |/| | Remove use_inline_resources
| * | Merge branch 'master' into always-inlineNoah Kantrowitz2017-04-0523-46/+191
| |\ \ | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Make use_inline_resources a no-op to allow for easier support of 12 and 13 ↵Noah Kantrowitz2017-04-052-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in a single cookbook codebase. The test is left in pending mode so it will automatically remind us by failing in six months. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add a unit test for the deprecation.Noah Kantrowitz2017-04-051-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add a deprecation warning when using use_inline_resources.Noah Kantrowitz2017-04-042-0/+17
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Add release notes.Noah Kantrowitz2017-04-041-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Update some more tests for removing use_inline_resources.Noah Kantrowitz2017-04-043-15/+7
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | The tests using these providers expect the pre-inline behavior and I don’t ↵Noah Kantrowitz2017-04-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | feel like updating them this second. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | ActionClass doesn’t need use_inline_resources anymore.Noah Kantrowitz2017-04-041-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Core providers that don’t need use_inline_resources anymore.Noah Kantrowitz2017-04-047-12/+0
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | The action method is now available on Chef::Provider so we don’t need it ↵Noah Kantrowitz2017-04-041-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | in LWRPBase. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Make use_inline_resources always active.Noah Kantrowitz2017-04-041-78/+34
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | | Bump version of chef to 13.0.104 by Chef Versioner.Chef Versioner2017-04-055-12/+10
| | | |
* | | | Merge pull request #6017 from chef/tm/ohai_plugins_2Thom May2017-04-056-1/+93
|\ \ \ \ | | | | | | | | | | RFC 59 - Load ohai plugins
| * | | | RFC 59: Load Ohai pluginstm/ohai_plugins_2Thom May2017-04-056-1/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new phase in the compilation of the run context. Signed-off-by: Thom May <thom@chef.io>
* | | | | Merge pull request #6021 from chef/tm/fix_lzmaThom May2017-04-051-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | use new lzma
| * | | | use new lzmatm/fix_lzmaThom May2017-04-051-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | Bump version of chef to 13.0.103 by Chef Versioner.v13.0.103Chef Versioner2017-04-055-10/+10
| | | |
* | | | Merge pull request #6020 from chef/licensesTim Smith2017-04-052-4/+4
|\ \ \ \ | | | | | | | | | | Have knife cookbook generate use SPDX standard license strings
| * | | | Have knife cookbook generate use SPDX standard license stringsTim Smith2017-04-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We’re trying to get everything to use these so we can have standardized values in Supermarket. All Rights Reserved is clearly not a standard license and that’s just life. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version of chef to 13.0.102 by Chef Versioner.v13.0.102Chef Versioner2017-04-055-10/+10
| | | | |
* | | | | Merge pull request #6015 from coderanger/root-aliasSteven Murawski2017-04-058-13/+99
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | Implement RFC033: Root aliases
| * | | Fix a test I broke by adding a new fixture cookbook.Noah Kantrowitz2017-04-051-7/+1
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Feed the rubocop.Noah Kantrowitz2017-04-052-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Release notes.Noah Kantrowitz2017-04-041-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | Make root alias attributes work with the normal CookbookCompiler load behavior.Noah Kantrowitz2017-04-043-6/+23
| | | | | | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | | First pass on implementing root aliases.Noah Kantrowitz2017-04-045-2/+71
| | |/ | |/| | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Bump version of chef to 13.0.101 by Chef Versioner.Chef Versioner2017-04-055-11/+10
| | |
* | | Merge pull request #6018 from chef/tm/mash_up_dem_dbiThom May2017-04-052-1/+6
|\ \ \ | | | | | | | | Ensure DataBagItems are a Mash
| * | | Ensure DataBagItems are a Mashtm/mash_up_dem_dbiThom May2017-04-052-1/+6
| | | | | | | | | | | | | | | | | | | | closes: #5686 Signed-off-by: Thom May <thom@chef.io>
* | | | Merge pull request #6019 from chef/adamleff/update-omnibusSteven Murawski2017-04-051-8/+8
|\ \ \ \ | |_|_|/ |/| | | Update omnibus Gemfile.lock