summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add locale resource to the Travis kitchen testskitchen_addonsTim Smith2018-10-091-0/+5
| | | | | | Let's make sure this works. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.6.17 by Chef Expeditorv14.6.17sp/testing-azure-devopsChef Expeditor2018-10-065-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7727 from chef/slimStuart Preston2018-10-062-2/+2
|\ | | | | Only include the Windows distro files on Windows
| * Only include the Windows distro files on WindowsTim Smith2018-10-052-2/+2
|/ | | | | | | | We don't actually need these powershell scripts and DLLs on non-Windows platforms. This shaves 300k from our gem size on non-Windows platforms. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.6.16 by Chef Expeditorv14.6.16Chef Expeditor2018-10-055-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7726 from chef/omnibus_updateTim Smith2018-10-055-31/+21
|\ | | | | Cleanup the Test Kitchen setup in omnibus
| * Cleanup the Test Kitchen setup in omnibusTim Smith2018-10-055-31/+21
| | | | | | | | | | | | | | | | | | | | Unpin cookbook deps Remove platforms we don't support anymore Add new platforms Update instructions for getting setup in Vagrant Cloud Fold the kitchen files into a single file Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.6.15 by Chef Expeditorv14.6.15Chef Expeditor2018-10-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7719 from ↵Tim Smith2018-10-051-1/+7
|\ \ | |/ |/| | | | | bankair/bankair--update-docs-Chef--Knife--Bootstrap-validate_options--for-pr better docs for Chef::Knife::Bootstrap#validate_options!
| * better docs for Chef::Knife::Bootstrap#validate_options!Alexandre IGNJATOVIC2018-10-041-1/+7
| | | | | | | | Signed-off-by: Alexandre Ignjatovic <alexandre.ignjatovic@gmail.com>
* | Bump version to 14.6.14 by Chef Expeditorv14.6.14Chef Expeditor2018-10-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7725 from chef/lcg/cleanup-ruby-docsTim Smith2018-10-052-7/+9
|\ \ | | | | | | Add chef-cleanup omnibus-software defn
| * | Add chef-cleanup omnibus-software defnLamont Granquist2018-10-052-7/+9
|/ / | | | | | | | | | | reduces the size of the installed omnibus package from 191 MB to 132 MB Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.6.13 by Chef Expeditorv14.6.13Chef Expeditor2018-10-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7723 from chef/expeditor/inspec-core_2.3.10Tim Smith2018-10-041-1/+1
|\ \ | | | | | | Bump inspec-core to 2.3.10
| * | Bump inspec-core to 2.3.10Chef Expeditor2018-10-041-1/+1
|/ / | | | | | | | | | | This pull request was triggered automatically via Expeditor when inspec-core 2.3.10 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.6.12 by Chef Expeditorv14.6.12Chef Expeditor2018-10-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7709 from chef/expeditor/inspec-core_2.3.5Tim Smith2018-10-041-3/+3
|\ \ | |/ |/| Bump inspec-core to 2.3.5
| * Bump inspec-core to 2.3.5expeditor/inspec-core_2.3.5Chef Expeditor2018-10-011-3/+3
| | | | | | | | | | | | This pull request was triggered automatically via Expeditor when inspec-core 2.3.5 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.6.11 by Chef Expeditorv14.6.11Chef Expeditor2018-10-025-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7710 from freakinhippie/rhsm_errata_level_typoTim Smith2018-10-021-1/+1
|\ \ | |/ |/| fixed typo in description property of rhsm_errata_level resource
| * fixed typo in descriptionJoshua Colson2018-10-021-1/+1
|/ | | | Signed-off-by: Joshua Colson <joshua.colson@gmail.com>
* Bump version to 14.6.10 by Chef Expeditorv14.6.10Chef Expeditor2018-09-295-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7706 from chef/lcg/document-buggy-windows-package-thingsLamont Granquist2018-09-281-1/+23
|\ | | | | add some big FIXMEs
| * more parenthesized yappinglcg/document-buggy-windows-package-thingsLamont Granquist2018-09-281-1/+7
| | | | | | | | | | | | confusing use case is very confusing. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add some big FIXMEsLamont Granquist2018-09-281-1/+17
|/ | | | | | | | | the windows package provider is doing some very strange, and very likely very buggy things. i don't have the time or the knowledge right now to unwind these though. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.6.9 by Chef Expeditorv14.6.9Chef Expeditor2018-09-285-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7705 from chef/lcg/short-circuit-version-compareBryan McLellan2018-09-281-1/+1
|\ | | | | short circuit before the version_compare call
| * short circuit before the version_compare calllcg/short-circuit-version-compareLamont Granquist2018-09-271-1/+1
|/ | | | | | | | | | | combined with the other PRs this will make most of the subclasses never even call version_compare now. the subclasses that need allow_downgrade as a feature should implement both the property and implement version_compare now. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.6.8 by Chef Expeditorv14.6.8Chef Expeditor2018-09-285-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7701 from chef/lcg/allow-downgrade-pseudo-defaultTim Smith2018-09-273-8/+16
|\ | | | | Change the allow_downgrade pseudo-default in the package provider superclass to true
| * fix package provider superclass specslcg/allow-downgrade-pseudo-defaultLamont Granquist2018-09-271-2/+10
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix rpm_package specsLamont Granquist2018-09-271-5/+5
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * change the pseudo-default here to trueLamont Granquist2018-09-271-1/+1
| | | | | | | | | | | | | | package providers that don't know anything about allow_downgrade should get true by default. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.6.7 by Chef Expeditorv14.6.7Chef Expeditor2018-09-285-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7703 from chef/lcg/gem-version-sanitizationTim Smith2018-09-272-2/+29
|\ \ | |/ |/| Sanitize inputs to Gem::Version in comparison operation of Package provider superclass
| * sanitize inputs to Gem::Versionlcg/gem-version-sanitizationLamont Granquist2018-09-272-2/+29
|/ | | | | | | we know this may produce incorrect comparisons in some cases, but we never want it to fail. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.6.6 by Chef Expeditorv14.6.6Chef Expeditor2018-09-275-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7697 from chef/lcg/to-h-cleanupTim Smith2018-09-2736-146/+198
|\ | | | | replace some instances of to_hash with to_h
| * replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-2636-146/+198
| | | | | | | | | | | | | | | | | | | | | | to_hash on a lot of these objects should go away, but even eliminating all our calls to to_hash on these objects internally is difficult. (e.g. converting the knife ui code to call #to_h means we wind up calling nil#to_h which "helpfully" becomes '{}' which is hilarious and i don't know why someone thought that was a good idea). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.6.5 by Chef Expeditorv14.6.5Chef Expeditor2018-09-275-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7696 from ↵Tim Smith2018-09-271-2/+3
|\ \ | |/ |/| | | | | MsysTechnologiesllc/nimesh/MSYS-866_handling_spaces_in_package Minor optimization in yum_helper.py to avoid RPM DB corruption under certain scenarios
| * Minor improvement to raise the error for invalid strings within first checkNimesh2018-09-271-2/+3
|/ | | | | | | | - Instead of calling searchProvides and then raising error from string_to_prco_tuple - catch the names having any whitespaces within the first condition itself - valid: "foo <=> version"; Invalid: "foo bar baz" Signed-off-by: Nimesh <nimesh.patni@msystechnologies.com>
* Bump version to 14.6.4 by Chef Expeditorv14.6.4Chef Expeditor2018-09-265-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7692 from ↵Lamont Granquist2018-09-262-2/+2
|\ | | | | | | | | MsysTechnologiesllc/vasundhara/Fixes_introduced_version_for_newly_added_properties Fixed introduced version to 14.6 for newly added properties in zypper_package and windows_user resource as it got released in 14.6.
| * Fixed introduced version to 14.6 for newly added properties in ↵Vasu11052018-09-262-2/+2
|/ | | | | | zypper_package and windows_user resource as it got released in 14.6. Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* Bump version to 14.6.3 by Chef Expeditorv14.6.3Chef Expeditor2018-09-265-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7691 from chef/lcg/rspec-3.8Lamont Granquist2018-09-255-36/+37
|\ | | | | Upgrade to rspec 3.8.x
| * Work around rspec 3.8.0 issuesLamont Granquist2018-09-255-36/+37
|/ | | | | | | | | | | | | | | | | Problem is described in detail here: https://github.com/rspec/rspec-expectations/issues/1068#issuecomment-424580564 Note that this is self-inflicted damage and our pattern of having #to_hash on objects be called by #to_json and to produce a serialized 'flavor' of the object breaks what ruby's semantics are supposed to be and those should all be `#to_h` methods, and we should deprecate `#to_hash` but I imagine that will be a reasonably large breaking change (Although hopefully most of the use by users will be Node#to_hash which is entirely correct usage since that thing is actually a kind of glorified Hash-like monster). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.6.2 by Chef Expeditorv14.6.2Chef Expeditor2018-09-265-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.