summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use attempt or attemps in the retries loggingattemptsTim Smith2018-01-261-1/+1
| | | | | | We have a count. Just add the s if it's more than 1 left. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.31 by Expeditorv14.0.31Chef Expeditor2018-01-265-11/+12
|
* Merge pull request #6798 from chef/tm/ca_me_harderThom May2018-01-261-3/+3
|\ | | | | Force the creation of a relative link for cacerts
| * Force the creation of a relative link for cacertstm/ca_me_harderThom May2018-01-261-3/+3
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version to 14.0.30 by Expeditorv14.0.30Chef Expeditor2018-01-265-11/+12
|
* Merge pull request #6796 from chef/tm/fix_ca_certsThom May2018-01-261-13/+15
|\ | | | | use a relative link so that docker does not drop our ca bundle link
| * use a relative link so that docker does not drop our ca bundle linktm/fix_ca_certsThom May2018-01-261-13/+15
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version to 14.0.29 by Expeditorv14.0.29Chef Expeditor2018-01-255-11/+12
|
* Merge pull request #6790 from chef/lcg/fix-attr-assignment-to-attrsLamont Granquist2018-01-253-1/+18
|\ | | | | fix node assignment of ImmutableArrays to VividMashes/AttrArrays
| * fix node assignment of ImmutableArrays to VividMashes/AttrArraysLamont Granquist2018-01-253-1/+18
|/ | | | | | | | | | | | | node.default['foo'] = node['bar'] need to have node['bar'] have its cache vivified otherwise we potentially get an empty hash or array. in the case of hashes, the assignment must have been walking though the values with #each or something which poked the cache on the target hash which caused it to vivify, so this bug only affected Arrays where the AttrArray initializer likely did a quick-n-dirty copy of the internal structure of the ImmutableArray which was empty. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.28 by Expeditorv14.0.28Chef Expeditor2018-01-255-11/+12
|
* Merge pull request #6789 from chef/lcg/uninstall-bundler-failsLamont Granquist2018-01-251-2/+5
|\ | | | | allow uninstall of bundler to fail
| * [ci skip] add comment about why we do what we do hereLamont Granquist2018-01-251-0/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * allow uninstall of bundler to faillcg/uninstall-bundler-failsLamont Granquist2018-01-251-2/+2
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.27 by Expeditorv14.0.27Chef Expeditor2018-01-255-11/+12
|
* Merge pull request #6687 from ↵Bryan McLellan2018-01-259-15/+167
|\ | | | | | | | | MsysTechnologiesllc/nim/logonSession_user_permission [MSYS-724] Chef::Util::Windows::LogonSession should allow having only the prescribed users permissions
| * Fixed review commentsnimisha2018-01-242-6/+4
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Fixed/added specs for LogonSession changesnimisha2018-01-247-11/+52
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Fixed/added specs for LogonSession changesnimisha2018-01-245-3/+46
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Brought back Chef::Win32::Security functional test for running as a non ↵nimisha2018-01-245-8/+21
| | | | | | | | | | | | admin user Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * add missing functional tests for usersMSys2018-01-241-7/+33
| | | | | | | | Signed-off-by: MSys <harikesh.kolekar@msystechnologies.com>
| * Chef::ReservedNames::Win32::Security.has_admin_privileges? prints a debug ↵nimisha2018-01-243-1/+32
| | | | | | | | | | | | message that contains token elevation information Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
* | Merge pull request #6768 from chef/yard_fixesThom May2018-01-2511-50/+39
|\ \ | | | | | | Cleanup a bit of YARD and add a few things
| * | Cleanup a bit of YARD and add a few thingsTim Smith2018-01-2211-50/+39
| | | | | | | | | | | | | | | | | | Mostly remove some warnings when running yard on the CLI Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.0.26 by Expeditorv14.0.26Chef Expeditor2018-01-245-12/+13
| | |
* | | Merge pull request #6761 from ↵Tim Smith2018-01-241-2/+303
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/ash/add_idempotent_check_to_windows_task Added idempotent checks to windows_task_spec
| * | | Fix review comment and chefstyleNAshwini2018-01-241-5/+4
| | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
| * | | Added idempotent checks to windows_task_specNAshwini2018-01-241-2/+304
| | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
* | | | Revert "splice git checkout of chef into external tests"Lamont Granquist2018-01-241-3/+0
| | | | | | | | | | | | | | | | This reverts commit 2865ca316e5b9512ffd8a7d784355e469a115717.
* | | | splice git checkout of chef into external testsLamont Granquist2018-01-241-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.0.25 by Expeditorv14.0.25Chef Expeditor2018-01-245-11/+12
| | | |
* | | | Merge pull request #6778 from chef/lcg/immutable-node-apisThom May2018-01-243-9/+232
|\ \ \ \ | |_|_|/ |/| | | update immutable API blacklist and whitelist
| * | | add missing Array#abbrevlcg/immutable-node-apisLamont Granquist2018-01-231-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | update immutable API blacklist and whitelistLamont Granquist2018-01-233-9/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds the whitelist so that when we update to new ruby versions it forces us to audit the new Array and Hash methods and figure out if they are mutators or not. this change closes the Hash#store loophole that was being abused by some cookbook consumers to directly modify merged ImmutableHashes (producing inherently undefined behavior that we 'broke' at one point). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.0.24 by Expeditorv14.0.24Chef Expeditor2018-01-245-11/+12
| | | |
* | | | Merge pull request #6779 from chef/log_identityTim Smith2018-01-231-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix regression where message isn't an identity property in log resource
| * | | Fix regression where message isn't an identity property in loglog_identityTim Smith2018-01-231-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | resource In chef 13.6 this was the case. In the cleanup this one was missed and this breaks chefspec behavior Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.0.23 by Expeditorv14.0.23Chef Expeditor2018-01-235-11/+12
| | |
* | | Merge pull request #6775 from chef/lcg/speed-up-http-func-testsLamont Granquist2018-01-233-19/+29
|\ \ \ | |/ / |/| | speed up http func tests
| * | speed up http func testslcg/speed-up-http-func-testsLamont Granquist2018-01-233-19/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the truncated downloads the tiny server needs to hit its RequestTimeout in order to terminate the truncated request, so that is set to 1 second. Then also drop down the retries and the rest_timeout on the client side (but keep the rest_timeout to 2 to keep it above the tiny_server timeout) Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 14.0.22 by Expeditorv14.0.22Chef Expeditor2018-01-235-11/+12
| | |
* | | Merge pull request #6776 from chef/revert-6766-lcg/windows-intervalLamont Granquist2018-01-234-36/+12
|\ \ \ | | | | | | | | Revert "Fail on interval runs on windows"
| * | | Revert "Fail on interval runs on windows"Lamont Granquist2018-01-234-36/+12
|/ / /
* | | Bump version to 14.0.21 by Expeditorv14.0.21Chef Expeditor2018-01-234-8/+8
| | |
* | | Merge pull request #6773 from chef/revert-6770-tm/ruby_25Thom May2018-01-231-1/+1
|\ \ \ | | | | | | | | Revert "Bump to ruby 2.5.0"
| * | | Revert "Bump to ruby 2.5.0"Thom May2018-01-231-1/+1
|/ / /
* | | Bump version to 14.0.20 by Expeditorv14.0.20Chef Expeditor2018-01-235-12/+13
| | |
* | | Merge pull request #6772 from chef/changelog_fixThom May2018-01-231-76/+80
|\ \ \ | | | | | | | | Fix the changelog for the 13.7 release
| * | | Fix the changelog for the 13.7 releaseTim Smith2018-01-231-76/+80
| | | | | | | | | | | | | | | | | | | | | | | | This failed to automatically happen Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.0.19 by Expeditorv14.0.19Chef Expeditor2018-01-235-11/+12
| | | |