summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* port yum_package func tests to dnf_packagelcg/log-resource-no-notifyLamont Granquist2020-03-161-170/+456
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add aarch64 el8 testerLamont Granquist2020-03-161-0/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix unit testsLamont Granquist2020-03-161-4/+4
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* properly remove the providerLamont Granquist2020-03-162-44/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Turn off notifications from log resource by defaultLamont Granquist2020-03-128-29/+74
| | | | | | This should be switched to the notify_group resource now. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.0.133 by Chef Expeditorv16.0.133Chef Expeditor2020-03-137-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9481 from chef/alternativesTim Smith2020-03-125-1/+322
|\ | | | | Add alternatives resource for Linux
| * Move exception handling into an assertionalternativesTim Smith2020-03-121-3/+9
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add the final two sets of specsTim Smith2020-03-122-1/+15
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add spec for path_existsTim Smith2020-03-121-0/+28
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Flip the alternatives_cmd logic to support SLESTim Smith2020-03-122-3/+8
| | | | | | | | | | | | Everything but debian is alternatives so make that the else. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add unit test for #alternatives_cmdTim Smith2020-03-121-0/+23
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Simplify returning the matchTim Smith2020-03-121-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use the splat form of shell_outTim Smith2020-03-121-8/+7
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use match? and add some yardTim Smith2020-03-121-1/+14
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use fedora_derived? where we canTim Smith2020-03-121-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add alternatives resource for LinuxTim Smith2020-03-125-1/+234
| | | | | | | | | | | | This comes from https://github.com/vkhatri/chef-alternatives Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.132 by Chef Expeditorv16.0.132Chef Expeditor2020-03-127-20/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9483 from chef/more_updatesTim Smith2020-03-122-9/+9
|\ \ | |/ |/| Update all deps to current
| * Update all deps to currentTim Smith2020-03-122-9/+9
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.131 by Chef Expeditorv16.0.131Chef Expeditor2020-03-127-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9474 from chef/lcg/fix-encoding-bugsTim Smith2020-03-116-10/+30
|\ | | | | Add always_dump_stacktrace config option & workaround to fix the encoding bugs
| * fix ruby 2.7 encoding bug and add --always-dump-stacktrace optionLamont Granquist2020-03-116-10/+30
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Update CHANGELOG.md with details from pull request #9479Chef Expeditor2020-03-111-3/+4
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9479 from chef/fix-rspec-load-pathTim Smith2020-03-111-6/+4
|\ \ | | | | | | Fix load path in test runs.
| * | Fix load path in test runs.fix-rspec-load-pathPete Higgins2020-03-111-6/+4
| |/ | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.0.130 by Chef Expeditorv16.0.130Chef Expeditor2020-03-117-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9478 from chef/slim_the_installLamont Granquist2020-03-112-0/+101
|\ \ | |/ |/| Bring in the extended Ruby cleanup used in chef-workstation
| * Use fileutils to delete files or dirsslim_the_installTim Smith2020-03-111-22/+17
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bring in the extended Ruby cleanup used in chef-workstationTim Smith2020-03-102-0/+106
|/ | | | | | This resulted in a pretty nice install time win / disk space win in Workstation. Let's see if we can achieve something similar in chef/chef. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.129 by Chef Expeditorv16.0.129Chef Expeditor2020-03-107-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9477 from chef/more_vault_helpersTim Smith2020-03-103-0/+97
|\ | | | | Add the chef-vault helpers from the chef-vault cookbook
| * Exercise the helper even if we can't load a valueTim Smith2020-03-101-0/+11
| | | | | | | | | | | | We're not authorized to fetch it, but we can exercise the code path Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make sure we reference the correct ChefVaultTim Smith2020-03-101-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add the chef-vault helpers from the chef-vault cookbookmore_vault_helpersTim Smith2020-03-102-0/+86
|/ | | | | | Add these to universal so that existing users can use chef-vault data bags without the need for the cookbook. This allows us to deprecate that cookbook entirely. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.128 by Chef Expeditorv16.0.128Chef Expeditor2020-03-097-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9444 from chef/equal_toTim Smith2020-03-092-3/+14
|\ | | | | Expose equal_to values in property / chef-resource-inspector
| * Expose equal_to values in property / chef-resource-inspectorTim Smith2020-03-092-3/+14
|/ | | | | | We need this information so we can generator documentation that includes these values. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #9473 from chef/more_foldingTim Smith2020-03-091-5/+3
|\ | | | | Add more folding to the windows functional tests
| * Add more folding to the windows functional testsTim Smith2020-03-091-5/+3
| | | | | | | | | | | | Make this easier to debug in the future Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.127 by Chef Expeditorv16.0.127Chef Expeditor2020-03-097-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9472 from chef/fix-require-in-testTim Smith2020-03-091-1/+1
|\ \ | |/ |/| Fix require breaking windows functional tests in BK
| * Fix require in test.Pete Higgins2020-03-091-1/+1
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.0.126 by Chef Expeditorv16.0.126Chef Expeditor2020-03-097-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9471 from chef/fauxhaiTim Smith2020-03-092-4/+4
|\ | | | | Update Fauxhai to 8.0
| * Update Fauxhai to 8.0Tim Smith2020-03-092-4/+4
| | | | | | | | | | | | This is quite a bit smaller Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.125 by Chef Expeditorv16.0.125Chef Expeditor2020-03-097-18/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9453 from chef/remove_legacy_updatercTim Smith2020-03-092-195/+41
|\ \ | | | | | | Remove support in debian service init for old update-rc
| * | Remove support in debian service init for old update-rcremove_legacy_updatercTim Smith2020-03-052-195/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code supports sysv-rc < 2.88 Debian 8 comes with 2.88dsf-59 Debian 7 comes with 2.88dsf-41 So it seems that this code support Debian 6 which went EOL almost exactly 4 years ago. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #9466 from chef/faster_specsTim Smith2020-03-092-49/+4
|\ \ \ | |_|/ |/| | Set env vars in the container setup script