summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Back out the gemspec change that broke testsdirTim Smith2020-09-092-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix another oneTim Smith2020-09-081-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use __dir__ instead of __FILE__Tim Smith2020-09-083-6/+6
| | | | | | Makes things a bit easier to read Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 3.1.4Chef Expeditor2020-08-131-10/+7
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.1.4 by Chef Expeditorv3.1.4Chef Expeditor2020-08-133-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #218 from chef/requiresTim Smith2020-08-132-3/+3
|\ | | | | Optimize requires for non-omnibus installs
| * Optimize requires for non-omnibus installsrequiresTim Smith2020-08-122-3/+3
|/ | | | | | require is quite slow in Ruby and doing requires for things you've already required is also slow. We've used this simple hack in Chef to speed up our requires. In the omnibus installs we patch how rubygems works to make this somewhat pointless, but this will help non-omnibus installs Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 3.1.3 by Chef Expeditorv3.1.3Chef Expeditor2020-07-283-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #217 from chef/spellingTim Smith2020-07-285-6/+6
|\ | | | | Fix a few typos
| * Fix a few typosspellingTim Smith2020-07-285-6/+6
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 3.1.2Chef Expeditor2020-07-241-10/+7
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.1.2 by Chef Expeditorv3.1.2Chef Expeditor2020-07-233-3/+10
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #216 from chef/lcg/default-pathsLamont Granquist2020-07-221-3/+3
|\ | | | | convert helper to default_paths API
| * convert helper to default_paths APIlcg/default-pathsLamont Granquist2020-07-221-3/+3
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* update commentsLamont Granquist2020-07-181-35/+23
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 3.1.1Chef Expeditor2020-07-181-2/+5
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.1.1 by Chef Expeditorv3.1.1Chef Expeditor2020-07-172-2/+2
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #215 from chef/lcg/new-buildLamont Granquist2020-07-171-1/+1
|\ | | | | new build
| * new buildLamont Granquist2020-07-171-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #214 from chef/lcg/new-buildLamont Granquist2020-07-171-1/+1
|\ | | | | need a new build for expeditor
| * need a new build for expeditorLamont Granquist2020-07-171-1/+1
| | | | | | | | | | | | last build wasn't releasable Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Update CHANGELOG.md to reflect the promotion of 3.1.0Chef Expeditor2020-07-171-16/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 3.1.0 by Chef Expeditorv3.1.0Chef Expeditor2020-07-172-2/+2
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #212 from chef/lcg/bump-minorLamont Granquist2020-07-161-1/+1
|\ | | | | Bump minor
| * Bump minorLamont Granquist2020-07-161-1/+1
| | | | | | | | | | | | We got it this time. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 3.0.16 by Chef Expeditorv3.0.16Chef Expeditor2020-07-163-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #211 from chef/lcg/bump-minorLamont Granquist2020-07-161-1/+1
|\ \ | |/ | | Bumping minor for release again, again.
| * Bumping minor for release again, again.Lamont Granquist2020-07-161-1/+1
| | | | | | | | | | | | Third time is the charm. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 3.0.15 by Chef Expeditorv3.0.15Chef Expeditor2020-07-163-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #210 from chef/lcg/bump-minorLamont Granquist2020-07-161-1/+1
|\ \ | |/ | | Bump minor for release
| * Bump minor for releaseLamont Granquist2020-07-161-1/+1
| | | | | | | | | | | | Give this another shot Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 3.0.14 by Chef Expeditorv3.0.14Chef Expeditor2020-07-163-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #208 from chef/ci_fixupTim Smith2020-07-166-52/+17
|\ \ | | | | | | Test on Ruby 2.7 final, update chefstyle, and other CI fixes
| * | Fix a minor chefstyle comment alignment issueTim Smith2020-07-161-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Test on Ruby 2.7 final, update chefstyle, and other CI fixesTim Smith2020-07-165-51/+16
| | | | | | | | | | | | | | | | | | Modernize this CI setup to match our other stuff. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 3.0.13 by Chef Expeditorv3.0.13Chef Expeditor2020-07-163-5/+6
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #207 from chef/lcg/bump-minorLamont Granquist2020-07-161-1/+1
|\ \ \ | |/ / |/| / | |/ Bumping minor version
| * Bumping minor versionLamont Granquist2020-07-161-1/+1
| | | | | | | | | | | | Forgot to do this in the last PR. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 3.0.12 by Chef Expeditorv3.0.12Chef Expeditor2020-07-163-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #206 from chef/lcg/extract-mixlib-shelloutLamont Granquist2020-07-167-20/+257
|\ \ | |/
| * remove ruby 2.2+2.3Lamont Granquist2020-07-162-19/+1
| | | | | | | | | | | | train has a floor on 2.4 now so that is the oldest we need to support Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * chefstyleLamont Granquist2020-07-161-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * this API isn't supported in 2.2Lamont Granquist2020-07-163-1/+16
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove docs + debug from linux testsLamont Granquist2020-07-161-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add a simple smoke testlcg/extract-mixlib-shelloutLamont Granquist2020-07-162-1/+32
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * extracting shell_out helper to mixlib-shelloutLamont Granquist2020-07-152-0/+209
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 3.0.11 by Chef Expeditorv3.0.11Chef Expeditor2020-05-213-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #205 from phiggins/minor-doc-fixesTim Smith2020-05-202-3/+1
|\ | | | | Minor doc fixes
| * Remove an inaccurate statement from the README.Pete Higgins2020-05-201-2/+0
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix a typo.Pete Higgins2020-05-201-1/+1
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>