summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add missing Webrick dependency to the gemspecwebrickTim Smith2021-01-051-1/+2
| | | | | | Fixes https://github.com/chef/chef-zero/issues/305 Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 15.0.2Chef Expeditor2020-08-211-11/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.0.2 by Chef Expeditorv15.0.2Chef Expeditor2020-08-213-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #303 from chef/requiresTim Smith2020-08-217-11/+11
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Additional gatesrequiresTim Smith2020-08-204-4/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Optimize our requiresTim Smith2020-08-194-7/+7
| | | | | | | | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 15.0.1Chef Expeditor2020-08-131-11/+8
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.0.1 by Chef Expeditorv15.0.1Chef Expeditor2020-08-133-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #302 from chef/requiresTim Smith2020-08-1357-62/+62
|\ \ | |/ | | Optimize requires for non-omnibus installs
| * Optimize requires for non-omnibus installsTim Smith2020-08-1257-62/+62
|/ | | | | | 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>
* Update CHANGELOG.md to reflect the promotion of 15.0.0Chef Expeditor2020-02-191-11/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.0.0 by Chef Expeditorv15.0.0Chef Expeditor2020-02-193-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #300 from chef/lcg/uri-encodeLamont Granquist2020-02-196-56/+18
|\ | | | | remove deprecation warnings for ruby 2.7
| * specs are running correctly on windowsLamont Granquist2020-02-191-3/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix run linux script for multiple argumentsLamont Granquist2020-02-191-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove 2.4 and 2.5 and add pedant tests backLamont Granquist2020-02-191-21/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * travis isn't being used any moreLamont Granquist2020-02-191-28/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove deprecation warnings for ruby 2.7lcg/uri-encodeLamont Granquist2020-02-193-6/+14
|/ | | | | | | | we need strict compliance to rfc2396 or else pedant fails, so this is a bit less straightforward than most of the other suggestions on how to fix this problem. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 14.0.17Chef Expeditor2019-12-301-14/+11
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.0.17 by Chef Expeditorv14.0.17Chef Expeditor2019-12-303-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #299 from chef/relativeTim Smith2019-12-294-6/+13
|\ | | | | Use Chefstyle gem and move dev deps to the Gemfile
| * Update readme badgeTim Smith2019-12-291-1/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use Chefstyle gem and move dev deps to the GemfileTim Smith2019-12-293-5/+11
| | | | | | | | | | | | Use our standard setup Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.16 by Chef Expeditorv14.0.16Chef Expeditor2019-12-303-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #296 from chef/relativeTim Smith2019-12-2996-233/+321
|\ \ | |/ | | Substitute require for require_relative
| * Add Github templates and remove old travis testsTim Smith2019-12-296-14/+102
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Substitute require for require_relativeTim Smith2019-12-2990-219/+219
|/ | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.15 by Chef Expeditorv14.0.15Chef Expeditor2019-12-303-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #298 from chef/chefstyleTim Smith2019-12-2945-88/+138
|\ | | | | Apply Chefstyle
| * Apply ChefstyleTim Smith2019-12-2945-88/+138
| | | | | | | | | | | | Autocorrect with the latest chefstyle Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.14 by Chef Expeditorv14.0.14Chef Expeditor2019-12-303-4/+12
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #297 from chef/testingTim Smith2019-12-296-7/+117
|\ | | | | Move testing to Buildkite
| * Move testing to BuildkiteTim Smith2019-12-296-7/+117
|/ | | | | | Specs and lint only for now Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 14.0.13Chef Expeditor2019-10-071-11/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.0.13 by Chef Expeditorv14.0.13Chef Expeditor2019-10-073-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #293 from cinc-project/brand_refactorTim Smith2019-10-077-11/+25
|\ | | | | Add ChefZero::Dist to abstract branding details to a single location
| * Initial brand refactoringTensibai2019-04-257-11/+25
|/ | | | Signed-off-by: Tensibai <tensibai@iabis.net>
* Update CHANGELOG.md to reflect the promotion of 14.0.12Chef Expeditor2019-03-191-11/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* 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.