| Commit message (Expand) | Author | Age | Files | Lines |
* | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 8 | -438/+527 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 10 | -514/+531 |
* | adding a few more fields to the host table | luke | 2006-05-13 | 1 | -0/+2 |
* | Adding initial rails support. One can now store host configurations using Ac... | luke | 2006-05-13 | 7 | -24/+277 |
* | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 6 | -23/+73 |
* | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 2 | -11/+22 |
* | removing some extraneous logging | luke | 2006-05-12 | 1 | -1/+0 |
* | Updating doc system to add the list of valid values to the doc string, and tw... | luke | 2006-05-10 | 6 | -17/+61 |
* | Slight modifications to package parsing on *bsd. It should be better about c... | luke | 2006-05-09 | 1 | -5/+6 |
* | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 5 | -150/+227 |
* | Making trigger logs much clearer -- you now get info logs indicating how many... | luke | 2006-05-05 | 2 | -8/+34 |
* | Changing how events work. Events are now responded to inline, while an objec... | luke | 2006-05-05 | 3 | -122/+167 |
* | Changing default for pattern to include the binary if it is included | luke | 2006-05-04 | 1 | -1/+5 |
* | Small bug fixes | luke | 2006-05-04 | 2 | -2/+3 |
* | Fixing the problem that lutter ran into; the issue seems to be that Facter co... | luke | 2006-05-04 | 1 | -2/+9 |
* | fixing log messages | luke | 2006-05-03 | 1 | -1/+0 |
* | fixing log messages | luke | 2006-05-03 | 1 | -3/+3 |
* | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 2006-05-03 | 5 | -44/+89 |
* | Fixing some naming problems with crons, and adding appropriate tests | luke | 2006-05-03 | 1 | -7/+12 |
* | Allowing dashes in class names, although grammar rules restrict it from worki... | luke | 2006-05-02 | 1 | -1/+1 |
* | Switching to just using "preserve" for file copying in file#handlebackups | luke | 2006-05-02 | 1 | -5/+3 |
* | Fixing #132, which involved creating a separate CA client and using it to ret... | luke | 2006-05-02 | 4 | -25/+29 |
* | Bug fixes from OS X for 0.16.3 | luke | 2006-05-01 | 5 | -5/+26 |
* | Hopefully final bug fixes in preparation for 0.16.3 | luke | 2006-04-30 | 1 | -1/+1 |
* | Fixing tests looking for pmap | luke | 2006-04-30 | 1 | -1/+1 |
* | Fixing TransObject#to_type so that it does not modify the object being converted | luke | 2006-04-30 | 1 | -15/+7 |
* | Changing test for service paths; only testing if it is a directory if it is p... | luke | 2006-04-30 | 1 | -5/+7 |
* | Added some code that could be used later to make sure the user and mode are a... | luke | 2006-04-30 | 1 | -2/+2 |
* | Adding a check to make sure the mode is copied over. | luke | 2006-04-30 | 1 | -1/+9 |
* | Fixing the docs a bit for the executables, adding a --daemonize option to pup... | luke | 2006-04-30 | 2 | -14/+25 |
* | Puppetd now has an option for listening -- just run the --listen option, and ... | luke | 2006-04-28 | 4 | -4/+9 |
* | Making file copying significantly faster -- i found an extra call to "describ... | luke | 2006-04-28 | 3 | -19/+43 |
* | Fixing #128. md5lite was being used instead of full md5. At this point, md5... | luke | 2006-04-28 | 3 | -7/+10 |
* | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2006-04-28 | 15 | -87/+231 |
* | Trying to track down the bugs reported this morning, so I added some more tes... | luke | 2006-04-27 | 4 | -15/+20 |
* | adding "clean" mode to puppetca | luke | 2006-04-26 | 1 | -0/+20 |
* | This should have been in 0.16.1. Moving the "setclass" statements around so ... | luke | 2006-04-26 | 3 | -12/+17 |
* | Adding sum type to the retrieved sum if it is not already there. This provid... | luke | 2006-04-26 | 1 | -1/+6 |
* | removing unnecessary debugging | luke | 2006-04-26 | 1 | -1/+0 |
* | Adding "defined" functino to puppet, so you can now test whether a given clas... | luke | 2006-04-26 | 1 | -0/+14 |
* | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 8 | -497/+640 |
* | Modifying non-existent-package test to make sure syncing fails, and modified ... | luke | 2006-04-22 | 1 | -1/+6 |
* | Final commit before 0.16.0 | luke | 2006-04-21 | 11 | -33/+277 |
* | making corrections to pass tests on freebsd | luke | 2006-04-21 | 4 | -23/+47 |
* | Go some work started on developing authorization, but I have made little prog... | luke | 2006-04-21 | 3 | -18/+98 |
* | pelement listing now works | luke | 2006-04-20 | 2 | -3/+17 |
* | Added a list class method to just about all types, and it seems to actually w... | luke | 2006-04-20 | 19 | -91/+297 |
* | Adding a "list" class method to most types, and using it in the tests for the... | luke | 2006-04-20 | 12 | -25/+129 |
* | A simple first version of an object (called "pelement") server is now in plac... | luke | 2006-04-20 | 8 | -93/+297 |
* | Actually adding the ports file that provides freebsd port support | luke | 2006-04-20 | 1 | -0/+96 |