summaryrefslogtreecommitdiff
path: root/test/client
AgeCommit message (Expand)AuthorFilesLines
2006-10-09Fixing the problem reported by Adnet Ghislain where facts do not load on late...luke1-2/+17
2006-09-21Fixing #283, opened by luke.luke1-0/+30
2006-09-19Converting to using the Rakefile for testing. The old 'test' script isluke3-29/+8
2006-09-05Adding the Daemon module back into the Client class, which fixes #247.luke1-0/+21
2006-09-05Adding the ability to download facts from the central server. This allows fa...luke1-9/+73
2006-08-20Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke1-2/+2
2006-07-05Accepting the patch from #190.luke1-6/+2
2006-07-03Some updates resulting from trying to track down a segfault introduced when I...luke1-0/+4
2006-06-28Cleaning up plugin handling a bit -- they can now be colon-separated paths, a...luke1-1/+8
2006-06-20Adding plugins and plugin management. The Master Client will now automatical...luke1-0/+64
2006-06-13Correcting puppetrun docs and fixing a test so it works with older versions o...luke1-1/+1
2006-06-08Fixing #154. Basically just accepted the patch that fixes master.rb and adde...luke1-0/+18
2006-05-02Fixing #132, which involved creating a separate CA client and using it to ret...luke1-1/+1
2006-04-28Adding in all of the patches necessary to make a prototype rails interface to...luke1-0/+99
2006-04-11Adding locking to the master client, so that only one copy of puppetd will be...luke1-0/+32
2006-04-11Adding the puppet client version to the fact list as "clientversion"luke1-2/+16
2006-04-04Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te...luke2-3/+6
2006-04-04Fixing the class file to actually store class names, not object ids. Also ad...luke1-0/+32
2006-04-02Added a test for Type#remove, and fixed the method so it actually works. I wa...luke1-17/+5
2006-03-02Fixing tests so they do not chmod /dev/null to 640 (stupid tests).luke1-68/+0
2006-03-02Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke1-3/+21
2006-02-14Adding --enable/--disable locking for puppetd. You can now disable puppetd f...luke1-0/+72
2006-01-23Committing most of the scheduling stuff. There is still a bit of work to do ...luke1-2/+2
2005-11-24removing any direct references to /tmp in testsluke1-1/+1
2005-10-22Getting rid of the tc_ prefix to test casesluke1-0/+0
2005-10-03switching test classes back to modules -- making them classes causes too many...luke1-1/+2
2005-09-22Okay, all tests pass again. The work done on nodes will take a little while ...luke1-1/+1
2005-09-15adding extra checks to make sure networking is secure, and refactoring a heck...luke1-52/+87
2005-08-29I did not have good puppetd tests, so I missed the fact that I was calling th...Luke Kanies1-2/+20
2005-08-23Have done a significant reorganization of how clients work, also, along with ...Luke Kanies1-3/+5
2005-08-16all tests pass except a certificate test i do not know how to fixLuke Kanies1-11/+43
2005-08-12all tests pass except those related to puppetd; i am going to significantly r...Luke Kanies1-4/+4
2005-08-09done a lot of work on certificates; all tests except one puppetca test passLuke Kanies1-25/+98
2005-07-24making changes necessary to pass tests on all available platformsLuke Kanies1-14/+23
2005-06-27renaming blink to puppetLuke Kanies1-7/+7
2005-05-29i now have basic events: you can only specify simple object types as requirem...Luke Kanies1-1/+1
2005-05-21we now have networkingLuke Kanies1-2/+2
2005-04-22dealing with having moved the examples to the language areaLuke Kanies1-1/+1
2005-04-15fixing most of the function call stuffLuke Kanies1-0/+3
2005-04-13okay, all tests pass againLuke Kanies1-1/+5
2005-04-13adding client stuff to the library treeLuke Kanies1-0/+26