summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints
Commit message (Expand)AuthorAgeFilesLines
...
* Clients have access to themselvesJohn Keiser2014-08-223-2/+5
* Include both org owner and superuser in org aclsJohn Keiser2014-08-221-2/+15
* /organizations/ORG/organization/_acl/create should 404John Keiser2014-08-221-0/+4
* Make _acl wrong method raise 404 instead of 405John Keiser2014-08-222-0/+22
* Automatically associate creator with orgJohn Keiser2014-08-221-1/+1
* Make the requestor the one who "created" the object.John Keiser2014-08-222-2/+2
* User key is "username" (not "name") on ECJohn Keiser2014-08-224-5/+5
* Add authenticatation endpointsJohn Keiser2014-07-233-6/+62
* Add /users/NAME/organizations endpointJohn Keiser2014-07-231-0/+22
* Implement /organizations/ORG/users/... endpointsJohn Keiser2014-07-234-3/+40
* Add /users/NAME/association_requests/...John Keiser2014-07-235-10/+82
* Add /organizations/ORG/association_requests/... endpointsJohn Keiser2014-07-234-2/+46
* Add global user acls endpointJohn Keiser2014-07-233-4/+13
* Add /users top level endpointJohn Keiser2014-07-231-1/+3
* Add container endpointsJohn Keiser2014-07-233-1/+34
* Add ACL putJohn Keiser2014-07-233-48/+30
* Add */_acl/PERM GET endpointJohn Keiser2014-07-233-23/+78
* Add ACLs endpointsJohn Keiser2014-07-231-0/+55
* Add /groups and /group/NAME endpointsJohn Keiser2014-07-152-0/+33
* Add /organizations, /organizations/NAME, /organizations/NAME/_validator_keyJohn Keiser2014-07-073-0/+112
* Get single_org backcompat mode workingJohn Keiser2014-04-182-2/+2
* Add support for "/organizations/chef" prefixJohn Keiser2014-04-1825-90/+93
* Fixes against latest pedantJohn Keiser2014-04-142-10/+4
* Fix an issue with an incorrect number of parameters passed to build_uriSeth Vargo2013-12-301-1/+1
* Merge pull request #40 from opscode/lcg/better-depsolver-errorJohn Keiser2013-10-291-2/+16
|\
| * slight better error message on constraint failureLamont Granquist2013-10-281-2/+10
| * improve depsolver error messageLamont Granquist2013-10-281-1/+7
* | Fix problems with cookbook update and delete for local storageJohn Keiser2013-10-111-6/+14
|/
* Support run_list with cookbook::recipe@name syntaxJohn Keiser2013-07-101-3/+3
* Stop using Hashie's deep_merge (https://github.com/intridea/hashie/issues/99)John Keiser2013-06-051-4/+56
* Return minimal version of cookbook from depsolverJohn Keiser2013-05-291-1/+1
* Mimick Chef 11's 503 when some files aren't uploadedJohn Keiser2013-05-291-0/+7
* Support cookbook_versions query param in /cookbooksJohn Keiser2013-05-291-1/+8
* Fix crash in hoover_checksums when there are multiple files with a single che...John Keiser2013-05-291-1/+1
* Fix new data bag and cookbook creation in rspecJohn Keiser2013-05-281-1/+1
* Get memory data store pedant cleanJohn Keiser2013-05-276-10/+12
* More rounded support for data storesJohn Keiser2013-05-244-11/+6
* Make DataStore interface to allow data store to be replacedJohn Keiser2013-05-2321-90/+95
* Fix frozen versionSeth Vargo2013-05-201-1/+1
* Remove dep on solveSeth Vargo2013-05-194-12/+8
* require solve only within files that need itJamie Winsor2013-05-134-0/+4
* remove dependency on Chef::Mixin::DeepMergeJamie Winsor2013-05-051-5/+4
* remove dependency on Chef::Version and Chef::VersionConstraintJamie Winsor2013-05-054-14/+8
* Support runlists with recipes, not just cookbooksJohn Keiser2013-04-281-4/+5
* Populate URLs and other defaults in versions responseJohn Keiser2013-04-171-1/+2
* Make depsolver work with underspecified environments and cookbooksJohn Keiser2013-04-171-2/+4
* Return actual json in 404 (fixes issue with recent cehf bootstrap)John Keiser2013-04-171-1/+3
* Add support for request/response verification to rspec apijkeiser2013-01-203-4/+8
* Support DELETE /cookbook/NAME/_latestjkeiser2012-12-201-1/+5
* Initial commit (moved/split up from jk/tiny-chef-server branch of jkeiser/chef)jkeiser2012-12-1929-0/+1139