summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump version to 14.0.12 by Chef Expeditorv14.0.12Chef Expeditor2019-03-193-3/+10
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #292 from chef/loosenTim Smith2019-03-197-29/+33
|\ | | | | Loosen the mixlib-log depedency + misc cleanup
| * Better indentation fixTim Smith2019-03-191-2/+2
| | | | | | | | | | | | Rubocop made it worse Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update expeditor config for new optionsTim Smith2019-03-181-2/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Chefstyle fixesTim Smith2019-03-184-21/+24
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Loosen the dependency on mixlib-logTim Smith2019-03-181-1/+1
| | | | | | | | | | | | We'd like to be able to bring in the new release Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update the gem owner to be ChefTim Smith2019-03-181-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove old sudo config from travisTim Smith2019-03-181-1/+0
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add a code of conduct fileTim Smith2018-12-071-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 14.0.11Chef Expeditor2018-11-151-2/+5
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update CHANGELOG.md to reflect the promotion of 14.0.11Chef Expeditor2018-11-151-15/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.0.11 by Chef Expeditorv14.0.11Chef Expeditor2018-11-153-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #288 from chef/rackTim Smith2018-11-151-1/+1
|\ | | | | Require Rack 2.0.6 or later to resolve CVEs
| * Require Rack 2.0.6 or laterrackTim Smith2018-11-151-1/+1
| | | | | | | | | | | | Resolves 2 CVEs in rack Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.10 by Chef Expeditorv14.0.10Chef Expeditor2018-11-153-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #289 from chef/slimTim Smith2018-11-151-2/+2
|\ \ | |/ |/| Don't ship the readme in the gem
| * Don't ship the readme in the gemTim Smith2018-11-151-2/+2
|/ | | | | | Update the homepage instead to get the users to our git repo Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.9 by Chef Expeditorv14.0.9Chef Expeditor2018-11-153-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #287 from chef/expeditorTim Smith2018-11-155-28/+36
|\ | | | | Misc cleanup for gemspec, rakefile, gemfile, and expeditor
| * Specify the versions of ohai we want to install as wellTim Smith2018-11-152-1/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Cleanup gemfile and RakefileTim Smith2018-11-154-7/+9
| | | | | | | | | | | | | | | | Add the debug group we use elsewhere Remove requires in Rakefile we don't need Don't install pry and friends in travis to speed things up Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix the gem license string and remove 'platform' valueTim Smith2018-11-151-2/+1
| | | | | | | | | | | | Use a SPDX standard license and remove the unnecessary platform field. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Run tests on the latest Ruby releasesTim Smith2018-11-151-8/+8
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update expeditor for standard labelsTim Smith2018-11-151-10/+16
| | | | | | | | | | | | Use our standard config Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #286 from chef/expeditorTim Smith2018-07-311-2/+2
|\ \ | |/ | | Fix deprecated config options in expeditor
| * Fix deprecated config options in expeditorexpeditorTim Smith2018-07-311-2/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.8 by Chef Expeditorv14.0.8Chef Expeditor2018-07-033-5/+6
|
* Merge pull request #284 from chef/lcg/chefstyle2Lamont Granquist2018-07-0324-53/+53
|\ | | | | fixes for new chefstyle
| * fixes for new chefstyleLamont Granquist2018-07-0324-53/+53
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.7 by Chef Expeditorv14.0.7Chef Expeditor2018-07-033-4/+12
|
* Merge pull request #283 from chef/lcg/remove-hashrocketsLamont Granquist2018-07-0331-109/+111
|\ | | | | remove hashrocket syntax
| * remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-2631-109/+111
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 14.0.6Chef Expeditor2018-04-231-16/+13
|
* Bump version to 14.0.6 by Expeditorv14.0.6Chef Expeditor2018-04-233-5/+6
|
* Merge pull request #281 from chef/lcg/bump-chefLamont Granquist2018-04-233-17/+6
|\ | | | | pin chef to 14.x
| * and test against chef/chef master in travislcg/bump-chefLamont Granquist2018-04-231-10/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * oops, don't need this in travis any moreLamont Granquist2018-04-231-4/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * pin chef to 14.xLamont Granquist2018-04-232-3/+3
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.5 by Expeditorv14.0.5Chef Expeditor2018-04-203-5/+6
|
* Merge pull request #280 from chef/lcg/reinstante-default-chef-pinLamont Granquist2018-04-201-0/+2
|\ | | | | reinstate the default chef gem pin
| * reinstate the default chef gem pinLamont Granquist2018-04-201-0/+2
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.4 by Expeditorv14.0.4Chef Expeditor2018-04-193-5/+6
|
* Merge pull request #279 from chef/lcg/remove-explicit-chef-gemLamont Granquist2018-04-192-2/+8
|\ | | | | remove the explicit chef gem
| * add Gemfile.local supportlcg/remove-explicit-chef-gemLamont Granquist2018-04-191-0/+4
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * move env to globalLamont Granquist2018-04-191-1/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * reinject the chef-13 pin via travisLamont Granquist2018-04-191-0/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove the explicit chef gemLamont Granquist2018-04-191-2/+0
| | | | | | | | | | | | lets us do injection in other projects Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.0.3 by Expeditorv14.0.3Chef Expeditor2018-04-193-5/+6
| |
* | Merge pull request #278 from chef/lcg/chefstyle-fixesLamont Granquist2018-04-194-7/+7
|\ \ | |/ |/| fix for new rubocop engine
| * fix for new rubocop enginelcg/chefstyle-fixesLamont Granquist2018-04-194-7/+7
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>