summaryrefslogtreecommitdiff
path: root/lib/chef_zero/server.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make rspec api only start up server oncejkeiser2012-12-311-18/+22
* Make stop more reliable (don't kill the thread unless necessary)jkeiser2012-12-241-7/+6
* Fix server.load_data test APIv0.9jkeiser2012-12-231-9/+37
* Add test start/stop/data APIs, use Thin directly, use Chef::Log instead of putsjkeiser2012-12-231-45/+132
* Fix defaults for host and portjkeiser2012-12-201-2/+2
* Initial commit (moved/split up from jk/tiny-chef-server branch of jkeiser/chef)jkeiser2012-12-191-0/+140