summaryrefslogtreecommitdiff
path: root/lib/chef_zero/server.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add /groups and /group/NAME endpointsJohn Keiser2014-07-151-3/+5
* Add authenticate_user backJohn Keiser2014-07-071-1/+1
* Add /organizations, /organizations/NAME, /organizations/NAME/_validator_keyJohn Keiser2014-07-071-3/+38
* Add better errors and info when ports are in useJohn Keiser2014-06-181-1/+2
* Support port range in :portJohn Keiser2014-06-101-6/+44
* Honor :single_org => 'orgname' parameter everywhereJohn Keiser2014-06-021-22/+29
* Only set current thread's abort_on_exceptionJohn Keiser2014-05-271-1/+1
* Make sure the server is actually running after start()John Keiser2014-05-271-14/+18
* Don't bother printing port if it's 80John Keiser2014-05-261-3/+2
* Add ability to print to other IO, fix memory store to be V2John Keiser2014-05-261-7/+8
* Support ChefFSDataStore from prior versionsJohn Keiser2014-04-211-3/+13
* Get single_org backcompat mode workingJohn Keiser2014-04-181-6/+15
* Add support for "/organizations/chef" prefixJohn Keiser2014-04-181-43/+54
* Fix IPV6 supportSeth Vargo2014-01-201-3/+9