summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* IDKlcg/functest-apt-update-failure-behaviorLamont Granquist2018-12-061-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix boolean logicLamont Granquist2018-12-051-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* TIL you have to initialize theseLamont Granquist2018-12-051-0/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* class variables instead of class instance variables?Lamont Granquist2018-12-051-3/+9
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* right, the class methods don't mix inLamont Granquist2018-12-051-3/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* give this a shotLamont Granquist2018-12-051-23/+19
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* this works better right?Lamont Granquist2018-12-051-1/+4
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* i am super confusedLamont Granquist2018-12-051-0/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix my logicLamont Granquist2018-12-051-3/+2
| | | | | | another derp Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* make the global state actually global stateLamont Granquist2018-12-051-1/+3
| | | | | | derp Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* lets try to be a bit nicer to future debuggersLamont Granquist2018-12-051-1/+19
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* ignore failures doing apt-get updateLamont Granquist2018-12-051-1/+1
| | | | | | | | | | | | | when the apt-get update fails in the before(:all) block it has the effect of failing the block. when the block fails the rspec will retry it again on the next test, even though it is marked :all. what we're seeing is that we're getting rate limited by the upstream apt source. when that happens, the before(:all) becomes a before(:each) which causes it to hammer on apt-get update, which cannot help with the rate limiting. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.100 by Chef Expeditorv15.0.100Chef Expeditor2018-12-055-13/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8018 from Stromweld/patch-1Tim Smith2018-12-051-1/+1
|\ | | | | timezone: updated description to include windows
| * update description to include windowsCorey Hemminger2018-12-051-1/+1
|/ | | Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
* Bump version to 15.0.99 by Chef Expeditorv15.0.99Chef Expeditor2018-12-055-14/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8010 from chef/inspec_bumpTim Smith2018-12-052-8/+10
|\ | | | | Update InSpec to 3.0.61 and Ohai to 15.0.20
| * Update InSpec to 3.0.61 and Ohai to 15.0.20inspec_bumpTim Smith2018-12-032-10/+12
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.98 by Chef Expeditorv15.0.98Chef Expeditor2018-12-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8014 from chef/fix_gemlockLamont Granquist2018-12-041-4/+7
|\ \ | | | | | | Fix locking ohai to to the value in the Gemfile.lock
| * | Fix locking ohai to to the value in the Gemfile.lockTim Smith2018-12-041-4/+7
|/ / | | | | | | | | | | Round 2 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.97 by Chef Expeditorv15.0.97Chef Expeditor2018-12-055-13/+14
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8012 from chef/a_bad_ideaTim Smith2018-12-041-0/+5
|\ \ | |/ |/| Pin the ohai definition to use the ohai version from Gemfile.lock
| * Pin the ohai definition to use the ohai version from Gemfile.lockTim Smith2018-12-041-0/+5
|/ | | | | | | | | | | | Without this we end up with chef-client's definition using the version of ohai in the gemfile.lock and the ohai defintion using whatever is in master. This is bad for two reasons: 1. we're shipping an unreleased master version even when we ship chef 13 or chef 14 2. we ship the ohai gem twice which takes up space on disk Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.96 by Chef Expeditorv15.0.96Chef Expeditor2018-11-305-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8005 from chef/lcg/rhel8-yum-package-fixTim Smith2018-11-301-1/+1
|\ | | | | RHEL8 yum_package fix.
| * RHEL8 yum_package fix.Lamont Granquist2018-11-301-1/+1
|/ | | | | | | | similar to #8003 closes #7988 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.95 by Chef Expeditorv15.0.95Chef Expeditor2018-11-305-13/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8003 from pixdrift/masterLamont Granquist2018-11-301-1/+2
|\ | | | | package resource: Add RHEL 8 support to DNF package installer
| * Add RHEL 8 platform-python to python binary search list in DNF for package ↵pixdrift2018-09-241-1/+2
|/ | | | | | resource Signed-off-by: pixdrift <support@pixeldrift.net>
* sneak fixLamont Granquist2018-11-291-2/+0
| | | | | | ssssshhhh... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.94 by Chef Expeditorv15.0.94Chef Expeditor2018-11-295-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7999 from chef/lcg/snap_package_supportLamont Granquist2018-11-2914-0/+993
|\ | | | | Initial suppport for snap packages
| * 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