summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Renaming the :local termini for metadata and contentLuke Kanies2007-10-223-24/+24
* | | | | | | Link handling is now in the file serving classes.Luke Kanies2007-10-228-53/+266
* | | | | | | Adding searchability to the fileserving termini, using theLuke Kanies2007-10-226-33/+214
* | | | | | | Adding a Fileset class for managing sets of files. ThisLuke Kanies2007-10-221-0/+230
* | | | | | | Merge branch 'master' of git://michaelobrien.info/puppet into michaelLuke Kanies2007-10-221-0/+116
|\ \ \ \ \ \ \
| * | | | | | | Partial work done for ssl certificates.Michael V. O'Brien2007-10-191-0/+116
* | | | | | | | Adding authorization hooks to the file_server andLuke Kanies2007-10-215-33/+205
* | | | | | | | Renaming the 'mounts' terminus to 'file_server', and renamingLuke Kanies2007-10-203-12/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | File serving now works. I've tested a couple of ways toLuke Kanies2007-10-1910-222/+341
|/ / / / / /
* | | | | | Adding this test stub that's been sittingLuke Kanies2007-10-181-0/+47
* | | | | | I've now split the file-serving termini into two separate types (inLuke Kanies2007-10-189-25/+275
* | | | | | Fixing all of the classes that I just renamed, and addingLuke Kanies2007-10-183-12/+16
* | | | | | Renaming the file serving indirection termini to matchLuke Kanies2007-10-182-0/+0
* | | | | | I'm working on making file serving work in the indirector now, so ILuke Kanies2007-10-186-34/+151
* | | | | | Renaming the file_serving/{content,metadata} indirectionsLuke Kanies2007-10-186-2/+43
* | | | | | This is the first mostly functional commit of theLuke Kanies2007-10-185-46/+387
* | | | | | Adding spec stubs for authorization in the indirectionLuke Kanies2007-10-171-16/+50
* | | | | | Adding the first pass at modifying file servingLuke Kanies2007-10-174-0/+322
| |_|_|_|/ |/| | | |