summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Assume credentials are valid if they cannot be validated due to an Account ↵Stuart Preston2018-07-021-1/+7
| | | | | | Restriction Signed-off-by: Stuart Preston <stuart@chef.io>
* Adding failing tests for empty password contextStuart Preston2018-07-021-14/+40
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Bump version to 14.3.26 by Chef Expeditorv14.3.26Chef Expeditor2018-07-021-1/+1
|
* Bump version to 14.3.25 by Chef Expeditorv14.3.25Chef Expeditor2018-07-025-13/+13
|
* Merge pull request #7414 from chef/lcg/chefstyle2Lamont Granquist2018-07-02606-11514/+11513
|\ | | | | Chefstyle fixes
| * fix Style/TrailingCommaInHashLiteralLamont Granquist2018-07-024-10/+10
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-024-11/+11
| | | | | | | | | | | | cop Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix Style/UnneededInterpolationLamont Granquist2018-07-0234-67/+67
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix Layout/LeadingCommentSpaceLamont Granquist2018-07-0288-289/+289
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * clean up whitespace againLamont Granquist2018-07-0238-329/+329
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix Layout/DotPositionLamont Granquist2018-07-0251-653/+653
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix Layout/AlignHash caused by Style/HashSyntaxLamont Granquist2018-07-022-3/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix Layout/IndentHeredocLamont Granquist2018-07-02139-6600/+6600
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix Style/HashSyntaxLamont Granquist2018-07-02470-4145/+4144
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.3.24 by Chef Expeditorv14.3.24Chef Expeditor2018-07-025-11/+13
| |
* | Merge pull request #7405 from chef/win32service_warningsLamont Granquist2018-07-023-15/+15
|\ \ | |/ |/| Pull in new InSpec and win32-service
| * Pull in new InSpec and win32-serviceTim Smith2018-06-293-15/+15
| | | | | | | | | | | | This resolves Ruby deprecation warnings when interacting with Windows services. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7406 from chef/lcg/suppress-turdfileLamont Granquist2018-06-291-1/+2
|\ \ | | | | | | Suppress data_collector.json spec turd file
| * | Suppress data_collector.json spec turd fileLamont Granquist2018-06-291-1/+2
| | | | | | | | | | | | | | | | | | Our unit tests keep creating this file that dirties the repo Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Update CHANGELOG.md with details from pull request #7385Chef Expeditor2018-06-291-3/+4
| | |
* | | Merge pull request #7385 from chef/kitchen_test_renameTim Smith2018-06-2913-31/+28
|\ \ \ | |_|/ |/| | Rename the kitchen base test suite to end-to-end
| * | Rename the kitchen base test suite to end-to-endTim Smith2018-06-2713-31/+28
| | | | | | | | | | | | | | | | | | It's our end-to-end test according to the readme. This just aligns the recipe/suite names with that so it's a bit more obvious what we're doing here. This also removes sudo installs since I moved that all to dokken-images now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.3.23 by Chef Expeditorv14.3.23Chef Expeditor2018-06-285-13/+12
| | |
* | | Merge pull request #7380 from chef/sp/ffi-powershellTim Smith2018-06-2812-68/+33
|\ \ \ | | | | | | | | Switch powershell_exec mixin to use FFI instead of COM
| * | | Feed chefstylesp/ffi-powershellStuart Preston2018-06-271-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
| * | | Only copy dlls to target location once on bundle installStuart Preston2018-06-271-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
| * | | Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-261-23/+5
| |\ \ \ | | | |/ | | |/| | | | | Signed-off-by: <>
| * | | Fix formattingStuart Preston2018-06-261-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
| * | | Ensure we use the latest/stable omnibus toolchainStuart Preston2018-06-251-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
| * | | Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-2314-80/+272
| |\ \ \ | | | | | | | | | | | | | | | Signed-off-by: <>
| * | | | Move bindir copy logic into Gemfile to be used by BundlerStuart Preston2018-06-235-1/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
| * | | | Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-2090-801/+1225
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Signed-off-by: <>
| * | | | | Fix up tests for appveyorStuart Preston2018-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
| * | | | | Remove COM registration entries from Windows InstallerStuart Preston2018-06-191-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
| * | | | | Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-1961-844/+856
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Signed-off-by: <>
| * | | | | | powershell_exec uses FFI instead of COMStuart Preston2018-06-196-38/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | | | | | Bump version to 14.3.22 by Chef Expeditorv14.3.22Chef Expeditor2018-06-285-10/+12
| | | | | | |
* | | | | | | Merge pull request #7400 from chef/missing_knife_requireTim Smith2018-06-271-0/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Add missing require knife
| * | | | | | Add missing require knifeTim Smith2018-06-261-0/+2
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be in all the plugins and it is except for this one. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Update CHANGELOG.md with details from pull request #7398Chef Expeditor2018-06-271-0/+2
| | | | | |
* | | | | | Merge pull request #7398 from chef/appbundlerLamont Granquist2018-06-272-14/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove sudo/gcc-c++ package installs from kitchen tests
| * | | | | | Remove sudo/gcc-c++ package installs from kitchen testsappbundlerTim Smith2018-06-262-14/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sudo was added to dokken images. gcc-c++ was added to appbundle-updater. Also use the kitchen-appbundle-updater from rubygems since it's up to date. No need to pull from the repo for this. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Update CHANGELOG.md with details from pull request #7399Chef Expeditor2018-06-271-4/+4
| | | | | |
* | | | | | Merge pull request #7399 from chef/kill-acceptanceLamont Granquist2018-06-2777-1700/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove the existing acceptance testing framework
| * | | | | | Remove the existing acceptance testing frameworkkill-acceptanceTim Smith2018-06-2677-1700/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We haven't used this framework for 2 major releases of Chef and as time goes on it's more and more likely we'll build something very different for testing. We 100% do need acceptance testing, but between dokken testing in Travis and the potential for more complex integration testing with build-kite I think we should do the proper cleanup and remove this code now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Merge pull request #7395 from chef/lcg/spec-to-remove-cookbook-mergingLamont Granquist2018-06-271-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | add spec to force really remove cookbook merging
| * | | | | | add spec to force really remove cookbook merginglcg/spec-to-remove-cookbook-mergingLamont Granquist2018-06-261-1/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | Bump version to 14.3.21 by Chef Expeditorv14.3.21Chef Expeditor2018-06-275-10/+12
| | | | | |
* | | | | | Merge pull request #7388 from chef/chocoTim Smith2018-06-265-0/+373
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add chocolatey_config and chocolatey_source resources
| * | | | | | Chefstyle fixTim Smith2018-06-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>