summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to GitHub-native Dependabotdependabot/add-v2-config-filedependabot-preview[bot]2021-04-291-0/+9
|
* Revert "remove --skip-status"Lamont Granquist2021-02-251-0/+2
| | | | This reverts commit d6996ebef59efbb3101bac0e2e049fbc9e676d2c.
* Merge pull request #308 from chef/lcg/checking-ciLamont Granquist2021-02-252-3/+1
|\
| * remove --skip-statusLamont Granquist2021-02-251-2/+0
| | | | | | | | | | | | status endpoint was removed Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Just checking CIlcg/checking-ciLamont Granquist2021-02-251-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.5 by Chef Expeditorv15.0.5Chef Expeditor2021-02-253-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #307 from vinay-satish/zei/skipping_status_for_pedantTim Smith2021-02-252-0/+3
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * updating git ignoreVinay Satish2021-02-251-0/+1
| | | | | | | | Signed-off-by: Vinay Satish <vinay.satish@progress.com>
| * skipping status in pedant testVinay Satish2021-02-251-0/+2
|/ | | | Signed-off-by: Vinay Satish <vinay.satish@progress.com>
* Update CHANGELOG.md to reflect the promotion of 15.0.4Chef Expeditor2021-01-051-11/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.0.4 by Chef Expeditorv15.0.4Chef Expeditor2021-01-053-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #306 from chef/webrickTim Smith2021-01-051-1/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * 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.3Chef Expeditor2020-09-281-11/+8
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.0.3 by Chef Expeditorv15.0.3Chef Expeditor2020-09-283-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #304 from ↵Tim Smith2020-09-281-0/+1
|\ \ | |/ |/| | | | | MsysTechnologiesllc/antima/fixed_oc_chef_pedent_user_spec_failure Signed-off-by: Tim Smith <tsmith@chef.io>
| * Added display_name in the normalize_user.antima-gupta2020-09-241-0/+1
|/ | | | Signed-off-by: antima-gupta <agupta@msystechnologies.com>
* 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.