summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixing #762. The main problem was that I accepted the patchLuke Kanies2007-11-204-78/+261
* | Moving the exec test into the types/ directoryLuke Kanies2007-11-201-0/+0
* | Fixing the last failing test relating to the environment changesLuke Kanies2007-11-201-1/+2
* | Fixing the exec spec so it works when non-root and is a bit cleanerLuke Kanies2007-11-201-42/+12
* | Using the Environment class to determine the default environment,Luke Kanies2007-11-209-64/+79
* | The Puppet settings instance now validates environments whenLuke Kanies2007-11-192-2/+9
* | Fixing #911 and #912 -- there's a default environment (development)Luke Kanies2007-11-194-4/+137
* | Removing the manual ssldir setting by David in 59626cb3907d36e4fd762277daa76f...Luke Kanies2007-11-191-1/+0
* | Merge commit 'davids-bugfixes/tests/fix-test-client-ca'Luke Kanies2007-11-192-0/+2
|\ \
| * | fix failing CA test, when testing with incomplete setup (no ssldir, no DNS)David Schmitt2007-11-112-0/+2
* | | Fixing a failing test from my fix for #446 -- I had changedLuke Kanies2007-11-192-20/+5
* | | Fixing a few test suites that passed when run asLuke Kanies2007-11-199-0/+18
* | | Merge commit 'davids-bugfixes/rest/fix-903'Luke Kanies2007-11-192-10/+141
|\ \ \
| * | | Add Exec{ logoutput=> on_failure }David Schmitt2007-11-192-16/+64
| * | | fix #903: add patch from hrvojehrDavid Schmitt2007-11-171-6/+5
| * | | tests for #903: fail when no logoutput is generated on failureDavid Schmitt2007-11-171-0/+84
| |/ /
* | | Fixing #896 by applying DerekW's patches, with slightLuke Kanies2007-11-194-14/+18
* | | Fixing #446. I ended up largely not using porridge's patch,Luke Kanies2007-11-193-21/+91
* | | Merge commit 'davids-bugfixes/tests/fix-settings-fail-as-root'Luke Kanies2007-11-191-4/+5
|\ \ \
| * | | fix a testfailure when running spec tests as rootDavid Schmitt2007-11-101-4/+5
| |/ /
* | | Merge commit 'davids-bugfixes/tests/fix-cron-tests'Luke Kanies2007-11-192-3/+3
|\ \ \
| * | | fix the underlying dependency on the environment in the cron typeDavid Schmitt2007-11-111-1/+1
| * | | fix crontests depending on ENV[USER] by using Etc.getpwuid(Process.uid) insteadDavid Schmitt2007-11-111-2/+2
| |/ /
* | | Merge commit 'davids-bugfixes/tests/fix-HOME-dependency'Luke Kanies2007-11-191-0/+4
|\ \ \
| * | | fix dependency on $HOME, which causes massive failures when running without e...David Schmitt2007-11-111-0/+4
| |/ /
* | | Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-1941-467/+519
* | | Applying fix by Jeff McCune from #905Luke Kanies2007-11-182-0/+9
* | | Merge commit 'davids-bugfixes/rest/tests-for-872'Luke Kanies2007-11-182-0/+38
|\ \ \
| * | | fix #872: improve property(:content).insync?David Schmitt2007-11-091-0/+6
| * | | tests for #872: check interaction between "replace" and "content"David Schmitt2007-11-091-0/+32
| |/ /
* | | Merge commit 'davids-bugfixes/rest/fix-815-by-using-main-explicitly'Luke Kanies2007-11-186-14/+8
|\ \ \
| * | | fix #815: add :main to all use() for :reporting and :metricsDavid Schmitt2007-11-095-6/+6
| * | | remove obsolete runners variableDavid Schmitt2007-11-091-8/+2
| |/ /
* | | Fixing a SimpleGraph unit test so it doesn't dependLuke Kanies2007-11-181-1/+3
* | | Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-1836-427/+326
* | | Modifying how default resources are created; they are nowLuke Kanies2007-11-154-32/+43
* | | This commit is the first run at removing all globalLuke Kanies2007-11-1313-94/+132
* | | Fixing a parser test -- really, just removing testsLuke Kanies2007-11-133-18/+5
* | | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet-lukeLuke Kanies2007-11-1261-933/+2599
|\ \ \
| * | | Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-1230-563/+788
| * | | Moving some compile tests to the spec/ directory, andLuke Kanies2007-11-124-78/+119
| * | | Changing the 'main' class to no longer be lazy-evaluated.Luke Kanies2007-11-122-5/+10
| * | | Adding a memory terminus for facts, which is really only used for testingLuke Kanies2007-11-121-0/+9
| * | | Merge branch 'routing' into test_routingLuke Kanies2007-11-0828-290/+1676
| |\ \ \ | | |/ / | |/| |
| | * | This won't be perfect by any stretch, but put in a moderately reasonable auto...Rick Bradley2007-10-261-0/+33
| | * | One significant step closer to getting autotest running properly on the Puppe...Rick Bradley2007-10-2610-17/+158
| | * | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-26168-467/+759
| | |\ \
| | * | | Exceptions on requests are now captured, exceptions are serialized, and excep...Rick Bradley2007-10-235-22/+116
| | * | | Finish serializing successful results (via calls to to_yaml, etc.) for REST h...Rick Bradley2007-10-235-135/+177
| | * | | REST handlers now properly returning 200 status on success.Rick Bradley2007-10-234-15/+69