summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove retry delays on protocol negotiationlcg/versioned-postsLamont Granquist2017-07-201-3/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix retries on JSON POST requests when negotiating protocol versionLamont Granquist2017-07-206-13/+110
| | | | | | | | | | | | | | | | | | | | | | on the first pass through the JSON middleware it encodes the body. if there's a retry, it re-encodes the body as a string with all its metacharacters escaped. this is a particular issue when doing a first request that is a POST that requires negotiating the API version. when doing a GET it isn't a problem because there's no body payload -- but a POST or a PUT which requires a retry will get garbled and will cause a 500. this happens on hosted right now if trying to POST with a v2 API since hosted is only v1, so there's a retry to downgrade. i also made the same kind of changes to the streaming download requests, but since they're GETs its unclear to me if there was any impact there -- but middleware could have been double-mangling headers on a retry. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 13.3.18 by Chef Expeditorv13.3.18Chef Expeditor2017-07-205-11/+11
|
* Added :elevated option for powershell_script resourceNimishaS2017-07-193-5/+12
| | | | Signed-off-by: NimishaS <nimisha.sharad@msystechnologies.com>
* Bump mixlib-shellout for #6271Bryan McLellan2017-07-191-10/+9
| | | | Signed-off-by: Bryan McLellan <btm@chef.io>
* Bump version to 13.3.17 by Chef Expeditorv13.3.17Chef Expeditor2017-07-185-10/+11
|
* Merge pull request #6278 from jeremymv2/jeremymv2/knife_status_fixJeremy Miller2017-07-182-1/+3
|\ | | | | avoid mutation attempt of node['platform']
| * avoid mutation attempt of node['platform']Jeremy J. Miller2017-07-172-1/+3
| | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/chef/chef/issues/6277 Added `node['platform']` and `node['platform_version']` attributes in the unit tests to trigger a "can't modify frozen String" error. Fixed by doing shallow copy of `node['platform']` on assignment. Signed-off-by: Jeremy J. Miller <jm@chef.io>
* | Bump version to 13.3.16 by Chef Expeditorv13.3.16Chef Expeditor2017-07-175-10/+10
| |
* | Use the previous VS 2015 image in appveyor instead of 2013Bryan McLellan2017-07-171-1/+1
| | | | | | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version to 13.3.15 by Chef Expeditorv13.3.15Chef Expeditor2017-07-175-10/+10
| |
* | [MSYS-586] Allow windows_task create action to update tasks. (#6193)Harikesh Kolekar2017-07-172-71/+132
|/ | | | | | The windows_task resource can now update tasks using the create action without passing the command property. Signed-off-by: Harikesh Kolekar <harikesh.kolekar@msystechnologies.com>
* Bump version to 13.3.14 by Chef Expeditorv13.3.14Chef Expeditor2017-07-145-11/+10
|
* Merge pull request #6274 from chef/tm/fix_solaris_libtoolThom May2017-07-141-8/+8
|\ | | | | Fix solaris/x86 builds
| * Fix solaris/x86 buildstm/fix_solaris_libtoolThom May2017-07-141-8/+8
|/ | | | | | The actual fix is chef/omnibus-software#864 Signed-off-by: Thom May <thom@chef.io>
* Bump version to 13.3.13 by Chef Expeditorv13.3.13Chef Expeditor2017-07-145-10/+10
|
* Merge pull request #6268 from chef/schisamo/update-msi-signing-certThom May2017-07-141-2/+2
|\ | | | | Update SHA1 fingerprint for MSI signing cert
| * Update SHA1 fingerprint for MSI signing certschisamo/update-msi-signing-certSeth Chisamore2017-07-131-2/+2
| | | | | | | | | | | | The cert has been updated as the old one expires on 2017-07-25. Signed-off-by: Seth Chisamore <schisamo@chef.io>
* | Bump version to 13.3.12 by Chef Expeditorv13.3.12Chef Expeditor2017-07-145-10/+11
| |
* | Merge pull request #6272 from chef/tduffield/update-expeditor-configSeth Chisamore2017-07-141-13/+9
|\ \ | |/ |/| Use new Expeditor config format
| * Use new Expeditor config formattduffield/update-expeditor-configTom Duffield2017-07-131-13/+9
|/ | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump version of chef to 13.3.11 by Chef Expeditor.v13.3.11Chef Expeditor2017-07-135-11/+10
|
* Merge pull request #6265 from MsysTechnologiesllc/change_os_for_appveyorLamont Granquist2017-07-131-1/+1
|\ | | | | change image appveyor
| * change image appveyorMSys2017-07-111-1/+1
| | | | | | | | Signed-off-by: MSys <harikesh.kolekar@msystechnologies.com>
* | Merge pull request #6270 from chef/shain/update_omnibusThom May2017-07-131-14/+14
|\ \ | | | | | | Update omnibus pinning to enable automated s3 omnibus cache population
| * | Update omnibus pinning to enable automated s3 omnibus cache populationshain/update_omnibusScott Hain2017-07-121-14/+14
|/ / | | | | | | Signed-off-by: Scott Hain <shain@chef.io>
* | Bump version of chef to 13.3.10 by Chef Expeditor.v13.3.10Chef Expeditor2017-07-115-11/+10
| |
* | Merge pull request #6266 from chef/lcg/fix-acceptance2Lamont Granquist2017-07-112-22/+38
|\ \ | | | | | | More acceptance test fixing.
| * | fix some issues with sinatra appLamont Granquist2017-07-111-18/+34
| | | | | | | | | | | | | | | | | | i'm not certain how this ever worked, odd. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Fix acceptance try #2lcg/fix-acceptance2Lamont Granquist2017-07-101-4/+4
| | | | | | | | | | | | | | | | | | you would think i wouldn't ever write compile/converge bugs by now... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.3.9 by Chef Expeditor.v13.3.9Chef Expeditor2017-07-115-10/+10
| | |
* | | Merge pull request #6102 from chef/tm/fix-policy-bootstrapThom May2017-07-112-0/+5
|\ \ \ | | | | | | | | If we don't have a run_list, don't send it
| * | | If we don't have a run_list, don't send ittm/fix-policy-bootstrapThom May2017-07-052-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should help bootstrapping with policies Fixes: #5353 Signed-off-by: Thom May <thom@chef.io>
* | | | Bump version of chef to 13.3.8 by Chef Expeditor.v13.3.8Chef Expeditor2017-07-115-10/+10
| | | |
* | | | Merge pull request #6230 from davide125/shellescapeThom May2017-07-114-75/+80
|\ \ \ \ | | | | | | | | | | Ensure the service_name is always escaped when using systemd
| * | | | Ensure the service_name is always escaped when using systemdDavide Cavalca2017-07-104-75/+80
| | |/ / | |/| | | | | | | | | | Signed-off-by: Davide Cavalca <dcavalca@fb.com>
* | | | Bump version of chef to 13.3.7 by Chef Expeditor.v13.3.7Chef Expeditor2017-07-115-10/+10
| | | |
* | | | Merge pull request #6264 from jonlives/masterThom May2017-07-111-0/+1
|\ \ \ \ | |/ / / |/| | | Add Rubymine project files to .gitignore list
| * | | Add Rubymine project files to .gitignore listJon Cowie2017-07-111-0/+1
|/ / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Cowie <jcowie@chef.io> Author: Jon Cowie <jcowie@chef.io> Date: Tue Jul 11 10:46:25 2017 +0100
* | | update comment about nokogiriLamont Granquist2017-07-101-2/+4
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.3.6 by Chef Expeditor.v13.3.6Chef Expeditor2017-07-105-10/+10
| | |
* | | Merge pull request #6262 from chef/lcg/bundle-updateLamont Granquist2017-07-101-4/+5
|\ \ \ | | | | | | | | Except I forgot to bundle update of course
| * | | Except I forgot to bundle update of courseLamont Granquist2017-07-101-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For #6261 its still early for me, need more coffee Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version of chef to 13.3.5 by Chef Expeditor.v13.3.5Chef Expeditor2017-07-105-18/+10
| | | |
* | | | Merge pull request #6261 from chef/lcg/move-nokogiri-to-omnibusLamont Granquist2017-07-103-1/+4
|\ \ \ \ | |/ / / | | | | move nokogiri config to omnibus
| * | | move nokogiri config to omnibusLamont Granquist2017-07-103-1/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | this hand-builds it with the software dep, and its not a direct dep of chef itself and shouldn't be in the Gemfile.lock anyway, plus we need to pin via omnibus_overrides.rb and double-pinning in the Gemfile.lock is just added fussiness Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.3.4 by Chef Expeditor.v13.3.4Chef Expeditor2017-07-104-8/+8
| | |
* | | Merge pull request #6251 from chef/lcg/acceptance-fixLamont Granquist2017-07-101-0/+6
|\ \ \ | | | | | | | | acceptance tests are (ab)using our internal ruby
| * | | acceptance tests are (ab)using our internal rubylcg/acceptance-fixLamont Granquist2017-07-031-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Merge pull request #6252 from chef/shain/enable_zypper_optionsLamont Granquist2017-07-102-5/+48
|\ \ \ \ | |_|_|/ |/| | | Enable zypper package options