summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace highline with tty-screen in knife listkill_highlineTim Smith2019-04-163-2/+10
| | | | | | One step closer to killing off highline. We're just getting the terminal width here, which is super overkill for highline. We're still using it in quite a few other places, but this gets us one step closer to moving over to tty entirely. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.216 by Chef Expeditorv15.0.216Chef Expeditor2019-04-165-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8375 from chef/btm/locale-fix-customBryan McLellan2019-04-163-57/+87
|\ | | | | Limit locale resource to Linux
| * disable yum metadata caching for end-to-end centos/rhel testsBryan McLellan2019-04-161-0/+7
| | | | | | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Limit locale resource to LinuxBryan McLellan2019-04-152-57/+80
| | | | | | | | | | | | Platforms that don't use /etc/locale.conf aren't supported Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version to 15.0.215 by Chef Expeditorv15.0.215Chef Expeditor2019-04-155-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8370 from chef/lcg/empty-override-runlistLamont Granquist2019-04-155-12/+102
|\ \ | |/ |/| Allow empty strings in -o to result in empty override run list
| * Allow empty strings in -o to result in empty override run listlcg/empty-override-runlistLamont Granquist2019-04-125-12/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously this was not possible. Now you can do this: ``` chef-client -o "" ./foo.rb ``` And it will only run foo.rb and not any of the recipes in your run_list at all. Node will not be saved at the end. Useful to one-shot something like keyrotation (which still needs keys and needs to talk to the chef server API, so this is a different use case from simple chef-apply). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.214 by Chef Expeditorv15.0.214Chef Expeditor2019-04-155-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8028 from chef/archive_fileTim Smith2019-04-159-2/+237
|\ \ | | | | | | Add a new archive_file resource from the libarchive cookbook
| * | Fix specs and chefstyle warningsarchive_fileTim Smith2019-04-152-10/+17
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add archive testingTim Smith2019-04-154-0/+12
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Bing in the latest changes from the cookbookTim Smith2019-04-151-22/+59
| | | | | | | | | | | | | | | | | | This fixes idempotency issues. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add description fieldsTim Smith2019-04-151-6/+9
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add a new archive_file resource from the libarchive cookbookTim Smith2019-04-155-2/+178
| | | | | | | | | | | | | | | | | | This adds the archive_file resource from the libarchive cookbook. I've updated the property names in that cookbook to allow us to add a :create action later on. This code matches the code in the cookbook nearly 100%. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #8367 from chef/jsinha/add_all_verifyTim Smith2019-04-154-12/+209
|\ \ \ | |/ / |/| | Add more verification tests
| * | Comment failing BK verification testsjsinha/add_all_verifyJaymala Sinha2019-04-152-22/+28
| | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| * | Add kitchen-docker for bk testsJaymala Sinha2019-04-153-2/+45
| | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| * | Disable failing testsJaymala Sinha2019-04-121-65/+65
| | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| * | Add more verification testsJaymala Sinha2019-04-122-2/+150
| | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* | | Bump version to 15.0.213 by Chef Expeditorv15.0.213Chef Expeditor2019-04-155-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8361 from chef/btm/fix-solo-permsTim Smith2019-04-151-1/+1
|\ \ \ | |/ / |/| | Drop privileges before creating files in solo mode
| * | Drop privileges before creating files in solo modebtm/fix-solo-permsBryan McLellan2019-04-111-1/+1
| | | | | | | | | | | | | | | | | | Fixes #8360 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | Bump version to 15.0.212 by Chef Expeditorv15.0.212Chef Expeditor2019-04-125-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8357 from chef/jsinha/migrate_verify_bkTim Smith2019-04-123-0/+54
|\ \ \ | | | | | | | | Add Verification tests in Buildkite
| * | | Add Verification tests in Buildkitejsinha/migrate_verify_bkJaymala Sinha2019-04-113-0/+54
| | | | | | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* | | | Bump version to 15.0.211 by Chef Expeditorv15.0.211Chef Expeditor2019-04-115-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8359 from chef/btm/fix-dsc-test-errorsTim Smith2019-04-111-1/+1
|\ \ \ \ | |_|/ / |/| | | Don't force DSC functional tests to PS4
| * | | Don't force DSC functional tests to PS4btm/fix-dsc-test-errorsBryan McLellan2019-04-111-1/+1
| | |/ | |/| | | | | | | | | | | | | New Windows platforms like 2016 have Powershell 5. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | Bump version to 15.0.210 by Chef Expeditorv15.0.210Chef Expeditor2019-04-115-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8352 from chef/btm/func-group-gidTim Smith2019-04-111-1/+12
|\ \ \ | |_|/ |/| | Avoid occasionally randomly reusing a gid in tests
| * | Avoid accidentally reusing a gid in testsBryan McLellan2019-04-111-1/+12
| | | | | | | | | | | | | | | | | | | | | Some platforms have groups in odd ranges, make sure the gid we select is not in use. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | Merge pull request #8353 from ↵Jeremiah Snapp2019-04-101-1/+0
|\ \ \ | |/ / |/| | | | | | | | chef/snappj/stop-printing-environment-in-omnibus-test-script Stop printing environment in ci/verify.bat
| * | Stop printing environment in ci/verify.batJeremiah Snapp2019-04-101-1/+0
|/ / | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | Bump version to 15.0.209 by Chef Expeditorv15.0.209Chef Expeditor2019-04-095-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8348 from chef/testingLamont Granquist2019-04-092-5/+23
|\ \ | |/ |/| Add Debian 10 testing to Travis
| * Add Debian 10 testing to TravisTim Smith2019-04-082-5/+23
| | | | | | | | | | | | We have a dokken box for Debian 10 now. We should integration test PRs against it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.208 by Chef Expeditorv15.0.208Chef Expeditor2019-04-095-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8344 from chef/lcg/copy-properties-fromTim Smith2019-04-082-0/+128
|\ \ | | | | | | Implement Chef::Resource#copy_properties_from
| * | Implement Chef::Resource#copy_properties_fromlcg/copy-properties-fromLamont Granquist2019-04-082-0/+128
| | | | | | | | | | | | | | | | | | | | | | | | Kept in the properties mixin since it is tightly coupled. closes #7046 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 15.0.207 by Chef Expeditorv15.0.207Chef Expeditor2019-04-085-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8349 from chef/appveyor_ruby_26Tim Smith2019-04-081-0/+1
|\ \ \ | |_|/ |/| | Add Ruby 2.6 testing Appveyor
| * | Add Ruby 2.6 testing AppveyorTim Smith2019-04-081-0/+1
|/ / | | | | | | | | | | They have a ruby26 environment now. We should test with it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.206 by Chef Expeditorv15.0.206Chef Expeditor2019-04-085-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8346 from chef/omnibus_testsTim Smith2019-04-082-0/+2
|\ \ | | | | | | Add PROJECT_NAME to omnibus-test scripts
| * | Add PROJECT_NAME to omnibus-test scriptsJaymala Sinha2019-04-082-0/+2
| | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* | | Update the PR template a bitTim Smith2019-04-081-1/+2
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add issue labels to our other templatesTim Smith2019-04-054-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add label assignment to our bug templateTim Smith2019-04-051-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8343 from chef/snappj/create-omnibus-buildkite-pipelinesJeremiah Snapp2019-04-054-0/+141
|\ \ | | | | | | Create omnibus buildkite pipelines