summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'routing' into test_routingLuke Kanies2007-11-0811-226/+1116
|\
| * One significant step closer to getting autotest running properly on the Puppe...Rick Bradley2007-10-262-4/+3
| * Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-2612-259/+380
| |\
| * | Exceptions on requests are now captured, exceptions are serialized, and excep...Rick Bradley2007-10-232-17/+105
| * | Finish serializing successful results (via calls to to_yaml, etc.) for REST h...Rick Bradley2007-10-232-131/+165
| * | REST handlers now properly returning 200 status on success.Rick Bradley2007-10-232-12/+66
| * | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-2318-191/+1103
| |\ \
| * \ \ Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-2221-49/+1329
| |\ \ \
| * | | | Fix test which is conditional on mongrel installation.Rick Bradley2007-10-171-2/+4
| * | | | More specs, fleshing out the returns from RESTRick Bradley2007-10-172-4/+29
| * | | | getting more fine-grained with the response specs -- the target is always mov...Rick Bradley2007-10-162-6/+18
| * | | | Argument passing now supported on {webrick,mongrel}+REST.Rick Bradley2007-10-162-15/+103
| * | | | Make the actual runtime be more robust when mongrel is not installed.Rick Bradley2007-10-161-1/+6
| * | | | Make it possible to run all tests even if mongrel isn't installed. Shouldn't...Rick Bradley2007-10-162-0/+10
| * | | | Refactoring, argument processing for model methods.Rick Bradley2007-10-162-16/+54
| * | | | Tweak to move model lookup functionality into the Handler base class where it...Rick Bradley2007-10-162-0/+27
| * | | | Refactored to use a Handler base class for server+protocol handlers. Finally...Rick Bradley2007-10-162-19/+51
| * | | | Inlined the controller, eliminating a class. Mongrel+REST has the right bits...Rick Bradley2007-10-163-52/+54
| * | | | Registration now built for {webrick,mongrel} REST handlers.Rick Bradley2007-10-164-13/+43
| * | | | Going back to each server+protocol object being responsible for only one indi...Rick Bradley2007-10-164-12/+16
| * | | | First pass through initializers of {mongrel, webrick} REST handlers; hooks in...Rick Bradley2007-10-168-28/+111
| * | | | Minor tweaks to make the ::Server initialization a bit more robust. Fail on ...Rick Bradley2007-10-161-3/+7
| * | | | Finish front end of delegation to server+protocol helper classes ("handlers").Rick Bradley2007-10-152-0/+29
| * | | | Bringing in initial handlers for server+protocol pairs.Rick Bradley2007-10-153-31/+28
| * | | | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-1527-207/+210
| |\ \ \ \
| * | | | | Partial support for building Handlers for all handler-protocol pairs.Rick Bradley2007-10-152-9/+50
| * | | | | Implementing address & port support for new webrick server.Rick Bradley2007-10-151-3/+14
| * | | | | Hooking up address/port support for the various servers w/ specs. Still need...Rick Bradley2007-10-153-36/+106
| * | | | | trivial: WEBRick -> WEBrick, to be more consistent with how the WEBrick ruby ...Rick Bradley2007-10-153-8/+8
| * | | | | Implementing listening state tracking for webrick and mongrel.Rick Bradley2007-10-152-2/+41
| * | | | | More unit specs for mongrel and webrick; more code to make them work, yo.Rick Bradley2007-10-153-23/+106
| * | | | | Pushing functionality down to webrick/mongrel classes now; cleanup in the bas...Rick Bradley2007-10-152-39/+85
| * | | | | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-137-14/+238
| |\ \ \ \ \
| * | | | | | more stuff for the interim commitRick Bradley2007-10-122-0/+58
| * | | | | | interim checkin of network stuffsRick Bradley2007-10-122-216/+190
| * | | | | | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-095-47/+380
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-067-118/+128
| |\ \ \ \ \ \ \
* | | | | | | | | Adding unit tests for the module that handles theLuke Kanies2007-11-081-0/+134
* | | | | | | | | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-11-081-12/+93
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Switching the class resource evaluation to only happenLuke Kanies2007-11-081-6/+12
| * | | | | | | | | Classes once again get evaluated immediately when theLuke Kanies2007-11-081-12/+87
* | | | | | | | | | Fixing the 'mount' tests so that they no longerLuke Kanies2007-11-081-0/+182
|/ / / / / / / / /
* | | | | | | | | Switching the base class for the Relationship class.Luke Kanies2007-11-082-3/+154
* | | | | | | | | Switching the graph base class from GRATR::DigraphLuke Kanies2007-11-072-45/+45
* | | | | | | | | Adding a new graphing base class, because the GRATR stuffLuke Kanies2007-11-071-0/+183
* | | | | | | | | The configurations should now be functional again --Luke Kanies2007-10-311-0/+27
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | File serving should work now, both recursive andLuke Kanies2007-10-2411-242/+291
* | | | | | | | Adding post- hooks for :find and :search in the indirection class.Luke Kanies2007-10-231-0/+20
* | | | | | | | Adding the calls to the authorization hooks in the Indirection.Luke Kanies2007-10-231-10/+62
* | | | | | | | Renaming the FileServing TerminusSelector module to IndirectionHooks,Luke Kanies2007-10-223-9/+9
| |_|_|_|_|_|/ |/| | | | | |