summaryrefslogtreecommitdiff
path: root/lib/chef_zero/server.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix clear data when no data was addedAlex Slynko2014-01-021-1/+1
* Remove puma and clean up threadingSeth Vargo2013-12-171-106/+130
* Return server_url with IPv6-safe syntaxdanielsdeleo2013-11-181-1/+2
* Fix chef-zero executable with webrickJohn Keiser2013-11-031-0/+1
* Fix Logger line to be cross-platform, use webrick.shutdown method to stop serverJohn Keiser2013-11-011-13/+20
* Use status to be more accurate about WEBrick server statusJohn Keiser2013-11-011-1/+1
* Use webrick when puma is not availableJohn Keiser2013-11-011-19/+66
* Make stop actually stop background serversJohn Keiser2013-09-121-2/+1
* Fix #23: add Server header for identificationJohn Keiser2013-06-271-0/+3
* Fix :sock -> :socket rename in DEFAULT_OPTIONS hash.Steven Danna2013-06-111-1/+1
* Remove short form (-s) of --socket option and rename variable.Steven Danna2013-06-111-2/+2
* Allow chef-zero to listen on Unix domain socket.Steven Danna2013-06-081-1/+7