Age | Commit message (Expand) | Author | Files | Lines |
2006-05-15 | adding a test to make sure that defaults get taken up by components | luke | 2 | -1/+56 |
2006-05-15 | only performing collection tests if activerecord is available | luke | 3 | -0/+12 |
2006-05-15 | I believe I have finalized export/collection support. I still want to go thr... | luke | 1 | -5/+15 |
2006-05-14 | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 5 | -20/+90 |
2006-05-13 | I appear to have object collection working, incredibly. This commit does the... | luke | 4 | -4/+97 |
2006-05-13 | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 7 | -41/+278 |
2006-05-13 | Adding initial rails support. One can now store host configurations using Ac... | luke | 3 | -1/+112 |
2006-05-13 | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2 | -7/+73 |
2006-05-12 | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 4 | -44/+118 |
2006-05-09 | It is just a snippet test, and thus a functional test but not a coverage test... | luke | 1 | -0/+6 |
2006-05-09 | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2 | -22/+34 |
2006-05-05 | making a test to verify that the functionality womble is looking for now works | luke | 1 | -0/+29 |
2006-05-05 | Making trigger logs much clearer -- you now get info logs indicating how many... | luke | 1 | -0/+27 |
2006-05-05 | Changing how events work. Events are now responded to inline, while an objec... | luke | 3 | -10/+67 |
2006-05-03 | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 3 | -0/+120 |
2006-05-03 | Fixing some naming problems with crons, and adding appropriate tests | luke | 1 | -9/+26 |
2006-05-02 | Allowing dashes in class names, although grammar rules restrict it from worki... | luke | 1 | -2/+2 |
2006-05-02 | Fixing #132, which involved creating a separate CA client and using it to ret... | luke | 1 | -1/+1 |
2006-05-01 | Bug fixes from OS X for 0.16.3 | luke | 2 | -1/+2 |
2006-04-30 | Hopefully final bug fixes in preparation for 0.16.3 | luke | 2 | -1/+15 |
2006-04-30 | Added some code that could be used later to make sure the user and mode are a... | luke | 1 | -0/+14 |
2006-04-28 | Puppetd now has an option for listening -- just run the --listen option, and ... | luke | 1 | -1/+1 |
2006-04-28 | Making file copying significantly faster -- i found an extra call to "describ... | luke | 1 | -1/+1 |
2006-04-28 | Fixing #128. md5lite was being used instead of full md5. At this point, md5... | luke | 1 | -0/+26 |
2006-04-28 | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2 | -2/+101 |
2006-04-27 | Trying to track down the bugs reported this morning, so I added some more tes... | luke | 3 | -89/+77 |
2006-04-26 | updating changelog for 0.16.1 and 0.16.2 | luke | 1 | -1/+1 |
2006-04-26 | adding "clean" mode to puppetca | luke | 1 | -0/+7 |
2006-04-26 | This should have been in 0.16.1. Moving the "setclass" statements around so ... | luke | 1 | -1/+1 |
2006-04-26 | Adding "defined" functino to puppet, so you can now test whether a given clas... | luke | 1 | -0/+37 |
2006-04-26 | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 4 | -0/+142 |
2006-04-22 | Modifying non-existent-package test to make sure syncing fails, and modified ... | luke | 1 | -1/+9 |
2006-04-21 | Final commit before 0.16.0 | luke | 4 | -4/+158 |
2006-04-21 | making corrections to pass tests on freebsd | luke | 1 | -0/+3 |
2006-04-21 | Go some work started on developing authorization, but I have made little prog... | luke | 1 | -4/+4 |
2006-04-20 | pelement listing now works | luke | 1 | -24/+43 |
2006-04-20 | Added a list class method to just about all types, and it seems to actually w... | luke | 2 | -15/+123 |
2006-04-20 | Adding a "list" class method to most types, and using it in the tests for the... | luke | 2 | -0/+67 |
2006-04-20 | A simple first version of an object (called "pelement") server is now in plac... | luke | 1 | -0/+81 |
2006-04-20 | Adding freebsd ports support | luke | 1 | -0/+6 |
2006-04-19 | fixing test to know that i skipped alerts | luke | 1 | -1/+1 |
2006-04-19 | Fixin #102. The syslog name is now either the name if the process (if that n... | luke | 1 | -0/+1 |
2006-04-17 | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 7 | -53/+71 |
2006-04-12 | Fixing puppetca so it does not call chuser; instead, it is configured to crea... | luke | 1 | -1/+10 |
2006-04-11 | Adding locking to the master client, so that only one copy of puppetd will be... | luke | 1 | -0/+32 |
2006-04-11 | Changing "set" to "tag" | luke | 2 | -7/+7 |
2006-04-11 | Adding the host name as a tag (stripped of the domain name) | luke | 2 | -6/+32 |
2006-04-11 | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 1 | -0/+17 |
2006-04-11 | Fixing the language side of #109. Added a "set" keyword. | luke | 3 | -0/+62 |
2006-04-11 | Adding a few informative facts on the server side: serverversion, servername,... | luke | 1 | -0/+23 |