summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints
Commit message (Expand)AuthorAgeFilesLines
* Add a dummy GET that returns meaningful values, due to pedant making Solr-rel...cd/policyfile-supportChris Doherty2015-11-041-0/+31
* Factor out policy_name/policy_group validation for use by both POST /nodes an...Chris Doherty2015-11-042-8/+16
* factor out validations on POST /nodes.Chris Doherty2015-11-041-1/+13
* Add a new class to handle the validation on POST /nodes.Chris Doherty2015-11-041-0/+29
* remove whitespace.Chris Doherty2015-11-041-2/+2
* Remove debugging.Chris Doherty2015-11-022-4/+2
* Add :recursive to #delete_data_dir calls.Chris Doherty2015-11-022-2/+2
* Reverse an if..else for consistency (returning 404 in the if).Chris Doherty2015-11-021-3/+3
* Mark #set_opts private, and note that :data_store_exceptions is not for final...Chris Doherty2015-11-022-9/+12
* Fix comments.Chris Doherty2015-11-021-2/+2
* Implement oc_pedant's REST routes for policyfiles.Chris Doherty2015-11-022-0/+361
* Merge pull request #140 from terceiro/remove-chef-depChris Doherty2015-08-241-5/+2
|\
| * Remove implicit dependency on chefAntonio Terceiro2015-06-141-5/+2
* | Adding back logic to delete the association request when adding a user to an ...tball/add_user_to_orgtyler-ball2015-08-193-16/+37
* | Use new json_response API for /server_api_versionAndrew Brown2015-08-141-1/+3
* | Initial support for /server_api_versionAndrew Brown2015-08-131-0/+12
* | Preliminary support for _identifiers APIAndrew Brown2015-08-121-0/+22
* | Support POST /organizations/ORGNAME/usersAndrew Brown2015-07-103-15/+39
* | Force complete deletion of org on DELETE requestMarc Paradise2015-07-101-1/+1
* | use the supplied org_type in org creationMarc Paradise2015-07-101-1/+1
* | cleanup a TODO left behind and clean up some debug codeMarc Paradise2015-07-102-3/+0
* | update chef-zero to be fully compatible with CS12Marc Paradise2015-07-106-35/+36
|/
* Support /version; fix some global URIsPhil Dibowitz2015-03-261-0/+12
* Update validation messages to match erchefdanielsdeleo2015-02-251-19/+34
* Validate that revision_id is not emptydanielsdeleo2015-02-231-0/+2
* Policyfile revision_id field is mandatory, validate formatdanielsdeleo2015-02-231-1/+12
* Check before create/update to determine correct status codedanielsdeleo2015-01-281-10/+9
* Add policies endpointdanielsdeleo2015-01-201-0/+127
* Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-jsontyler-ball2014-09-2646-136/+136
* Make v2_to_v1 get() munge the base URI so cookbooksJohn Keiser2014-09-031-1/+1
* Fix deleting invite when user is forcibly added to orgJohn Keiser2014-08-261-1/+1
* Fix organizations to honor full_nameJohn Keiser2014-08-261-3/+3
* Add organization, acl, group, container rspec macrosrspec_enterpriseJohn Keiser2014-08-261-2/+2
* Add license endpointJohn Keiser2014-08-221-0/+25
* Add POST /organizations/ORG/users/NAME to add user directJohn Keiser2014-08-221-0/+24
* SimplifyJohn Keiser2014-08-221-2/+2
* Move CookbookData and DataNormalizer under ChefDataJohn Keiser2014-08-2218-35/+35
* Make "already in org" do 409, not 403John Keiser2014-08-221-2/+1
* Fix 404 in assoc. request count to be correctJohn Keiser2014-08-221-1/+1
* Remove /verify_passwordJohn Keiser2014-08-221-22/+0
* Add users to the users group in an org if not already thereJohn Keiser2014-08-221-0/+10
* Make association request endpoint match oc-chef-pedantJohn Keiser2014-08-221-1/+1
* Verify that the user exists before getting association requestsJohn Keiser2014-08-222-0/+3
* Don't set type / membership unless json retrievedJohn Keiser2014-08-221-2/+4
* Fix cookbook ACLs (set can create directories)John Keiser2014-08-221-1/+1
* Make acls endpoints return 405 for disallowed methodsJohn Keiser2014-08-222-26/+0
* Get users endpoint passing oc-chef-pedantJohn Keiser2014-08-223-1/+35
* Get users endpoint (mostly) up to oc-chef-pedant standardsJohn Keiser2014-08-226-9/+53
* Get principals endpoint passing oc_chef_pedantJohn Keiser2014-08-221-2/+6
* Report authz id and whether principal is a member of the orgJohn Keiser2014-08-221-2/+12