summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix unit specslcg/snap_package_supportLamont Granquist2018-11-282-9/+9
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove alias to packageLamont Granquist2018-11-281-1/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* code review fixesLamont Granquist2018-11-281-20/+19
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* chefstyle fixes ONLYS.Cavallo2018-11-284-23/+18
| | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
* add method to generate multiipart form dataS.Cavallo2018-11-2810-23/+412
| | | | | move snap api json response into fixture data - chefstyle was very unhappy with inline data defs Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
* chef-style fixes ONLYS.Cavallo2018-11-283-42/+42
| | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
* Which mixin not requiredS.Cavallo2018-11-281-1/+4
| | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
* should not be the default for debian OSS.Cavallo2018-11-281-8/+9
| | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
* initial suppport for snap packagesS.Cavallo2018-11-286-0/+607
| | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
* Bump version to 15.0.93 by Chef Expeditorv15.0.93Chef Expeditor2018-11-285-13/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7998 from chef/lcg/kitchen-ohai-pinning2Lamont Granquist2018-11-281-1/+1
|\ | | | | better kithen ohai pinning
| * better kithen ohai pinningLamont Granquist2018-11-281-1/+1
| | | | | | | | | | | | | | | | | | since it turns out kitchen-tests/Gemfile.lock isn't actually checked in the prior change was still just effectively floating on master, this now makes us parse the ohai version out of the root Gemfile.lock and use that to install ohai from git in our virt. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #7965 from chef/release_notes2Tim Smith2018-11-281-0/+8
|\ \ | | | | | | Add new items from the Ohai release notes
| * | Update RELEASE_NOTES.mdmjingle2018-11-281-1/+1
| | | | | | | | | Co-Authored-By: tas50 <tsmith@chef.io>
| * | Updates from reviewrelease_notes2Tim Smith2018-11-271-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add new items from the Ohai release notesTim Smith2018-11-271-0/+8
| | | | | | | | | | | | | | | | | | Add 2 more breaking changes for Chef 15. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #7975 from chef/lcg/wipe-before-installTim Smith2018-11-281-1/+13
|\ \ \ | | | | | | | | add a RELEASE_NOTE on /opt/chef wiping
| * | | notes from code reviewlcg/wipe-before-installLamont Granquist2018-11-261-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | scrub omnibus wordLamont Granquist2018-11-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | another word tweak on this blockLamont Granquist2018-11-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | another tweakLamont Granquist2018-11-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | tweaksLamont Granquist2018-11-201-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add a RELEASE_NOTE on /opt/chef wipingLamont Granquist2018-11-201-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | this is certainly worth documenting. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 15.0.92 by Chef Expeditorv15.0.92Chef Expeditor2018-11-285-14/+13
| |/ / |/| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7989 from chef/require_whichTim Smith2018-11-273-14/+18
|\ \ \ | |_|/ |/| | Make sure which mixin requires chef_class
| * | Bump deps to the latestTim Smith2018-11-272-13/+15
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Make sure which mixin requires chef_classTim Smith2018-11-271-1/+3
| | | | | | | | | | | | | | | | | | It uses path_to which is in chef_class Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.91 by Chef Expeditorv15.0.91Chef Expeditor2018-11-275-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7987 from chef/lcg/kitchen-test-ohai-pinningLamont Granquist2018-11-271-1/+1
|\ \ \ | |/ / |/| | pull the ohai version from the bundle not from master
| * | pull the ohai version from the bundle not from masterLamont Granquist2018-11-271-1/+1
|/ / | | | | | | | | | | | | should fix issues with kitchen tests breaking in travis after we merge to ohai Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.90 by Chef Expeditorv15.0.90Chef Expeditor2018-11-275-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7986 from chef/lcg/rubygems-no-document-supportTim Smith2018-11-272-25/+85
|\ \ | | | | | | gem_package provider supports --no-document and rubygems 3.x
| * | gem_package provider supports --no-document and rubygems 3.xLamont Granquist2018-11-272-25/+85
|/ / | | | | | | | | | | | | should still maintain backcompat for rubygems < 2.0 for RHEL6 and other old platforms. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.89 by Chef Expeditorv15.0.89Chef Expeditor2018-11-275-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7806 from username-is-already-taken2/gb/windows_timezoneTim Smith2018-11-272-0/+55
|\ \ | | | | | | Added windows support for the timezone resource
| * | Added unit test for the timezone resourceusername-is-already-taken22018-11-271-0/+39
| | | | | | | | | | | | Signed-off-by: username-is-already-taken2 <digitalgaz@hotmail.com>
| * | Merge remote-tracking branch 'origin' into gb/windows_timezoneusername-is-already-taken22018-11-23204-3228/+3951
| |\ \ | | |/ | | | | | | Signed-off-by: username-is-already-taken2 <digitalgaz@hotmail.com>
| * | Added windows support for the timezone resourceusername-is-already-taken22018-10-291-1/+15
| | | | | | | | | | | | Signed-off-by: username-is-already-taken2 <digitalgaz@hotmail.com>
* | | Bump version to 15.0.88 by Chef Expeditorv15.0.88Chef Expeditor2018-11-275-13/+14
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7951 from ↵Tim Smith2018-11-272-2/+20
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-918_Chef_client_should_fail_appropriately_when_specified_package_is_not_applicable_to_image cab_package: Chef should fail when specified package is not applicable to the image
| * | | Chef client should be fail appropriately when specified package is not ↵Kapil Chouhan2018-11-272-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | applicable to image Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | | | Bump version to 15.0.87 by Chef Expeditorv15.0.87Chef Expeditor2018-11-225-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7963 from chef/lcg/apt-get-allow-downgradesTim Smith2018-11-222-6/+95
|\ \ \ \ | | | | | | | | | | Support apt-get --allow-downgrades
| * | | | add tests for apt-get --allow-downgradeslcg/apt-get-allow-downgradesLamont Granquist2018-11-201-2/+79
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | add --allow-downgrades to apt-getLamont Granquist2018-11-202-8/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 15.0.86 by Chef Expeditorv15.0.86Chef Expeditor2018-11-225-11/+12
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7979 from chef/opensslTim Smith2018-11-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Update openssl to 1.0.2q
| * | | | | Update openssl to 1.0.2qTim Smith2018-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Microarchitecture timing vulnerability in ECC scalar multiplication (CVE-2018-5407) Timing vulnerability in DSA signature generation (CVE-2018-0734) Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 15.0.85 by Chef Expeditorv15.0.85Chef Expeditor2018-11-225-11/+12
|/ / / / / | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7978 from chef/inspec_bump2Tim Smith2018-11-222-10/+10
|\ \ \ \ \ | | | | | | | | | | | | Update inspec to 3.0.52