summaryrefslogtreecommitdiff
path: root/lib/chef_zero/server.rb
Commit message (Expand)AuthorAgeFilesLines
* Move default keys logic into ActorDefaultKeyEndpoint; fix #putjr/pedant-keys-2Jordan Running2016-02-241-3/+6
* Make user and client keys endpoints pass Pedant specsJordan Running2016-02-241-1/+7
* Return 410 on /controls so we stop skipping that pedant spec.cd/run-controls-specsChris Doherty2016-01-251-0/+2
* Rename cookbook artifactsJohn Keiser2016-01-151-4/+4
* Fix cookbook_artifactJohn Keiser2016-01-141-14/+19
* Implement /cookbook_artifacts endpoints.Chris Doherty2015-12-101-0/+6
* Split policy endpoints into separate endpointsJohn Keiser2015-12-071-9/+14
* Make policy groups and policies bettererJohn Keiser2015-12-071-0/+8
* Add rspec support for policies.Chris Doherty2015-12-071-0/+10
* open_source_endpoints() -> endpoints()Chris Doherty2015-11-101-2/+2
* Add a dummy GET that returns meaningful values, due to pedant making Solr-rel...Chris Doherty2015-11-101-0/+2
* Implement oc_pedant's REST routes for policyfiles.Chris Doherty2015-11-101-3/+12
* Initial support for /server_api_versionAndrew Brown2015-08-131-0/+3
* Preliminary support for _identifiers APIAndrew Brown2015-08-121-0/+2
* Extract socketless server map and add specssocketlessdanielsdeleo2015-03-301-47/+1
* Initial implementation of socketless requestsdanielsdeleo2015-03-271-2/+69
* Partially Revert 1b2a6e5f107254cce8200a4750035b30265ae0c8partial-revert-1b2a6e5f107254cce8200a4750035b30265ae0c8danielsdeleo2015-03-271-4/+4
* Support /version; fix some global URIsPhil Dibowitz2015-03-261-6/+20
* Add policies endpointdanielsdeleo2015-01-201-1/+2
* fix: should set https to rack.url_scheme #87sawanoboly2014-11-251-0/+1
* add CORS headernls/CORSNathan L Smith2014-10-181-0/+3
* Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-jsontyler-ball2014-09-261-2/+2
* Handle exceptional conditions where stops are being called all overJohn Keiser2014-09-031-2/+2
* Add /organization/_acl endpoint for knife download/uploadJohn Keiser2014-08-291-0/+2
* Fix invite and org membership rspec data loadingJohn Keiser2014-08-261-3/+16
* Add organization, acl, group, container rspec macrosrspec_enterpriseJohn Keiser2014-08-261-5/+38
* Add license endpointJohn Keiser2014-08-221-0/+2
* Move CookbookData and DataNormalizer under ChefDataJohn Keiser2014-08-221-3/+3
* Remove /verify_passwordJohn Keiser2014-08-221-2/+0
* Make acls endpoints return 405 for disallowed methodsJohn Keiser2014-08-221-2/+0
* Get users endpoint (mostly) up to oc-chef-pedant standardsJohn Keiser2014-08-221-0/+2
* Move all defaults to DefaultCreator, calculate on fly,John Keiser2014-08-221-5/+2
* Both organization/_acl and organizations/_acl existJohn Keiser2014-08-221-0/+2
* ORG/organization/_acl -> ORG/organizations/_aclJohn Keiser2014-08-221-2/+2
* User key is "username" (not "name") on ECJohn Keiser2014-08-221-2/+2
* change opttype from --ssl to --[no-]sslsawanoboly2014-08-221-1/+2
* cherry-picked support-ssl commitsawanoboly2014-08-221-2/+6
* Get ChefFS data store working with the new DefaultFacadeJohn Keiser2014-07-231-4/+4
* Introduce osc_compat so multi org can still use osc_compatJohn Keiser2014-07-231-19/+21
* Add authenticatation endpointsJohn Keiser2014-07-231-9/+10
* Add /users/NAME/organizations endpointJohn Keiser2014-07-231-6/+7
* Implement /organizations/ORG/users/... endpointsJohn Keiser2014-07-231-3/+4
* Add /users/NAME/association_requests/...John Keiser2014-07-231-3/+6
* Add /organizations/ORG/association_requests/... endpointsJohn Keiser2014-07-231-7/+10
* Add global user acls endpointJohn Keiser2014-07-231-1/+3
* Add /users top level endpointJohn Keiser2014-07-231-17/+21
* Add container endpointsJohn Keiser2014-07-231-2/+4
* Add */_acl/PERM GET endpointJohn Keiser2014-07-231-1/+3
* Move org defaults to a common class, DefaultFacadeJohn Keiser2014-07-231-1/+3
* Add ACLs endpointsJohn Keiser2014-07-231-2/+4