summaryrefslogtreecommitdiffstats
path: root/test/other
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-142-0/+276
* Fixing #77. As I feared, this was a pretty complicated fix; I had to add a l...luke2006-07-211-0/+110
* Adding timeout functionality to the ParsedFile class, in preparation to addin...luke2006-07-212-1/+31
* Adding tests for previous config bugfixes, and updating changelogluke2006-07-111-0/+48
* Redoing reporting a bit, so that reports are now defined as methods. If they...luke2006-07-041-3/+7
* fixing some smallish bugs in preparation for 0.18.2luke2006-07-042-2/+6
* Significantly redoing metrics. There are now no class variables for metrics,...luke2006-06-302-20/+56
* committing tests for previous changesluke2006-06-303-4/+81
* Adding report collection to both statechange and transaction.luke2006-06-291-0/+29
* Largely refactored how log destinations are handled, although it is not expos...luke2006-06-272-30/+42
* fixing transaction tests to just warn when the user is not in more than one g...luke2006-06-141-0/+9
* Fixing #169. Tags are ignored during config.luke2006-06-131-0/+21
* A round of bug-fixing in preparation for the next release.luke2006-06-131-0/+22
* Fixing #167. Started with the submitted patch and made a few more modificati...luke2006-06-081-0/+31
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-181-0/+93
* making a test to verify that the functionality womble is looking for now worksluke2006-05-051-0/+29
* Making trigger logs much clearer -- you now get info logs indicating how many...luke2006-05-051-0/+27
* Changing how events work. Events are now responded to inline, while an objec...luke2006-05-052-9/+64
* fixing test to know that i skipped alertsluke2006-04-191-1/+1
* Fixin #102. The syslog name is now either the name if the process (if that n...luke2006-04-191-0/+1
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-10/+4