summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* clean up some weird looking conditionals in the retry logiclcg/fix-protocol-negotiationLamont Granquist2020-07-281-5/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix protocol negotiation for unversioned objectsLamont Granquist2020-07-284-14/+35
| | | | | | | | | We generally always do protocol negotiation on the get of the node object and the Chef::Node is an unversioned API, so we need to test that we backoff the API version to the highest version the server offers and then retry again. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #10217 from chef/slim_spellingTim Smith2020-07-281-243/+0
|\ | | | | Move words from the dictionary to the Chef dictionary
| * Move words from the dictionary to the Chef dictionaryTim Smith2020-07-281-243/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.3.43 by Chef Expeditorv16.3.43Chef Expeditor2020-07-287-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.3.42 by Chef Expeditorv16.3.42Chef Expeditor2020-07-287-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.3.41 by Chef Expeditorv16.3.41Chef Expeditor2020-07-287-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10216 from chef/fix-406-no-method-errorTim Smith2020-07-272-2/+11
|\ \ | | | | | | Fix NoMethodError when server returns a 406.
| * | Fix NoMethodError when server returns a 406.Pete Higgins2020-07-272-2/+11
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Merge pull request #10214 from chef/fix-spec-load-order-bugTim Smith2020-07-272-16/+36
|\ \ \ | | | | | | | | Define local test variables to avoid test load order bug.
| * | | Define local test variables to avoid test load order bug.fix-spec-load-order-bugPete Higgins2020-07-272-16/+36
| |/ / | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Merge pull request #10147 from chef/hostnameTim Smith2020-07-272-18/+22
|\ \ \ | |_|/ |/| | Use powershell_out vs. powershell_script in hostname
| * | Use a const for the ec2 config location on windowsTim Smith2020-07-271-4/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add end-to-end hostname testingTim Smith2020-07-272-1/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use powershell_out vs. powershell_script in hostnameTim Smith2020-07-271-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | This improves the log output and probably speeds up the run since we're not writing out a temporary script file anymore and then executing it. I also removed some delcare_resource uses since we enabled unified_mode for this resource. There's a ton more to remove here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.3.40 by Chef Expeditorv16.3.40Chef Expeditor2020-07-277-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10212 from chef/mark_privateTim Smith2020-07-271-0/+2
|\ \ \ | |_|/ |/| | Mark a private method as private with yard
| * | Mark a private method as private with yardTim Smith2020-07-271-0/+2
| |/ | | | | | | | | | | Make sure this stays out of docs Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.3.39 by Chef Expeditorv16.3.39Chef Expeditor2020-07-277-18/+26
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10210 from chef/bumpsTim Smith2020-07-272-18/+18
|\ \ | |/ |/| Bump deps to current
| * Bump deps to currentTim Smith2020-07-272-18/+18
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 16.3.38Chef Expeditor2020-07-272-81/+78
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10209 from chef/disable_dockerTim Smith2020-07-271-7/+7
|\ | | | | Disable docker in Expeditor for now
| * Disable docker in Expeditor for nowTim Smith2020-07-271-7/+7
|/ | | | | | This functionality currently does not work so we need to disable it. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.3.38 by Chef Expeditorv16.3.38Chef Expeditor2020-07-257-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10205 from chef/remove-some-test-cruftTim Smith2020-07-245-31/+2
|\ | | | | Remove some test cruft around diffing
| * Use built in constant.remove-some-test-cruftPete Higgins2020-07-242-3/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Scratch this off the TODO list.Pete Higgins2020-07-241-1/+0
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Remove unnecessary check for `diff`.Pete Higgins2020-07-243-13/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Remove some unnecessary test cleanup.Pete Higgins2020-07-241-14/+0
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.3.37 by Chef Expeditorv16.3.37Chef Expeditor2020-07-257-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10206 from chef/lcg/fix-el6-selinuxLamont Granquist2020-07-242-1/+9
|\ \ | |/ |/|
| * add a more useful test.Lamont Granquist2020-07-241-0/+8
| | | | | | | | | | | | | | | | | | | | | | this requires that 'ls' be installed on our test nodes. which it should. the fact that i feel i have to write this means docker is the root of all evil in the universe. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix el6 selinuxLamont Granquist2020-07-241-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.3.36 by Chef Expeditorv16.3.36Chef Expeditor2020-07-247-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10204 from chef/lcg/git-spec-cleanupLamont Granquist2020-07-241-1/+1
|\ | | | | Remove bad filter from git spec tests
| * requires_git just doesn't exist anywhere, its not definedlcg/git-spec-cleanupLamont Granquist2020-07-241-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.3.35 by Chef Expeditorv16.3.35Chef Expeditor2020-07-247-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10192 from chef/16.3Tim Smith2020-07-241-0/+102
|\ | | | | Initial 16.3 release notes
| * Add configuration rename wording16.3Tim Smith2020-07-231-0/+16
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Pull in another suggestionTim Smith2020-07-231-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update RELEASE_NOTES.md Tim Smith2020-07-231-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-07-231-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-07-231-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-07-231-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-07-231-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-07-231-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-07-231-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-07-231-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update examples and fix markdown errorsTim Smith2020-07-231-10/+10
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>