| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | It is just a snippet test, and thus a functional test but not a coverage test... | luke | 2006-05-09 | 1 | -0/+6 |
| * | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 2 | -22/+34 |
| * | 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 | 3 | -10/+67 |
| * | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 2006-05-03 | 3 | -0/+120 |
| * | Fixing some naming problems with crons, and adding appropriate tests | luke | 2006-05-03 | 1 | -9/+26 |
| * | Allowing dashes in class names, although grammar rules restrict it from worki... | luke | 2006-05-02 | 1 | -2/+2 |
| * | Fixing #132, which involved creating a separate CA client and using it to ret... | luke | 2006-05-02 | 1 | -1/+1 |
| * | Bug fixes from OS X for 0.16.3 | luke | 2006-05-01 | 2 | -1/+2 |
| * | Hopefully final bug fixes in preparation for 0.16.3 | luke | 2006-04-30 | 2 | -1/+15 |
| * | Added some code that could be used later to make sure the user and mode are a... | luke | 2006-04-30 | 1 | -0/+14 |
| * | Puppetd now has an option for listening -- just run the --listen option, and ... | luke | 2006-04-28 | 1 | -1/+1 |
| * | Making file copying significantly faster -- i found an extra call to "describ... | luke | 2006-04-28 | 1 | -1/+1 |
| * | Fixing #128. md5lite was being used instead of full md5. At this point, md5... | luke | 2006-04-28 | 1 | -0/+26 |
| * | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2006-04-28 | 2 | -2/+101 |
| * | Trying to track down the bugs reported this morning, so I added some more tes... | luke | 2006-04-27 | 3 | -89/+77 |
| * | updating changelog for 0.16.1 and 0.16.2 | luke | 2006-04-26 | 1 | -1/+1 |
| * | adding "clean" mode to puppetca | luke | 2006-04-26 | 1 | -0/+7 |
| * | This should have been in 0.16.1. Moving the "setclass" statements around so ... | luke | 2006-04-26 | 1 | -1/+1 |
| * | Adding "defined" functino to puppet, so you can now test whether a given clas... | luke | 2006-04-26 | 1 | -0/+37 |
| * | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 4 | -0/+142 |
| * | Modifying non-existent-package test to make sure syncing fails, and modified ... | luke | 2006-04-22 | 1 | -1/+9 |
| * | Final commit before 0.16.0 | luke | 2006-04-21 | 4 | -4/+158 |
| * | making corrections to pass tests on freebsd | luke | 2006-04-21 | 1 | -0/+3 |
| * | Go some work started on developing authorization, but I have made little prog... | luke | 2006-04-21 | 1 | -4/+4 |
| * | pelement listing now works | luke | 2006-04-20 | 1 | -24/+43 |
| * | Added a list class method to just about all types, and it seems to actually w... | luke | 2006-04-20 | 2 | -15/+123 |
| * | Adding a "list" class method to most types, and using it in the tests for the... | luke | 2006-04-20 | 2 | -0/+67 |
| * | A simple first version of an object (called "pelement") server is now in plac... | luke | 2006-04-20 | 1 | -0/+81 |
| * | Adding freebsd ports support | luke | 2006-04-20 | 1 | -0/+6 |
| * | 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 | 7 | -53/+71 |
| * | Fixing puppetca so it does not call chuser; instead, it is configured to crea... | luke | 2006-04-12 | 1 | -1/+10 |
| * | Adding locking to the master client, so that only one copy of puppetd will be... | luke | 2006-04-11 | 1 | -0/+32 |
| * | Changing "set" to "tag" | luke | 2006-04-11 | 2 | -7/+7 |
| * | Adding the host name as a tag (stripped of the domain name) | luke | 2006-04-11 | 2 | -6/+32 |
| * | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 2006-04-11 | 1 | -0/+17 |
| * | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 3 | -0/+62 |
| * | Adding a few informative facts on the server side: serverversion, servername,... | luke | 2006-04-11 | 1 | -0/+23 |
| * | Adding the puppet client version to the fact list as "clientversion" | luke | 2006-04-11 | 1 | -2/+16 |
| * | Adding a "tag" metaparam | luke | 2006-04-11 | 1 | -0/+33 |
| * | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 2 | -0/+29 |
| * | Fixing #117. If only one value was provided, then it was not placed in an arr... | luke | 2006-04-10 | 1 | -0/+14 |
| * | Revamp the yumrepo type to deal with repositories defined anywhere in yum's | lutter | 2006-04-07 | 2 | -20/+167 |
| * | Committing an important fix to mounts; since i am sure no one has downloaded ... | luke | 2006-04-06 | 1 | -0/+9 |
| * | Okay, last one, hopefully. Modifying checks to support arrays. | luke | 2006-04-05 | 1 | -0/+41 |
| * | And, one more time. My test for the last bug did not actually retrieve, so i... | luke | 2006-04-05 | 1 | -0/+1 |
| * | Fixing checks so that they can run even if the set cwd does not exist | luke | 2006-04-05 | 1 | -0/+5 |