summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix socket argument to AR and add rails specDan Peterson2007-11-231-0/+47
| |/
* | Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a...Luke Kanies2007-11-241-0/+386
* | Integrating most of Matt Palmer's fromLuke Kanies2007-11-241-0/+69
* | Applying patch 20070913004017-6856b-cdbbba99de0b33b64874205a27833b5114fcc6b9....Luke Kanies2007-11-231-0/+11
|/
* Adding more tests to the redhat interface provider. It noLuke Kanies2007-11-231-1/+103
* Rewriting the sunos interface provider to manually parse andLuke Kanies2007-11-231-48/+166
* Adding unit tests for the sunos interface provider.Luke Kanies2007-11-231-0/+121
* Adding some unit tests for the interface type before i go messing around with itLuke Kanies2007-11-231-0/+95
* Fixing the first part of #787. Not all collections wereLuke Kanies2007-11-201-0/+25
* Removing the bootproto and broadcast attributes from the redhat interface pro...Luke Kanies2007-11-201-18/+0
* fixing the path to the spec helper in the exec testLuke Kanies2007-11-201-1/+1
* Fixing #762. The main problem was that I accepted the patchLuke Kanies2007-11-201-0/+187
* Moving the exec test into the types/ directoryLuke Kanies2007-11-201-0/+0
* 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-205-52/+61
* The Puppet settings instance now validates environments whenLuke Kanies2007-11-191-0/+5
* Fixing #911 and #912 -- there's a default environment (development)Luke Kanies2007-11-191-0/+80
* Merge commit 'davids-bugfixes/rest/fix-903'Luke Kanies2007-11-191-0/+124
|\
| * Add Exec{ logoutput=> on_failure }David Schmitt2007-11-191-12/+52
| * tests for #903: fail when no logoutput is generated on failureDavid Schmitt2007-11-171-0/+84
* | Fixing #446. I ended up largely not using porridge's patch,Luke Kanies2007-11-191-0/+50
* | 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
| |/
* | Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-192-142/+12
* | Merge commit 'davids-bugfixes/rest/tests-for-872'Luke Kanies2007-11-181-0/+32
|\ \
| * | tests for #872: check interaction between "replace" and "content"David Schmitt2007-11-091-0/+32
| |/
* | 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-182-12/+51
* | Modifying how default resources are created; they are nowLuke Kanies2007-11-151-4/+17
* | This commit is the first run at removing all globalLuke Kanies2007-11-132-1/+79
* | Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-124-98/+460
* | Moving some compile tests to the spec/ directory, andLuke Kanies2007-11-121-0/+100
* | 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