summaryrefslogtreecommitdiff
path: root/lib/chef_zero/server.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow duplicate data to override earlier dataJohn Keiser2013-05-281-1/+1
* Fix new data bag and cookbook creation in rspecJohn Keiser2013-05-281-3/+3
* More rounded support for data storesJohn Keiser2013-05-241-3/+3
* Move data store init to MemoryStore, make it possible to use other data storesJohn Keiser2013-05-231-19/+2
* Make DataStore interface to allow data store to be replacedJohn Keiser2013-05-231-26/+30
* Add support for 1.8.7 (back)Seth Vargo2013-05-191-1/+6
* generate_real_keys defaults to trueSeth Vargo2013-05-191-1/+1
* Whoops - wasn't paying attentionSeth Vargo2013-05-191-1/+1
* Report back on threads and be more informative to the userSeth Vargo2013-05-191-5/+22
* Allow the user to specify any log levelSeth Vargo2013-05-191-2/+2
* Typo (CLTR -> CTRL)Seth Vargo2013-05-191-1/+1
* Use one set of default optionsSeth Vargo2013-05-191-10/+11
* Fix up some formattingSeth Vargo2013-05-191-11/+32
* Try replacing Thin with PumaSeth Vargo2013-05-191-34/+19
* Add -d flag to output requestsSeth Vargo2013-05-151-0/+1
* Support request_handlerJohn Keiser2013-05-141-1/+12
* add ChefZero::Log to remove dependency on Chef::LogJamie Winsor2013-05-051-2/+2
* Add support for request/response verification to rspec apijkeiser2013-01-201-3/+22
* Don't modify the data structures passed into load_data;jkeiser2013-01-111-7/+9
* Let rspec handle ctrl+c, not Thinjkeiser2012-12-311-1/+3