summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use the original run_context for tests that depend on platform specific stuff.fix-release-build-testsPete Higgins2020-06-303-3/+28
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fix more undefined references to run_context.Pete Higgins2020-06-303-0/+6
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Don't use stubbed node.Pete Higgins2020-06-301-6/+2
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fix a missing reference to run_context.Pete Higgins2020-06-301-3/+4
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.2.69 by Chef Expeditorv16.2.69Chef Expeditor2020-06-297-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10081 from chef/expeditor/inspec-core-bin_4.21.1Tim Smith2020-06-291-4/+4
|\ | | | | Bump inspec-core-bin to 4.21.1
| * Bump inspec-core-bin to 4.21.1expeditor/inspec-core-bin_4.21.1Chef Expeditor2020-06-291-4/+4
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core-bin 4.21.1 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 16.2.68 by Chef Expeditorv16.2.68Chef Expeditor2020-06-297-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.2.67 by Chef Expeditorv16.2.67Chef Expeditor2020-06-297-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10027 from chef/remove-bad-test-fileTim Smith2020-06-2832-61/+67
|\ | | | | specs: Remove test file that added a method to top-level scope.
| * More missed run_context references.remove-bad-test-filePete Higgins2020-06-261-2/+4
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * This spec seems to rely on the existing run_context behavior.Pete Higgins2020-06-261-2/+9
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Remove test file that added a method to top-level scope.Pete Higgins2020-06-2632-61/+58
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.2.66 by Chef Expeditorv16.2.66Chef Expeditor2020-06-297-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10078 from chef/revert-initial-diff-fixTim Smith2020-06-281-2/+1
|\ \ | | | | | | Revert "Merge pull request #10052 from chef/fix-diff-tests"
| * | Revert "Merge pull request #10052 from chef/fix-diff-tests"revert-initial-diff-fixPete Higgins2020-06-261-2/+1
| | | | | | | | | | | | | | | | | | | | | This reverts commit 70efe2b6766846ff913461fe7da35bed2b98ce4f, reversing changes made to cb79fb33208efe059a49871192c94bcfded481ab. Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Merge pull request #10077 from chef/fix-umask-test-on-windowsTim Smith2020-06-282-9/+26
|\ \ \ | |/ / |/| | Update tests and docs for umask on Windows.
| * | Update tests and docs for umask on Windows.fix-umask-test-on-windowsPete Higgins2020-06-262-9/+26
| |/ | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.2.65 by Chef Expeditorv16.2.65Chef Expeditor2020-06-267-20/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10058 from chef/fipsTim Smith2020-06-262-4/+5
|\ \ | |/ |/| Revert openssl digest update that broke FIPS
| * Replace OpenSSL::Digest with ::Digest for MD5Tim Smith2020-06-262-4/+5
|/ | | | | | | Avoid fips warnings where we're just checksumming files and also support changes in Ruby 3.0 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.2.64 by Chef Expeditorv16.2.64Chef Expeditor2020-06-267-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10074 from chef/lcg/win-unit-test-cherrypickLamont Granquist2020-06-2611-56/+92
|\ | | | | Pick some of the unit test fixes from #10068
| * revert these changes as they break everything else other than windowsLamont Granquist2020-06-262-16/+13
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Pick some of the unit test fixes from #10068lcg/win-unit-test-cherrypickLamont Granquist2020-06-2613-69/+108
| | | | | | | | | | | | This picks some of the more obviously correct looking fixes from #10068 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Update CHANGELOG.md with details from pull request #10019Chef Expeditor2020-06-261-3/+4
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10019 from chef/csnapp/remove_private_verify_pipelineTim Smith2020-06-264-68/+0
|\ \ | | | | | | Remove Azure private verify pipeline
| * | Remove Azure private verify pipelineChristopher A. Snapp2020-06-264-68/+0
|/ / | | | | | | | | | | | | | | We no longer need the private pipeline for verification tests using Kitchen Azure now that we have an implementation using Azure DevOps Pipelines for MacOS and Windows 2019. Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* | Bump version to 16.2.63 by Chef Expeditorv16.2.6315.9Chef Expeditor2020-06-267-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10072 from chef/libarchiveTim Smith2020-06-253-41/+41
|\ \ | | | | | | Update ffi-libarchive for windows fixes / pin the dep
| * | Update ffi-libarchive for windows fixes / pin the depTim Smith2020-06-253-42/+42
| | | | | | | | | | | | | | | | | | Make sure we don't later pull in a breaking version here, but make sure we have at least 1.0.3 Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.2.62 by Chef Expeditorv16.2.62Chef Expeditor2020-06-267-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10070 from mwrock/win_serviceTim Smith2020-06-251-0/+7
|\ \ \ | |/ / |/| | fix habitat based windows service tests
| * | fix habitat based windows service testsmwrock2020-06-251-0/+7
| | | | | | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | | Bump version to 16.2.61 by Chef Expeditorv16.2.61Chef Expeditor2020-06-257-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10063 from chef-davin/windows_user_privilegeTim Smith2020-06-251-2/+25
|\ \ \ | | | | | | | | Update the windows_user_privilege resource to have a `:clear` action
| * | | Update lib/chef/resource/windows_user_privilege.rb Davin Taddeo2020-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | that's a good way to do it as well. I'm totally fine with that. Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | | Update teh windows_user_privilege resource to have a `:clear` action to ↵Davin Taddeo2020-06-241-2/+25
| | |/ | |/| | | | | | | | | | | | | remove any users from being assigned a user access right. Signed-off-by: Davin Taddeo <davin@chef.io>
* | | Bump version to 16.2.60 by Chef Expeditorv16.2.60Chef Expeditor2020-06-257-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10060 from chef/other-test-cleanupTim Smith2020-06-2537-157/+138
|\ \ \ | |_|/ |/| | specs: Remove more methods defined on the top-level scope
| * | Remove other top-level methods defined in tests and do a little cleanup.other-test-cleanupPete Higgins2020-06-243-52/+49
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Fix some odd whitespacing in tests.Pete Higgins2020-06-2434-83/+83
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Remove another top-level method from the test suite.Pete Higgins2020-06-241-22/+6
| |/ | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.2.59 by Chef Expeditorv16.2.59Chef Expeditor2020-06-257-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10062 from chef/lcg/bump-external-tests-to-2.7Tim Smith2020-06-251-12/+11
|\ \ | | | | | | Bump the external tests to 2.7
| * | cheffish still legit busted on 2.7lcg/bump-external-tests-to-2.7Lamont Granquist2020-06-241-1/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | try bumping the external tests to 2.7Lamont Granquist2020-06-241-13/+12
| |/ | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.2.58 by Chef Expeditorv16.2.58Chef Expeditor2020-06-257-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10067 from chef/expeditor/train-core_3.3.4Tim Smith2020-06-251-1/+1
|\ \ | | | | | | Bump train-core to 3.3.4
| * | Bump train-core to 3.3.4expeditor/train-core_3.3.4Chef Expeditor2020-06-251-1/+1
| |/ | | | | | | | | | | This pull request was triggered automatically via Expeditor when train-core 3.3.4 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.