summaryrefslogtreecommitdiffstats
path: root/test/other
Commit message (Expand)AuthorAgeFilesLines
...
* Providing a partial fix for #428. Resources can now be deleted as long as al...luke2007-01-301-2/+10
* splitting the tagmail report into multiple methods and adding test codeluke2007-01-301-0/+77
* Fixing #433. I basically just added checks to all the places where I add edg...luke2007-01-301-0/+33
* Fixing #113. I added support in the transaction for self-refreshing, which j...luke2007-01-281-0/+25
* Wrapping the resource generation methods in begin/rescue blocks so that failu...luke2007-01-231-0/+17
* Fixing #415. Configuration parsing now removes trailing whitespace.luke2007-01-231-0/+12
* Fixing #424. The configuration compile time is now cached in the yaml cache ...luke2007-01-231-0/+20
* Fixing #437. Transactions now check whether graphs are cyclic, with a somewh...luke2007-01-232-0/+36
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-0/+8
* Fixing #411.luke2007-01-051-0/+9
* Fixing tests so they now include descriptions with all config options, which ...luke2007-01-041-3/+7
* Handle continuation lines in inifiles properly; stick a little closer to how ...lutter2007-01-041-0/+15
* Fixing #394. LoadedFile was not checking to see if files went missing.luke2007-01-031-0/+22
* Fixing #401. Transactions were trying to trigger every resource, even those ...luke2007-01-031-0/+44
* Fixing #390. You can now add --graph to produce dot files, and you can then ...luke2006-12-311-0/+40
* Features now load dynamically using method_missing, so that undefined feature...luke2006-12-291-0/+34
* Finally writing unit tests for Transaction#trigger, and drastically simplifyi...luke2006-12-293-4/+81
* *whew* Okay, simplified the splice method a bit, and I am actually somewhat c...luke2006-12-291-1/+0
* Did a short-cut on the graphing, since we currently only support one type of ...luke2006-12-292-8/+96
* Some tweaks to graph splicing, although I do not think it will be enough to h...luke2006-12-291-6/+16
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-283-14/+4
* Fixing #387, hopefully.luke2006-12-281-6/+6
* Fixing #386.luke2006-12-271-0/+9
* Fixing #349. Doing some hackery so defined types can now (again) be used as ...luke2006-12-231-1/+0
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-232-41/+187
* Fixing test to work with new style of graphing.luke2006-12-211-10/+4
* Adding test for the fix to #361luke2006-12-201-6/+18
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-191-1/+3
* Some more graph optimizations; I think I am now close enough that I am basica...luke2006-12-171-4/+6
* Another round of bug fixing. Now everything passes except mounts, at least o...luke2006-12-134-67/+11
* Fixing the next round of bugs, mostly little things but I had to modify trans...luke2006-12-133-13/+29
* Adding a metatype to manage resources of a specified type. For now, this met...luke2006-12-123-5/+3
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-121-1/+1
* Almost all tests now pass. I have basically reached the point where I was be...luke2006-12-112-0/+13
* Most tests now pass in the whole system, but there are still about 8 cases th...luke2006-12-113-2/+35
* Most of the graph handling is now done, and all of the recursive types (basic...luke2006-12-102-11/+34
* Another intermediate commit. Most of the graphing work itself is now done, b...luke2006-12-091-7/+197
* Most of the graphing work is now done. I have also added the generator work ...luke2006-12-014-83/+320
* Intermediate commit -- I am ready to start pushing the graph stuff into the t...luke2006-11-263-0/+127
* Fix silly regexp mistake where lines with values containing '=' were parsed i...lutter2006-11-101-2/+2
* Mostly small changes toward 0.20.1luke2006-11-101-3/+0
* Fixing #324. Mkusers was not specifically ignoring the root user, and it is ...luke2006-11-091-0/+42
* Fixing rrdgraph report (as marked in #334); also, expanding the docs on all o...luke2006-11-091-1/+17
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-083-9/+63
* 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-181-1/+4
* Doing some work on the DSL. It behaves a little more like the real language ...luke2006-10-181-0/+216
* Adding prefetch of providers to transactions. Nothing is using it yet. I wr...luke2006-10-181-0/+38
* First batch of fixes from running tests.luke2006-10-172-10/+12
* Fixing the test scripts so that the library pathluke2006-10-1615-15/+45