summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints
Commit message (Expand)AuthorAgeFilesLines
* GET /users?email=ME@MINE.COM -- compare emails ignoring casesr/pool-608/search-users-by-case-insenstive-emailStephan Renatus2017-05-311-3/+7
* Fix pagination with start parametersnls/fix-start-paginationNathan L Smith2016-12-051-21/+13
* Handle the start and rows parameters correctlynls/SPOOL-436/toomanyrowsNathan L Smith2016-12-041-0/+12
* remove create additions flaglcg/remove-create-additionsLamont Granquist2016-09-0238-57/+57
* Revert "remove create additions flag"Lamont Granquist2016-09-0238-57/+57
* remove create additions flagLamont Granquist2016-09-0238-57/+57
* store ACEs by client/usermp/SPOOL-340Marc Paradise2016-08-261-0/+11
* Ensure that the cookbook version endpoint doesn't trip over itselfThom May2016-08-011-3/+7
* ChefStyletm/styleThom May2016-07-2971-431/+426
* Return HTTP 400 Bad Request on Solr parse errorlcg/rebase-101Steven Danna2016-07-191-0/+10
* Add external_authentication_uid to actors endpoint for queryingsaml/et-205kmacgugan2016-06-091-11/+21
* Actually merge key data in user PUT responsejk/merge_more_betterJohn Keiser2016-04-141-1/+1
* Fix users endpoint in OSC compat mode to use a data store URLJohn Keiser2016-04-141-11/+12
* Implemented GET /orgs/ORG/users/USER/keys(/key) endpoint recently added to se...tc/org-scoped-user-keys-getTyler Cloke2016-03-154-6/+57
* Use json helpers instead of calling FFI_Yajl directlyapi-v1danielsdeleo2016-02-252-13/+13
* Implement APIv1 behaviorsdanielsdeleo2016-02-254-6/+58
* Move default keys logic into ActorDefaultKeyEndpoint; fix #putjr/pedant-keys-2Jordan Running2016-02-245-69/+106
* Make user and client keys endpoints pass Pedant specsJordan Running2016-02-245-23/+339
* Fix container creation (was using wrong path)cd/run-acl-specsJohn Keiser2016-01-281-2/+1
* Restore creator into policy_group ACLJohn Keiser2016-01-271-1/+1
* Return 410 on /controls so we stop skipping that pedant spec.cd/run-controls-specsChris Doherty2016-01-251-0/+15
* Implement POST /containers to create a container with the given 'id' or 'cont...Chris Doherty2016-01-211-0/+13
* Support Chef versions that don't support cookbook_artifactsjk/cookbook-artifacts-hooverJohn Keiser2016-01-151-1/+8
* Rename cookbook artifactsJohn Keiser2016-01-152-5/+6
* Make hoovering and deleting parent dir work everywhere for cookbook_artifactsJohn Keiser2016-01-152-8/+10
* Implement /cookbook_artifacts endpoints.Chris Doherty2015-12-104-4/+129
* Split policy endpoints into separate endpointsJohn Keiser2015-12-079-369/+256
* Make policy groups and policies bettererJohn Keiser2015-12-073-158/+14
* principal_endpoint.rb: comments.Chris Doherty2015-11-131-0/+4
* Add a dummy GET that returns meaningful values, due to pedant making Solr-rel...Chris Doherty2015-11-101-0/+31
* Implement oc_pedant's REST routes for policyfiles.Chris Doherty2015-11-104-0/+411
* 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