summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Another intermediate commit. Most of the graphing work itself is now done, b...luke2006-12-094-94/+728
* Most of the graphing work is now done. I have also added the generator work ...luke2006-12-018-161/+402
* Intermediate commit -- I am ready to start pushing the graph stuff into the t...luke2006-11-267-32/+224
* Adding GRATR and the beginnings of graph integration.luke2006-11-171-0/+135
* Fixing #342. Classes needed to have their namespaces set to their fully qual...luke2006-11-171-0/+34
* Fixing mount tests after fixing the backward compatibilityluke2006-11-171-1/+2
* Fixing backwards compatibility in mounts -- they were not correctly copying t...luke2006-11-161-5/+24
* Another testing fixluke2006-11-131-1/+3
* Fixing more testsluke2006-11-132-229/+230
* Fixes to the test system, and a couple of small fixes to the main code. Also...luke2006-11-134-170/+199
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-134-41/+38
* Fixing #339, and the bigger problem it concealed. Metaparams are now only ad...luke2006-11-132-1/+8
* Removing some debugging, and trying to track down a bug where symlinks get re...luke2006-11-131-0/+3
* Ported sshkey over, yay.luke2006-11-131-0/+62
* Adding a NetInfo provider for hosts. Yay!luke2006-11-131-0/+58
* Hosts now work again, and it should be straightforward to create a netinfo pr...luke2006-11-134-122/+131
* Ports are still broken, but I need to work on something else while I am think...luke2006-11-136-56/+12180
* Trying to get a netinfo provider for mounts working, but i give up. I am lea...luke2006-11-121-0/+80
* Mounts work again, at least with the parsedfile provider. I still need to cr...luke2006-11-125-114/+387
* Doing some refactoring in how state values are set. The primary motivation w...luke2006-11-111-13/+129
* Fixing the state class so that blocks are optional for values. This is usefu...luke2006-11-111-3/+52
* An intermediate commit. All of the classes that use parsedfile are assuredly...luke2006-11-113-0/+445
* Adding module for parsing files. This module is only included into the parse...luke2006-11-101-0/+365
* Fix silly regexp mistake where lines with values containing '=' were parsed i...lutter2006-11-101-2/+2
* Fixing some warningsluke2006-11-101-0/+10
* Mostly small changes toward 0.20.1luke2006-11-103-9/+10
* Fixing #324. Mkusers was not specifically ignoring the root user, and it is ...luke2006-11-091-0/+42
* fixing #327; debian packages now correctly register their "latest" statusluke2006-11-091-0/+2
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-2/+2
* Fixing rrdgraph report (as marked in #334); also, expanding the docs on all o...luke2006-11-091-1/+17
* Rails stuff part 1shadoi2006-11-094-38/+41
* Fixing some sticky problems with checksums when just using the "check" metapa...luke2006-11-081-3/+30
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-0819-214/+471
* Another round of bugfixing, including finding out that the tagmail report was...luke2006-10-181-1/+3
* A round of bug-fixing on OS Xluke2006-10-182-3/+8
* Doing some work on the DSL. It behaves a little more like the real language ...luke2006-10-184-6/+220
* Another round of bug-fixes in preparation for 0.20.0luke2006-10-186-12/+40
* Changing the realize() function to be just syntactic sugar for a collection -...luke2006-10-182-2/+56
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-183-0/+54
* Adding prefetch of providers to transactions. Nothing is using it yet. I wr...luke2006-10-181-0/+38
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-184-6/+31
* Fixing a bug that only occurred if a defined resource was already defined in ...luke2006-10-171-0/+14
* sshkey now uses a providerluke2006-10-174-58/+70
* Ported mount over to using providersluke2006-10-174-209/+321
* Fixing ports to now use a providerluke2006-10-172-87/+87
* Working on migrating the parsedtypes to using providers for the parsing aspec...luke2006-10-175-69/+332
* First batch of fixes from running tests.luke2006-10-176-22/+25
* Rewriting nearly all of the tests for the tidy type, and redoing the internal...luke2006-10-171-22/+134
* Fixing the test scripts so that the library pathluke2006-10-1690-92/+271
* Fixing gennode; it was not actually adding the class code to the generated node.luke2006-10-161-6/+40