summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add VERSION filetm/add_version_fileThom May2018-02-151-0/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #272 from chef/tm/upgradeThom May2018-02-1541-308/+326
|\ | | | | Upgrade deps and enable Expeditor
| * bump major versiontm/upgradeThom May2018-02-151-1/+1
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * chefstyle 0.6Thom May2018-02-1534-277/+260
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * Use latest ruby and enable expeditorThom May2018-02-156-30/+65
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #271 from chef/SUSTAIN-728/cb-artifact-acl-endpointsNolan Davidson2017-10-301-1/+1
|\ | | | | Fix default perms on cookbook_artifact objects
| * 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>
* Merge pull request #270 from chef/changelogThom May2017-08-251-2/+16
|\ | | | | Update the changelog for 13.1
| * Update the changelog for 13.1changelogTim Smith2017-08-241-2/+16
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* bump version for releasev13.1.0Lamont Granquist2017-07-171-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #269 from chef/lcg/universe-endpointLamont Granquist2017-07-174-4/+34
|\ | | | | add the universe endpoint
| * remove stray zero length filelcg/universe-endpointLamont Granquist2017-07-141-0/+0
| | | | | | | | 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-145-4/+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>
* We released chef 13 (#267)Thom May2017-06-011-3/+1
| | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #266 from ↵Stephan Renatus2017-06-011-3/+7
|\ | | | | | | | | chef/sr/pool-608/search-users-by-case-insensitive-email GET /users?email=ME@MINE.COM -- compare emails ignoring case
| * 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-253-0/+18
| | | | | * implement rfc090 for named nodes endpoint Signed-off-by: Jeremy J. Miller <jm@chef.io>
* Merge pull request #262 from chef/jsinha/POOL-423Thom May2017-05-021-6/+8
|\ | | | | Add skip-chef-zero-quirks to the defaults in chef-zero
| * Add skip-chef-zero-quirks to the defaults in chef-zerojsinha/POOL-423Jaymala Sinha2017-04-271-6/+8
|/ | | | | | | | as the user acls are not currently supported here Related to https://github.com/chef/chef-server/pull/1242 Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Merge pull request #259 from chef/tm/chef_from_gitThom May2017-04-031-1/+3
|\ | | | | Ensure that tests that use chef-zero git will work
| * Ensure that tests that use chef-zero git will worktm/chef_from_gitThom May2017-04-031-1/+3
|/ | | | Signed-off-by: Thom May <thom@may.lt>
* Merge pull request #258 from chef/tm/6_0v13.0.0Thom May2017-04-032-1/+20
|\ | | | | Release Chef Zero 13.0.0
| * Release Chef Zero 13.0.0tm/6_0Thom May2017-04-032-1/+20
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #250 from chef/tm/rfc_67Thom May2017-04-0312-96/+112
|\ | | | | Remove cookbook segments
| * Use ruby 2.4.1 by defaulttm/rfc_67Thom May2017-04-032-9/+9
| | | | | | | | | | | | bump minimum version to 2.3.3 Signed-off-by: Thom May <thom@chef.io>
| * Remove cookbook segmentsThom May2017-03-2910-87/+103
|/ | | | | | | | This implements RFC 67, Cookbook Segment Deprecation, for the default backend of Chef Zero. It also does a little bit of work to make API versions more ergonomic. Signed-off-by: Thom May <thom@may.lt>
* bumping to 5.3.2 to fix chef/chef buildsv5.3.2Lamont Granquist2017-03-281-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #257 from chef/sr/fix-aclsSteven Danna2017-03-141-10/+6
|\ | | | | fix hardcoded default acls to match chef-server
| * fix hardcoded default acls to match chef-serverStephan Renatus2017-03-141-10/+6
|/ | | | | | | | | Due to a bug in oc-chef-pedant[1], we'd never noticed that this doesn't return what it should return to match chef-server. [1]: https://github.com/chef/chef-server/pull/1145 Signed-off-by: Stephan Renatus <srenatus@chef.io>
* release 5.3.1 to unbreak chef buildsv5.3.1Thom May2017-03-083-3/+2
| | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #256 from chef/revert-255-tm/fix_pedant_testsThom May2017-03-081-4/+0
|\ | | | | Revert "Ensure that we create the keys pedant needs"
| * Revert "Ensure that we create the keys pedant needs"revert-255-tm/fix_pedant_testsThom May2017-03-081-4/+0
|/
* Merge pull request #255 from chef/tm/fix_pedant_testsThom May2017-03-081-0/+4
|\ | | | | Ensure that we create the keys pedant needs
| * Ensure that we create the keys pedant needstm/fix_pedant_testsThom May2017-03-081-0/+4
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #254 from chef/ssd/no-dep-veilTom Duffield2017-03-062-2/+4
|\ | | | | Remove veil dependency
| * Remove veil dependencySteven Danna2017-03-062-2/+4
|/ | | | Signed-off-by: Steven Danna <steve@chef.io>
* Merge pull request #253 from chef/sr/add-veil-and-pedant-groupThom May2017-03-064-3/+12
|\ | | | | Fix veil + oc-chef-pedant
| * Make pedant read superuser/webui_key from secrets.jsonsr/add-veil-and-pedant-groupStephan Renatus2017-03-063-2/+8
| | | | | | | | | | | | | | The secrets file contains what was used before: stickywicket.pem for both webui_key and superuser_key. Signed-off-by: Stephan Renatus <srenatus@chef.io>
| * Gemfile: add pedant group, including veilStephan Renatus2017-03-061-1/+4
|/ | | | Signed-off-by: Stephan Renatus <srenatus@chef.io>
* update changelog + Rakefile taskLamont Granquist2017-02-022-2/+9
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bumping version to 5.3.0v5.3.0Lamont Granquist2017-02-021-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #252 from chef/lcg/hashie-bugfixLamont Granquist2017-02-021-1/+1
|\ | | | | change require per hashie author
| * change require per hashie authorLamont Granquist2017-02-021-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* update changelogLamont Granquist2017-01-232-153/+32
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump version to 5.2.0 for releasev5.2.0Lamont Granquist2017-01-231-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #251 from chef/lcg/favor-metadta-rbLamont Granquist2017-01-231-6/+4
|\ | | | | favor metadata.json over metadata.rb
| * favor metadata.json over metadata.rbLamont Granquist2017-01-231-6/+4
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #233 from chef/tm/support_bang_operatorLamont Granquist2016-12-142-3/+3
|\ | | | | support ! in searches
| * support ! in searchestm/support_bang_operatorThom May2016-08-022-3/+3
| | | | | | | | Signed-off-by: Thom May <thom@may.lt>