summaryrefslogtreecommitdiff
path: root/lib/chef_zero/server.rb
Commit message (Expand)AuthorAgeFilesLines
* 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