summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 15.0.8 by Chef Expeditorv15.0.8Chef Expeditor2021-06-221-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.0.7 by Chef Expeditorv15.0.7Chef Expeditor2021-06-221-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.0.6 by Chef Expeditorv15.0.6Chef Expeditor2021-05-281-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.0.5 by Chef Expeditorv15.0.5Chef Expeditor2021-02-251-1/+1
| | | | 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-051-1/+1
| | | | 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-281-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Added display_name in the normalize_user.antima-gupta2020-09-241-0/+1
| | | | Signed-off-by: antima-gupta <agupta@msystechnologies.com>
* Bump version to 15.0.2 by Chef Expeditorv15.0.2Chef Expeditor2020-08-211-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #303 from chef/requiresTim Smith2020-08-213-3/+3
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Additional gatesrequiresTim Smith2020-08-202-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Optimize our requiresTim Smith2020-08-191-1/+1
| | | | | | | | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.1 by Chef Expeditorv15.0.1Chef Expeditor2020-08-131-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* 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>
* Bump version to 15.0.0 by Chef Expeditorv15.0.0Chef Expeditor2020-02-191-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* remove deprecation warnings for ruby 2.7lcg/uri-encodeLamont Granquist2020-02-192-4/+12
| | | | | | | | 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>
* Bump version to 14.0.17 by Chef Expeditorv14.0.17Chef Expeditor2019-12-301-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.0.16 by Chef Expeditorv14.0.16Chef Expeditor2019-12-301-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* 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-301-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #298 from chef/chefstyleTim Smith2019-12-2939-79/+128
|\ | | | | Apply Chefstyle
| * Apply ChefstyleTim Smith2019-12-2939-79/+128
| | | | | | | | | | | | 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-301-1/+1
|/ | | | 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-071-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Initial brand refactoringTensibai2019-04-256-9/+22
| | | | Signed-off-by: Tensibai <tensibai@iabis.net>
* Bump version to 14.0.12 by Chef Expeditorv14.0.12Chef Expeditor2019-03-191-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Better indentation fixTim Smith2019-03-191-2/+2
| | | | | | Rubocop made it worse Signed-off-by: Tim Smith <tsmith@chef.io>
* Chefstyle fixesTim Smith2019-03-183-19/+19
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.11 by Chef Expeditorv14.0.11Chef Expeditor2018-11-151-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.0.10 by Chef Expeditorv14.0.10Chef Expeditor2018-11-151-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.0.9 by Chef Expeditorv14.0.9Chef Expeditor2018-11-151-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.0.8 by Chef Expeditorv14.0.8Chef Expeditor2018-07-031-1/+1
|
* fixes for new chefstyleLamont Granquist2018-07-0322-44/+44
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.7 by Chef Expeditorv14.0.7Chef Expeditor2018-07-031-1/+1
|
* remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-2626-71/+71
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.6 by Expeditorv14.0.6Chef Expeditor2018-04-231-1/+1
|
* Bump version to 14.0.5 by Expeditorv14.0.5Chef Expeditor2018-04-201-1/+1
|
* Bump version to 14.0.4 by Expeditorv14.0.4Chef Expeditor2018-04-191-1/+1
|
* Bump version to 14.0.3 by Expeditorv14.0.3Chef Expeditor2018-04-191-1/+1
|
* fix for new rubocop enginelcg/chefstyle-fixesLamont Granquist2018-04-194-7/+7
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.2 by Expeditorv14.0.2Chef Expeditor2018-03-161-1/+1
|
* Disable Hashie method override warnsAdam Shannon2018-03-161-1/+5
| | | | Signed-off-by: Adam Shannon <adamkshannon@gmail.com>
* Bump version to 14.0.1 by Expeditorv14.0.1Chef Expeditor2018-02-161-1/+1
|
* bump major versiontm/upgradeThom May2018-02-151-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* chefstyle 0.6Thom May2018-02-1532-274/+257
| | | | Signed-off-by: Thom May <thom@chef.io>
* Fix default perms on cookbook_artifact objectsSUSTAIN-728/cb-artifact-acl-endpointsNolan Davidson2017-10-271-1/+1
| | | | | | | | | | The ACLs for `cookbook_artifact` objects currently do not include the creator of the object. Adding the `:create` option to the `set_data` call (which forwards it on to the `set` method on the data store), allows the `cookbook_artifact` object to have the creator added to its ACL. Signed-off-by: Nolan Davidson <ndavidson@chef.io>
* bump version for releasev13.1.0Lamont Granquist2017-07-171-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove debuggingLamont Granquist2017-07-141-2/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add the universe endpointLamont Granquist2017-07-143-1/+36
| | | | | | | | | because it makes sense for chef-zero i need it for integration testing against berks to kill off the uses of the berkshelf-api gem. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* GET /users?email=ME@MINE.COM -- compare emails ignoring casesr/pool-608/search-users-by-case-insensitive-emailStephan Renatus2017-05-311-3/+7
| | | | | | | | | | | | As of POOL-608, the query will return users with the mail `me@mine.com`, too. While this is technically a little incorrect (only the host part is case insensitive), most mail providers treat the user part as case insensitive as well. Note that this implies that the response may involve more than one user. But chef-zero behaves like chef-server does, returning them all. Signed-off-by: Stephan Renatus <srenatus@chef.io>
* implement rfc090 for named nodes endpoint (#264)Jeremy Miller2017-05-252-0/+14
| | | | | * implement rfc090 for named nodes endpoint Signed-off-by: Jeremy J. Miller <jm@chef.io>