| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixing #911 and #912 -- there's a default environment (development) | Luke Kanies | 2007-11-19 | 1 | -0/+80 |
| * | Merge commit 'davids-bugfixes/rest/fix-903' | Luke Kanies | 2007-11-19 | 1 | -0/+124 |
| |\ |
|
| | * | Add Exec{ logoutput=> on_failure } | David Schmitt | 2007-11-19 | 1 | -12/+52 |
| | * | tests for #903: fail when no logoutput is generated on failure | David Schmitt | 2007-11-17 | 1 | -0/+84 |
| * | | Fixing #446. I ended up largely not using porridge's patch, | Luke Kanies | 2007-11-19 | 1 | -0/+50 |
| * | | Merge commit 'davids-bugfixes/tests/fix-settings-fail-as-root' | Luke Kanies | 2007-11-19 | 1 | -4/+5 |
| |\ \ |
|
| | * | | fix a testfailure when running spec tests as root | David Schmitt | 2007-11-10 | 1 | -4/+5 |
| | |/ |
|
| * | | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 2 | -142/+12 |
| * | | Merge commit 'davids-bugfixes/rest/tests-for-872' | Luke Kanies | 2007-11-18 | 1 | -0/+32 |
| |\ \ |
|
| | * | | tests for #872: check interaction between "replace" and "content" | David Schmitt | 2007-11-09 | 1 | -0/+32 |
| | |/ |
|
| * | | Fixing a SimpleGraph unit test so it doesn't depend | Luke Kanies | 2007-11-18 | 1 | -1/+3 |
| * | | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 2 | -12/+51 |
| * | | 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 | 2 | -1/+79 |
| * | | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 4 | -98/+460 |
| * | | Moving some compile tests to the spec/ directory, and | Luke Kanies | 2007-11-12 | 1 | -0/+100 |
| * | | Merge branch 'routing' into test_routing | Luke Kanies | 2007-11-08 | 18 | -237/+1303 |
| |\ \
| |/
|/| |
|
| | * | This won't be perfect by any stretch, but put in a moderately reasonable auto... | Rick Bradley | 2007-10-26 | 1 | -0/+33 |
| | * | One significant step closer to getting autotest running properly on the Puppe... | Rick Bradley | 2007-10-26 | 9 | -15/+157 |
| | * | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-26 | 16 | -266/+491 |
| | |\ |
|
| | * | | 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-23 | 25 | -248/+1152 |
| | |\ \ |
|
| | * \ \ | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-22 | 29 | -49/+1568 |
| | |\ \ \ |
|
| | * | | | | 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 | 8 | -28/+111 |
| | * | | | | 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 |
| | * | | | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-15 | 27 | -207/+210 |
| | |\ \ \ \ |
|
| | * | | | | | 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 |
| | * | | | | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-13 | 8 | -14/+252 |
| | |\ \ \ \ \ |
|