| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix silly regexp mistake where lines with values containing '=' were parsed i... | lutter | 2006-11-10 | 1 | -2/+2 |
| * | Mostly small changes toward 0.20.1 | luke | 2006-11-10 | 1 | -3/+0 |
| * | Fixing #324. Mkusers was not specifically ignoring the root user, and it is ... | luke | 2006-11-09 | 1 | -0/+42 |
| * | Fixing rrdgraph report (as marked in #334); also, expanding the docs on all o... | luke | 2006-11-09 | 1 | -1/+17 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 3 | -9/+63 |
| * | Another round of bugfixing, including finding out that the tagmail report was... | luke | 2006-10-18 | 1 | -1/+3 |
| * | A round of bug-fixing on OS X | luke | 2006-10-18 | 1 | -1/+4 |
| * | Doing some work on the DSL. It behaves a little more like the real language ... | luke | 2006-10-18 | 1 | -0/+216 |
| * | Adding prefetch of providers to transactions. Nothing is using it yet. I wr... | luke | 2006-10-18 | 1 | -0/+38 |
| * | First batch of fixes from running tests. | luke | 2006-10-17 | 2 | -10/+12 |
| * | Fixing the test scripts so that the library path | luke | 2006-10-16 | 15 | -15/+45 |
| * | Adding a ruby header to all of the tests so that they can now be executed as ... | luke | 2006-10-16 | 13 | -1/+25 |
| * | Making all test suites executable, adding some tests for handling changing fi... | luke | 2006-10-16 | 6 | -0/+0 |
| * | Moving all of the configuration parameters out of puppet.rb into puppet/confi... | luke | 2006-10-16 | 1 | -0/+15 |
| * | Adding the ability to have hooks for configuration parameters. This will sim... | luke | 2006-10-16 | 1 | -1/+55 |
| * | Fixing #305 -- logs now reopen when Puppet restarts, and there is also now an... | luke | 2006-10-09 | 1 | -0/+45 |
| * | Refactoring reporting. Reports are now modules instead of simple methods. | luke | 2006-10-07 | 1 | -11/+36 |
| * | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 2 | -2/+9 |
| * | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -13/+10 |
| * | Fixing what I hope are the last batch of problems caused by the addition of t... | luke | 2006-09-27 | 1 | -0/+6 |
| * | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 1 | -4/+4 |
| * | As requested by Christian Warden, triggering an object now results in | luke | 2006-09-22 | 2 | -6/+27 |
| * | Switching Autoload#loadall from using "load" to using "require", so it will n... | luke | 2006-09-21 | 1 | -3/+0 |
| * | Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail) | luke | 2006-09-20 | 1 | -5/+18 |
| * | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 15 | -121/+16 |
| * | Trying to fix a bug where files other than site.pp do not get noticed for rep... | luke | 2006-09-19 | 1 | -4/+33 |
| * | Adding aptitude support, including a new util::package module that provides a... | luke | 2006-09-06 | 2 | -5/+4 |
| * | Adding an "ignoretags" attribute to transaction, and setting it for downloadi... | luke | 2006-09-05 | 1 | -4/+0 |
| * | Finishing changes to support titles instead of two types of names. This is b... | luke | 2006-08-17 | 1 | -1/+1 |
| * | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 2006-08-14 | 2 | -0/+276 |
| * | Fixing #77. As I feared, this was a pretty complicated fix; I had to add a l... | luke | 2006-07-21 | 1 | -0/+110 |
| * | Adding timeout functionality to the ParsedFile class, in preparation to addin... | luke | 2006-07-21 | 2 | -1/+31 |
| * | Adding tests for previous config bugfixes, and updating changelog | luke | 2006-07-11 | 1 | -0/+48 |
| * | Redoing reporting a bit, so that reports are now defined as methods. If they... | luke | 2006-07-04 | 1 | -3/+7 |
| * | fixing some smallish bugs in preparation for 0.18.2 | luke | 2006-07-04 | 2 | -2/+6 |
| * | Significantly redoing metrics. There are now no class variables for metrics,... | luke | 2006-06-30 | 2 | -20/+56 |
| * | committing tests for previous changes | luke | 2006-06-30 | 3 | -4/+81 |
| * | Adding report collection to both statechange and transaction. | luke | 2006-06-29 | 1 | -0/+29 |
| * | Largely refactored how log destinations are handled, although it is not expos... | luke | 2006-06-27 | 2 | -30/+42 |
| * | fixing transaction tests to just warn when the user is not in more than one g... | luke | 2006-06-14 | 1 | -0/+9 |
| * | Fixing #169. Tags are ignored during config. | luke | 2006-06-13 | 1 | -0/+21 |
| * | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 1 | -0/+22 |
| * | Fixing #167. Started with the submitted patch and made a few more modificati... | luke | 2006-06-08 | 1 | -0/+31 |
| * | Adding a lot of structure to puppet.rb to make it easier to manage multiple o... | luke | 2006-05-18 | 1 | -0/+93 |
| * | making a test to verify that the functionality womble is looking for now works | luke | 2006-05-05 | 1 | -0/+29 |
| * | Making trigger logs much clearer -- you now get info logs indicating how many... | luke | 2006-05-05 | 1 | -0/+27 |
| * | Changing how events work. Events are now responded to inline, while an objec... | luke | 2006-05-05 | 2 | -9/+64 |
| * | fixing test to know that i skipped alerts | luke | 2006-04-19 | 1 | -1/+1 |
| * | Fixin #102. The syslog name is now either the name if the process (if that n... | luke | 2006-04-19 | 1 | -0/+1 |
| * | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 2006-04-17 | 1 | -10/+4 |