| Commit message (Expand) | Author | Age | Files | Lines |
| * | Integrating most of Matt Palmer's from | Luke Kanies | 2007-11-24 | 1 | -0/+69 |
| * | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 1 | -112/+1 |
| * | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 1 | -1/+22 |
| * | Modifying how default resources are created; they are now | Luke Kanies | 2007-11-15 | 1 | -4/+17 |
| * | This commit is the first run at removing all global | Luke Kanies | 2007-11-13 | 1 | -1/+78 |
| * | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 1 | -0/+365 |
| * | One significant step closer to getting autotest running properly on the Puppe... | Rick Bradley | 2007-10-26 | 1 | -1/+1 |
| * | Exceptions on requests are now captured, exceptions are serialized, and excep... | Rick Bradley | 2007-10-23 | 2 | -17/+105 |
| * | Finish serializing successful results (via calls to to_yaml, etc.) for REST h... | Rick Bradley | 2007-10-23 | 2 | -131/+165 |
| * | REST handlers now properly returning 200 status on success. | Rick Bradley | 2007-10-23 | 2 | -12/+66 |
| * | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-22 | 1 | -1/+6 |
| |\ |
|
| * | | Fix test which is conditional on mongrel installation. | Rick Bradley | 2007-10-17 | 1 | -2/+4 |
| * | | More specs, fleshing out the returns from REST | Rick Bradley | 2007-10-17 | 2 | -4/+29 |
| * | | getting more fine-grained with the response specs -- the target is always mov... | Rick Bradley | 2007-10-16 | 2 | -6/+18 |
| * | | Argument passing now supported on {webrick,mongrel}+REST. | Rick Bradley | 2007-10-16 | 2 | -15/+103 |
| * | | Make the actual runtime be more robust when mongrel is not installed. | Rick Bradley | 2007-10-16 | 1 | -1/+6 |
| * | | Make it possible to run all tests even if mongrel isn't installed. Shouldn't... | Rick Bradley | 2007-10-16 | 2 | -0/+10 |
| * | | Refactoring, argument processing for model methods. | Rick Bradley | 2007-10-16 | 2 | -16/+54 |
| * | | Tweak to move model lookup functionality into the Handler base class where it... | Rick Bradley | 2007-10-16 | 2 | -0/+27 |
| * | | Refactored to use a Handler base class for server+protocol handlers. Finally... | Rick Bradley | 2007-10-16 | 2 | -19/+51 |
| * | | Inlined the controller, eliminating a class. Mongrel+REST has the right bits... | Rick Bradley | 2007-10-16 | 3 | -52/+54 |
| * | | Registration now built for {webrick,mongrel} REST handlers. | Rick Bradley | 2007-10-16 | 4 | -13/+43 |
| * | | Going back to each server+protocol object being responsible for only one indi... | Rick Bradley | 2007-10-16 | 4 | -12/+16 |
| * | | First pass through initializers of {mongrel, webrick} REST handlers; hooks in... | Rick Bradley | 2007-10-16 | 7 | -26/+99 |
| * | | Minor tweaks to make the ::Server initialization a bit more robust. Fail on ... | Rick Bradley | 2007-10-16 | 1 | -3/+7 |
| * | | Finish front end of delegation to server+protocol helper classes ("handlers"). | Rick Bradley | 2007-10-15 | 2 | -0/+29 |
| * | | Bringing in initial handlers for server+protocol pairs. | Rick Bradley | 2007-10-15 | 3 | -31/+28 |
| * | | Partial support for building Handlers for all handler-protocol pairs. | Rick Bradley | 2007-10-15 | 2 | -9/+50 |
| * | | Implementing address & port support for new webrick server. | Rick Bradley | 2007-10-15 | 1 | -3/+14 |
| * | | Hooking up address/port support for the various servers w/ specs. Still need... | Rick Bradley | 2007-10-15 | 3 | -36/+106 |
| * | | trivial: WEBRick -> WEBrick, to be more consistent with how the WEBrick ruby ... | Rick Bradley | 2007-10-15 | 3 | -8/+8 |
| * | | Implementing listening state tracking for webrick and mongrel. | Rick Bradley | 2007-10-15 | 2 | -2/+41 |
| * | | More unit specs for mongrel and webrick; more code to make them work, yo. | Rick Bradley | 2007-10-15 | 3 | -23/+106 |
| * | | Pushing functionality down to webrick/mongrel classes now; cleanup in the bas... | Rick Bradley | 2007-10-15 | 2 | -39/+85 |
| * | | more stuff for the interim commit | Rick Bradley | 2007-10-12 | 2 | -0/+58 |
| * | | interim checkin of network stuffs | Rick Bradley | 2007-10-12 | 2 | -216/+190 |
| |/ |
|
| * | Homing in on a clean separation of concerns for a low-coupling, high-cohesion... | Rick Bradley | 2007-10-06 | 2 | -10/+64 |
| * | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser... | Rick Bradley | 2007-10-05 | 1 | -15/+60 |
| * | Minor tweaks. | Rick Bradley | 2007-10-04 | 1 | -6/+6 |
| * | Allow for multiple REST servers to be active; some terminology changes in spe... | Rick Bradley | 2007-10-04 | 1 | -48/+56 |
| * | Added .listening to REST server, handle listen states and transitions. | Rick Bradley | 2007-10-04 | 1 | -4/+39 |
| * | Spec'd a reset() method for clearing out known routes. Uses the unregister m... | Rick Bradley | 2007-10-04 | 1 | -0/+16 |
| * | Updating first portion of the Network RESTServer spec with example code, gett... | Rick Bradley | 2007-10-04 | 1 | -2/+42 |
| * | Interpreting "hidden" class from spec drafts as a REST Controller. This name... | Rick Bradley | 2007-10-03 | 1 | -0/+14 |
| * | Added partial spec for the serving of REST information, as well as some clien... | Rick Bradley | 2007-10-03 | 1 | -0/+37 |