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