summaryrefslogtreecommitdiffstats
path: root/test/other
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-1613-1/+25
* Making all test suites executable, adding some tests for handling changing fi...luke2006-10-166-0/+0
* Moving all of the configuration parameters out of puppet.rb into puppet/confi...luke2006-10-161-0/+15
* Adding the ability to have hooks for configuration parameters. This will sim...luke2006-10-161-1/+55
* Fixing #305 -- logs now reopen when Puppet restarts, and there is also now an...luke2006-10-091-0/+45
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-071-11/+36
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-062-2/+9
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-13/+10
* Fixing what I hope are the last batch of problems caused by the addition of t...luke2006-09-271-0/+6
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-221-4/+4
* As requested by Christian Warden, triggering an object now results inluke2006-09-222-6/+27
* Switching Autoload#loadall from using "load" to using "require", so it will n...luke2006-09-211-3/+0
* Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail)luke2006-09-201-5/+18
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-1915-121/+16
* Trying to fix a bug where files other than site.pp do not get noticed for rep...luke2006-09-191-4/+33
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-062-5/+4
* Adding an "ignoretags" attribute to transaction, and setting it for downloadi...luke2006-09-051-4/+0
* Finishing changes to support titles instead of two types of names. This is b...luke2006-08-171-1/+1