summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update deps for bundler 2.0.1bump_gemlockTim Smith2019-01-172-5/+7
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.130 by Chef Expeditorv15.0.130Chef Expeditor2019-01-175-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.0.129 by Chef Expeditorv15.0.129Chef Expeditor2019-01-175-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8125 from chef/printer_deleteTim Smith2019-01-171-3/+3
|\ | | | | windows_printer: prevent failures when deleting printers and using device_id property
| * windows_printer: prevent failures when deleting printers and using device_id ↵printer_deleteTim Smith2019-01-161-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 15.0.128 by Chef Expeditorv15.0.128Chef Expeditor2019-01-175-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8123 from chef/caskTim Smith2019-01-172-11/+11
|\ \ | | | | | | homebrew_cask / homebrew_tap: Properly use the cask_name and tap_name properties
| * | homebrew_cask / homebrew_tap: Properly use the cask_name and tap_name ↵caskTim Smith2019-01-162-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>
* | Merge pull request #8122 from chef/opensslTim Smith2019-01-172-2/+2
|\ \ | | | | | | openssl_ec_private_key / openssl_x509_request.rb: properly use the path properties when specified
| * | Make sure openssl resources properly use the name_propertyopensslTim Smith2019-01-162-2/+2
| |/ | | | | | | | | | | We have a name_property, but we're not using it everywhere here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.127 by Chef Expeditorv15.0.127Chef Expeditor2019-01-175-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8124 from chef/host_entryTim Smith2019-01-171-1/+1
|\ \ | | | | | | ssh_known_host_entry: Use the host name_property in debug logging
| * | ssh_known_host_entry: Use the name_property properly in debug logginghost_entryTim Smith2019-01-161-1/+1
| |/ | | | | | | | | | | You'd get the resource name not the host property in the logging. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.126 by Chef Expeditorv15.0.126Chef Expeditor2019-01-175-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8133 from chef/license_scoutTim Smith2019-01-171-4/+4
|\ \ | | | | | | Update license_scout to 1.0.22
| * | Update license_scout to 1.0.22Tim Smith2019-01-171-4/+4
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.125 by Chef Expeditorv15.0.125Chef Expeditor2019-01-175-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8130 from chef/license_scoutTim Smith2019-01-161-1/+1
|\ \ \ | |/ / | | | Update license scout 1.0.21
| * | Update license scout 1.0.21license_scoutTim Smith2019-01-161-1/+1
|/ / | | | | | | | | | | This fixes license enforcement errors Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.124 by Chef Expeditorv15.0.124Chef Expeditor2019-01-165-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8119 from chef/yardTim Smith2019-01-161-4/+13
|\ \ | | | | | | Add a bit more yard to chef-config/config
| * | Add a bit more yard to chef-config/configyardTim Smith2019-01-161-4/+13
| |/ | | | | | | | | | | Adding it as I read through the classes. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8127 from chef/master_dep_updateTim Smith2019-01-161-6/+15
|\ \ | |/ |/| 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>
* Merge pull request #8112 from chef/lcg/rubocop-upgradesLamont Granquist2019-01-15171-1230/+1228
|\ | | | | changes for rubocop engine upgrades.
| * pull new chefstyle into the bundleLamont Granquist2019-01-151-8/+10
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-15170-1222/+1218
|/ | | | | | | this is the result of changes to rules we already previously had enabled. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.123 by Chef Expeditorv15.0.123Chef Expeditor2019-01-145-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8110 from chef/mac_os_user_cleanupTim Smith2019-01-149-2149/+124
|\ | | | | user resource: Remove support for macOS 10.7 and 10.7 upgraded to 10.8+
| * user resource: Remove support for macOS 10.7 and 10.7 upgraded to 10.8+Tim Smith2019-01-149-2149/+124
| | | | | | | | | | | | We can greatly simplify our dscl user provider by removing support for macOS 10.7 and 10.7 which has been upgraded to 10.8. No one is using this anyone as it's beyond EOL with Apple and has been for years. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.122 by Chef Expeditorv15.0.122Chef Expeditor2019-01-105-12/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Don't system exit on ohai CriticalPluginFailure (#8098)Joshua Miller2019-01-092-4/+1
| | | | | | Signed-off-by: Joshua Miller <joshmiller@fb.com>
* | Bump version to 15.0.121 by Chef Expeditorv15.0.121Chef Expeditor2019-01-075-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7918 from ↵Tim Smith2019-01-075-42/+136
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/nimesh/MSYS-924_passwordless_interactive_tasks windows_task resource: Allow non-system users without password
| * | windows_task resource: allow non-system users without password for ↵Nimesh2019-01-075-42/+136
|/ / | | | | | | | | | | | | | | | | | | | | | | 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>
* | Bump version to 15.0.120 by Chef Expeditorv15.0.120Chef Expeditor2019-01-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7922 from chef/2.6Lamont Granquist2019-01-0386-150/+200
|\ \ | |/ |/| Support Ruby 2.6 and add Ruby 2.6 testing
| * allow opensuseleap failures2.6Lamont Granquist2019-01-031-0/+18
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-0383-150/+154
| | | | | | | | | | | | includes backcompat for 2.5 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Enumerable#chain looks read-onlyLamont Granquist2019-01-032-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix for new array methodsLamont Granquist2019-01-031-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * missing bangLamont Granquist2019-01-031-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add new ruby 2.6 methodsLamont Granquist2019-01-032-0/+4
| | | | | | | | | | | | filter[!] is just an alias for select[!] Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Add Ruby 2.6 testingTim Smith2019-01-031-0/+20
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8090 from chef/maintainersTim Smith2019-01-032-146/+12
|\ \ | |/ |/| Simplify the sub-systems in the Chef maintainers file
| * Simplify the sub-systems in the Chef maintainers filemaintainersTim Smith2019-01-022-146/+12
| | | | | | | | | | | | | | | | | | Remove unsupported platforms Arch, Gentoo, Omnios, and openBSD where we've had just about zero action. Collapse the opensuse and SLES groups into one since the code is now the same Remove Chef Provisioning Fixup the TOML for the change in FreeBSD maintainers Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.119 by Chef Expeditorv15.0.119Chef Expeditor2019-01-035-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8091 from chef/new_bundlerTim Smith2019-01-031-2/+2
|\ \ | |/ |/| Update rubygems to 2.7.7 and bundler to 1.17.3
| * Update rubygems to 2.7.7 and bundler to 1.17.3Tim Smith2019-01-031-2/+2
|/ | | | | | | These are the last versions of these stable releases. We may want to go bundler 2.0 / rubygems 3.0, but this is a solid first step. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #8083 from martinisoft/martinisoft/remove_maintainerTim Smith2019-01-021-2/+1
|\ | | | | Remove myself as maintainer and promote Amy as FreeBSD Lieutenant