| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fixing #762. The main problem was that I accepted the patch | Luke Kanies | 2007-11-20 | 2 | -78/+70 |
* | | Using the Environment class to determine the default environment, | Luke Kanies | 2007-11-20 | 3 | -10/+14 |
* | | The Puppet settings instance now validates environments when | Luke Kanies | 2007-11-19 | 1 | -2/+4 |
* | | Fixing #911 and #912 -- there's a default environment (development) | Luke Kanies | 2007-11-19 | 2 | -4/+54 |
* | | Fixing a failing test from my fix for #446 -- I had changed | Luke Kanies | 2007-11-19 | 1 | -6/+5 |
* | | Merge commit 'davids-bugfixes/rest/fix-903' | Luke Kanies | 2007-11-19 | 1 | -10/+17 |
|\ \ |
|
| * | | Add Exec{ logoutput=> on_failure } | David Schmitt | 2007-11-19 | 1 | -4/+12 |
| * | | fix #903: add patch from hrvojehr | David Schmitt | 2007-11-17 | 1 | -6/+5 |
* | | | Fixing #896 by applying DerekW's patches, with slight | Luke Kanies | 2007-11-19 | 3 | -14/+13 |
* | | | Fixing #446. I ended up largely not using porridge's patch, | Luke Kanies | 2007-11-19 | 1 | -21/+34 |
* | | | Merge commit 'davids-bugfixes/tests/fix-cron-tests' | Luke Kanies | 2007-11-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fix the underlying dependency on the environment in the cron type | David Schmitt | 2007-11-11 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge commit 'davids-bugfixes/tests/fix-HOME-dependency' | Luke Kanies | 2007-11-19 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | fix dependency on $HOME, which causes massive failures when running without e... | David Schmitt | 2007-11-11 | 1 | -0/+4 |
| |/ / |
|
* | | | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 15 | -122/+179 |
* | | | Applying fix by Jeff McCune from #905 | Luke Kanies | 2007-11-18 | 1 | -0/+4 |
* | | | Merge commit 'davids-bugfixes/rest/tests-for-872' | Luke Kanies | 2007-11-18 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | fix #872: improve property(:content).insync? | David Schmitt | 2007-11-09 | 1 | -0/+6 |
| |/ / |
|
* | | | Merge commit 'davids-bugfixes/rest/fix-815-by-using-main-explicitly' | Luke Kanies | 2007-11-18 | 5 | -12/+6 |
|\ \ \ |
|
| * | | | fix #815: add :main to all use() for :reporting and :metrics | David Schmitt | 2007-11-09 | 4 | -4/+4 |
| * | | | remove obsolete runners variable | David Schmitt | 2007-11-09 | 1 | -8/+2 |
| |/ / |
|
* | | | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 10 | -87/+72 |
* | | | Modifying how default resources are created; they are now | Luke Kanies | 2007-11-15 | 3 | -28/+26 |
* | | | This commit is the first run at removing all global | Luke Kanies | 2007-11-13 | 11 | -93/+53 |
* | | | Fixing a parser test -- really, just removing tests | Luke Kanies | 2007-11-13 | 2 | -1/+2 |
* | | | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 11 | -201/+171 |
* | | | Moving some compile tests to the spec/ directory, and | Luke Kanies | 2007-11-12 | 1 | -5/+14 |
* | | | Changing the 'main' class to no longer be lazy-evaluated. | Luke Kanies | 2007-11-12 | 1 | -0/+2 |
* | | | Adding a memory terminus for facts, which is really only used for testing | Luke Kanies | 2007-11-12 | 1 | -0/+9 |
* | | | Merge branch 'routing' into test_routing | Luke Kanies | 2007-11-08 | 10 | -53/+373 |
|\ \ \
| |/ /
|/| | |
|
| * | | One significant step closer to getting autotest running properly on the Puppe... | Rick Bradley | 2007-10-26 | 1 | -2/+1 |
| * | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-26 | 13 | -61/+126 |
| |\ \ |
|
| * | | | Exceptions on requests are now captured, exceptions are serialized, and excep... | Rick Bradley | 2007-10-23 | 3 | -5/+11 |
| * | | | Finish serializing successful results (via calls to to_yaml, etc.) for REST h... | Rick Bradley | 2007-10-23 | 3 | -4/+12 |
| * | | | REST handlers now properly returning 200 status on success. | Rick Bradley | 2007-10-23 | 2 | -3/+3 |
| * | | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-23 | 18 | -84/+413 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-22 | 26 | -33/+873 |
| |\ \ \ \ |
|
| * | | | | | More specs, fleshing out the returns from REST | Rick Bradley | 2007-10-17 | 3 | -2/+15 |
| * | | | | | Argument passing now supported on {webrick,mongrel}+REST. | Rick Bradley | 2007-10-16 | 3 | -4/+20 |
| * | | | | | Make the actual runtime be more robust when mongrel is not installed. | Rick Bradley | 2007-10-16 | 1 | -1/+4 |
| * | | | | | Make it possible to run all tests even if mongrel isn't installed. Shouldn't... | Rick Bradley | 2007-10-16 | 1 | -1/+2 |
| * | | | | | Refactoring, argument processing for model methods. | Rick Bradley | 2007-10-16 | 3 | -9/+53 |
| * | | | | | Tweak to move model lookup functionality into the Handler base class where it... | Rick Bradley | 2007-10-16 | 3 | -2/+1 |
| * | | | | | Refactored to use a Handler base class for server+protocol handlers. Finally... | Rick Bradley | 2007-10-16 | 4 | -58/+76 |
| * | | | | | Inlined the controller, eliminating a class. Mongrel+REST has the right bits... | Rick Bradley | 2007-10-16 | 2 | -33/+42 |
| * | | | | | Registration now built for {webrick,mongrel} REST handlers. | Rick Bradley | 2007-10-16 | 2 | -4/+16 |
| * | | | | | Going back to each server+protocol object being responsible for only one indi... | Rick Bradley | 2007-10-16 | 4 | -14/+10 |
| * | | | | | First pass through initializers of {mongrel, webrick} REST handlers; hooks in... | Rick Bradley | 2007-10-16 | 5 | -7/+39 |
| * | | | | | Minor tweaks to make the ::Server initialization a bit more robust. Fail on ... | Rick Bradley | 2007-10-16 | 1 | -2/+6 |
| * | | | | | Finish front end of delegation to server+protocol helper classes ("handlers"). | Rick Bradley | 2007-10-15 | 6 | -9/+26 |