summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing mongrel test so it does not try to load the mongrel server class on ma...luke2007-06-131-1/+0
* Added the teardown of the database back to the tests. ballman2007-06-121-1/+1
* Major rework of the rails feature. Changed the relationship between ballman2007-06-124-35/+36
* Fixing #550 -- I had to list pass and dump as optional fields.luke2007-06-112-2/+6
* Fixing #112 - mounts now default to 0 for dump and passluke2007-06-111-0/+15
* Fixing #637 -- defined resources can now correctly be virtual or exportedluke2007-06-111-94/+134
* Adding a simple unit test for mongrel, and adding the ability to select the h...luke2007-06-112-1/+67
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-0811-54/+151
* Fixing the few test failures that resulted from the changes to provider listingluke2007-06-053-10/+11
* Significantly reworked the type => provider interface with respect toluke2007-06-0411-89/+242
* Adding a "source" attribute to providers, so eventually types will be able to...luke2007-06-041-0/+50
* Fixing #532 -- reparsing config files no longer throws an exception. The pro...luke2007-05-311-0/+17
* Add a grammatically correct 'has_feature' alias, and switch to using it where...mpalmer2007-05-302-5/+7
* Correct a problem with the dpkg provider's handling of the :purged state, and...mpalmer2007-05-251-0/+69
* Adding better error reporting on unmatched brackets -- you will now get notif...luke2007-05-251-0/+12
* Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still need...luke2007-05-201-0/+7
* Fixing #501 -- there is now a splay option, disabled by default and when runn...luke2007-05-181-0/+32
* Fixing #566 -- definitions, tags, and classes can now be single charactersluke2007-05-171-1/+1
* Adding #629 -- an undef keyword now existsluke2007-05-173-0/+42
* Fixing #507 (behaviour in cycles) by changing the topsort algorithm.luke2007-05-171-4/+5
* Redoing autoload a bit in preparation for adding a plugindirluke2007-05-164-27/+28
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-154-16/+16
* Fixing #569 - I have added a dynamic facts option to choose which facts will ...luke2007-05-151-0/+34
* fixing some problems with the config timeout -- I am not sure it ever actuall...luke2007-05-141-0/+18
* Fixing a weird bug that occurred because I was changing @parentclass in the A...luke2007-05-142-9/+11
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-0913-120/+120
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-094-14/+14
* Fixing #606 -- now only components mention @children.luke2007-05-091-1/+1
* Getting rid of the last vestiges of the logger testsluke2007-05-092-2/+2
* Fixing the ability to fail correctly in the fileserver -- a constant was not ...luke2007-05-091-0/+22
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-0927-236/+261
* Removing the obsolete logger network interfaceluke2007-05-071-183/+0
* Adding a module to abstract using Autoload to load and manage instancesluke2007-05-071-0/+53
* Fixing #206 and #422. Executables will still look for the deprecated config ...luke2007-05-061-100/+200
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-045-4/+6
* Adding a --summarize option, to get a transaction summaryluke2007-05-041-26/+43
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-039-183/+151
* Adding a fact handler, along with an abstract interface for fact stores and a...luke2007-05-032-0/+179
* Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so th...mpalmer2007-05-031-0/+26
* Changing the remount stuff back to not repeating the mount options.luke2007-05-011-1/+3
* Adding a "supports_parameter?" method to test whether a given provider suppor...luke2007-05-014-15/+43
* Fixing the fileserver naming tests after the change to allow "-" in fileserve...luke2007-04-301-15/+5
* Fixing #430 (I hope) -- execs now autorequire the specified userluke2007-04-301-1/+14
* Working a little bit on rails failures, with no real progressluke2007-04-301-16/+20
* Fixing a bug in the tests introduced a while back when I switched to using "g...luke2007-04-301-2/+4
* Fixing #594 -- Files on the local machine but not remote machine now purge. ...luke2007-04-302-4/+46
* Allowing "-" in fileserver module names, #617luke2007-04-301-4/+4
* Fixing the tests for the aptrpm provider.luke2007-04-301-8/+7
* I managed to put those provider tests in the wrong file -- the file meant to ...luke2007-04-282-227/+204
* Okay, one last try -- the Util#binary command was not returning a path in all...luke2007-04-271-6/+6