summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pin Chefstyle to 0.11.2 in chef-14 branchchefstyle_pinTim Smith2019-01-212-12/+6
| | | | | | As Chef 14 goes into stable this avoids the need to keep up with changes in chefstyle. We can chase that on master. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.9.10 by Chef Expeditorv14.9.10Chef Expeditor2019-01-215-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8141 from chef/mixlib_14Tim Smith2019-01-212-5/+5
|\ | | | | Allow for mixlib-archive 1.x
| * Allow for mixlib-archive 1.xmixlib_14Tim Smith2019-01-212-5/+5
|/ | | | | | 1.x will work just fine here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.9.9 by Chef Expeditorv14.9.9Chef Expeditor2019-01-185-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8134 from chef/name_propertiesTim Smith2019-01-176-17/+17
|\ | | | | Backport various name_property fixes in resources from Chef 15
| * ssh_known_host_entry: Use the name_property properly in debug loggingTim Smith2019-01-171-1/+1
| | | | | | | | | | | | You'd get the resource name not the host property in the logging. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make sure openssl resources properly use the name_propertyTim Smith2019-01-172-2/+2
| | | | | | | | | | | | We have a name_property, but we're not using it everywhere here. Signed-off-by: Tim Smith <tsmith@chef.io>
| * homebrew_cask / homebrew_tap: Properly use the cask_name and tap_name ↵Tim Smith2019-01-172-11/+11
| | | | | | | | | | | | | | | | properties If the name properties for these resources we used we'd entirely ignore them. Signed-off-by: Tim Smith <tsmith@chef.io>
| * windows_printer: prevent failures when deleting printers and using device_id ↵Tim Smith2019-01-171-3/+3
| | | | | | | | | | | | | | | | property We have a name_property of device_id for this resource but we weren't using it in the delete_printer method so if you used the name property the deletion would fail. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.9.8 by Chef Expeditorv14.9.8Chef Expeditor2019-01-175-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8131 from chef/license_scout_14Tim Smith2019-01-171-4/+4
|\ \ | |/ |/| Update license scout to 1.0.22
| * Update license scout to 1.0.22license_scout_14Tim Smith2019-01-171-4/+4
|/ | | | | | This fixes licensing issues with chefstyle deps. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.9.7 by Chef Expeditorv14.9.7Chef Expeditor2019-01-175-12/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8129 from chef/windows_timezoneTim Smith2019-01-162-1/+56
|\ | | | | Chef 14: A windows support to the timezone resource
| * Cherry pick the remaining timezone windows changesTim Smith2019-01-161-8/+10
| | | | | | | | | | | | These couldn't be cherry picked in git due to a merge commit. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Added unit test for the timezone resourceusername-is-already-taken22019-01-161-0/+39
| | | | | | | | Signed-off-by: username-is-already-taken2 <digitalgaz@hotmail.com>
| * Added windows support for the timezone resourceusername-is-already-taken22019-01-161-1/+15
| | | | | | | | Signed-off-by: username-is-already-taken2 <digitalgaz@hotmail.com>
| * update description to include windowsCorey Hemminger2019-01-161-1/+1
|/ | | Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
* Merge pull request #8126 from chef/updating_gemsTim Smith2019-01-161-6/+15
|\ | | | | Chef 14: Pull in the gem update retry logic from DK
| * Pull in the gem update retry logic from DKTim Smith2019-01-161-6/+15
| | | | | | | | | | | | | | | | Pulls in the logic that tyler wrote in DK that performs retries and validates that the gem was actually updated. This preventts empty PRs from being opened and shortens the time the job takes to run. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.9.6 by Chef Expeditorv14.9.6Chef Expeditor2019-01-165-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 14.9.5 by Chef Expeditorv14.9.5Chef Expeditor2019-01-165-15/+16
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8120 from chef/tasksTim Smith2019-01-165-40/+134
|\ | | | | windows_task resource: allow non-system users without password for interactive tasks
| * windows_task resource: allow non-system users without password for ↵tasksNimesh2019-01-165-40/+134
| | | | | | | | | | | | | | | | | | | | | | | | interactive tasks - Minor changes in `validate_user_and_password` to support this feature - `validate_interactive_setting` would no longer be needed - Added test cases - Added support to latest version of win32-taskscheduler gem (2.0.4) - Fixes MSYS-924 Signed-off-by: Nimesh <nimesh.patni@msystechnologies.com>
* | Merge pull request #8121 from chef/ruby26Tim Smith2019-01-1686-167/+200
|\ \ | |/ |/| Support and test on Ruby 2.6
| * Remove the duplicate opensuse testTim Smith2019-01-161-18/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * allow opensuseleap failuresLamont Granquist2019-01-161-0/+18
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-1683-150/+154
| | | | | | | | | | | | includes backcompat for 2.5 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Enumerable#chain looks read-onlyLamont Granquist2019-01-162-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix for new array methodsLamont Granquist2019-01-161-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * missing bangLamont Granquist2019-01-161-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add new ruby 2.6 methodsLamont Granquist2019-01-162-0/+4
| | | | | | | | | | | | filter[!] is just an alias for select[!] Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Add Ruby 2.6 testingTim Smith2019-01-161-0/+20
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #8114 from chef/tagsTim Smith2019-01-161-4/+4
|\ | | | | Update expeditor config for the new labels
| * Update expeditor config for the new labelstagsTim Smith2019-01-151-4/+4
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.9.4 by Chef Expeditorv14.9.4Chef Expeditor2019-01-045-12/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8092 from chef/expeditor/mixlib-cli_2.0.0Tim Smith2019-01-041-10/+10
|\ | | | | Bump mixlib-cli to 2.0.0 and win32-certstore to 0.2.1
| * Bump mixlib-cli to 2.0.0Chef Expeditor2019-01-041-10/+10
|/ | | | | | This pull request was triggered automatically via Expeditor when mixlib-cli 2.0.0 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 14.9.3 by Chef Expeditorv14.9.3Chef Expeditor2018-12-215-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8075 from chef/expeditor/inspec-core_3.2.6Tim Smith2018-12-201-2/+2
|\ | | | | Bump inspec-core to 3.2.6
| * Bump inspec-core to 3.2.6Chef Expeditor2018-12-201-2/+2
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core 3.2.6 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 14.9.2 by Chef Expeditorv14.9.2Chef Expeditor2018-12-205-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8069 from chef/omnibus_cache_off_14Lamont Granquist2018-12-191-2/+5
|\ | | | | Disable s3 omnibus cache
| * Chefstyle fixTim Smith2018-12-191-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Disable git omnibus cacheTim Smith2018-12-191-1/+4
|/ | | | | | | | | | This has caused a ton of random issues where builders start pulling in cache from other branches. Every time we get in this state we just rebuild without the cache and all is fine again. It seems like we should just disable it at this point since we run builds on 2 branches at the same time now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.9.1 by Chef Expeditorv14.9.1Chef Expeditor2018-12-205-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8070 from chef/14_proxy_test_fixTim Smith2018-12-191-1/+2
|\ | | | | Remove the travis apt proxy for the Ruby 2.4 functional tests
| * remove the travis apt proxy14_proxy_test_fixLamont Granquist2018-12-191-1/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.9.0 by Chef Expeditorv14.9.0Chef Expeditor2018-12-205-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.