summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add a simple smoke testlcg/extract-mixlib-shelloutLamont Granquist2020-07-162-1/+32
* extracting shell_out helper to mixlib-shelloutLamont Granquist2020-07-152-0/+209
* Bump version to 3.0.11 by Chef Expeditorv3.0.11Chef Expeditor2020-05-213-5/+6
* Merge pull request #205 from phiggins/minor-doc-fixesTim Smith2020-05-202-3/+1
|\
| * Remove an inaccurate statement from the README.Pete Higgins2020-05-201-2/+0
| * Fix a typo.Pete Higgins2020-05-201-1/+1
|/
* Bump version to 3.0.10 by Chef Expeditorv3.0.10Chef Expeditor2020-03-083-4/+12
* Merge pull request #203 from terceiro/fix-test-env-userLamont Granquist2020-03-081-1/+2
|\
| * shellout_spec: make "current user" independent of the environmentAntonio Terceiro2020-03-081-1/+2
|/
* Update CHANGELOG.md to reflect the promotion of 3.0.9Chef Expeditor2019-12-301-10/+7
* Bump version to 3.0.9 by Chef Expeditorv3.0.9Chef Expeditor2019-12-303-5/+6
* Merge pull request #199 from chef/relativeTim Smith2019-12-294-6/+5
|\
| * Update the readme badgeTim Smith2019-12-291-1/+1
| * Remove the lockfile configTim Smith2019-12-291-1/+0
| * Substitute require for require_relativeTim Smith2019-12-292-4/+4
|/
* Bump version to 3.0.8 by Chef Expeditorv3.0.8Chef Expeditor2019-12-303-4/+12
* Merge pull request #198 from chef/windows_testingTim Smith2019-12-2912-98/+98
|\
| * Fix chefstyle pin for Ruby 2.2windows_testingTim Smith2019-12-191-1/+1
| * Another Ruby 2.2 pinTim Smith2019-12-191-1/+1
| * Make sure we still support Ruby 2.2Tim Smith2019-12-192-5/+4
| * Test on Ruby 2.7 + random testing improvementsTim Smith2019-12-196-17/+77
| * Replace Appvyeor with Buildkite for Windows PR testingTim Smith2019-07-303-48/+16
| * Use consistent gemfile groupsTim Smith2019-07-302-6/+6
| * Remove old jenkins testing filesTim Smith2019-07-302-27/+0
* | Simplify the gemfile for dependabotTim Smith2019-10-281-6/+0
* | Update CHANGELOG.md to reflect the promotion of 3.0.7Chef Expeditor2019-07-311-12/+9
|/
* Bump version to 3.0.7 by Chef Expeditor3.0.7Chef Expeditor2019-07-303-5/+6
* Fix return type of Process.create to be a ProcessInfo instance a… (#190)Lamont Granquist2019-07-302-1/+5
|\
| * Fix return type of Process.create to be a ProcessInfo instance again.Ryan Davis2019-07-302-1/+5
|/
* Bump version to 3.0.6 by Chef Expeditor3.0.6Chef Expeditor2019-07-303-5/+6
* Blinding applying chefstyle -a. (#191)Lamont Granquist2019-07-308-18/+40
|\
| * Blinding applying chefstyle -a.Ryan Davis2019-07-308-18/+40
|/
* Merge pull request #188 from chef/more_rubyTim Smith2019-06-062-2/+25
|\
| * Add Ruby 2.2 and 2.3 testingTim Smith2019-06-062-2/+25
* | Merge pull request #187 from chef/speedupTim Smith2019-06-062-4/+7
|\ \ | |/
| * Switch to using the ruby docker containersTim Smith2019-06-061-3/+4
| * Enable caching and use the newer box in appveyorTim Smith2019-06-061-1/+3
* | Merge pull request #186 from chef/speedupTim Smith2019-06-064-10/+6
|\ \ | |/
| * Skip installing gems we need for CITim Smith2019-06-063-5/+4
| * Pull Chefstyle from rubygems againTim Smith2019-06-062-5/+2
|/
* Bump version to 3.0.5 by Chef Expeditor3.0.5Chef Expeditor2019-06-073-4/+12
* Merge pull request #185 from chef/bkTim Smith2019-06-069-57/+69
|\
| * Work around BK not having $USER setTim Smith2019-06-062-1/+4
| * Remove the unused platform helperTim Smith2019-06-061-2/+0
| * Remove the Travis configTim Smith2019-06-062-28/+9
| * Add our standard Rakefile / GemfileTim Smith2019-06-063-12/+29
| * Add the actual BK pipeline configTim Smith2019-06-063-16/+29
|/
* Update CHANGELOG.md to reflect the promotion of 3.0.4Chef Expeditor2019-06-071-15/+12
* Bump version to 3.0.4 by Chef Expeditorv3.0.4Chef Expeditor2019-06-063-5/+6
* Merge pull request #177 from visioncritical/load_user_profileLamont Granquist2019-06-062-67/+185
|\