summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Cron is now fully functional and tested on 3 platforms. In order to make it ...luke2005-09-164-56/+160
* cron is working, but i want to write quite a few more test casesluke2005-09-161-6/+125
* making "Type.new" private, and switching to "Type.create", so that i can merg...luke2005-09-1623-135/+113
* switching FileTesting to a class, and modifying test suites as appropriateluke2005-09-169-308/+253
* adding extra checks to make sure networking is secure, and refactoring a heck...luke2005-09-1513-865/+638
* cleaning up tests a bit; mostly just making sure tests clean up after themsel...luke2005-09-155-18/+16
* debugged ignore in fileserver, added tests to ignore tc and fixed server.list...shafer2005-09-154-37/+114
* fixing some testsluke2005-09-153-34/+6
* moving some testing and debugging aroundluke2005-09-151-22/+1
* fixing non-netinfo groupluke2005-09-151-2/+8
* modifications to eliminate code duplication in state creation, mostly to supp...luke2005-09-153-25/+28
* switching groups back to having namevar be a parameter instead of a stateluke2005-09-151-14/+10
* adding cron stuff; it does not work at all yetluke2005-09-141-0/+17
* adding globbing to importluke2005-09-141-1/+1
* removed comp.sync and replaced system mkdir -pshafer2005-09-141-7/+10
* added test case for ignoreshafer2005-09-131-0/+140
* tracked down some sticky bugs related to having false values and empty string...luke2005-09-132-0/+29
* fixing error handling so that failed objects are completely destroyed; they w...luke2005-09-132-161/+61
* fixing component flattening and sorting; it was not working for cases where o...luke2005-09-131-3/+102
* adding snippet test to verify correct behaviour with missing exec path; also,...luke2005-09-132-17/+29
* fixing groups again after getting them to work with netinfoluke2005-09-091-7/+13
* group management now works on os x, although it is six shades of really nasty...luke2005-09-081-15/+151
* adding debug setting to the top-level test classluke2005-09-081-1/+6
* making states capable of being the namevarluke2005-09-071-14/+26
* all tests now pass on solaris 10x86; i had to do some stupid hacking with bas...luke2005-09-075-6/+52
* adding a break if randomization takes too longluke2005-09-071-0/+6
* finishing up user and group support for nowluke2005-09-073-75/+329
* adding scopetestluke2005-09-071-0/+8
* adding user and group classes (although user class is not yet functional), an...luke2005-09-072-0/+197
* adding simple newcomp() method to base test classluke2005-09-071-0/+9
* adding all of the work necessary for tidyingluke2005-09-062-4/+58
* removing DEFAULTPORT stuffluke2005-09-061-4/+4
* committing initial tidy stuff, so i can move to the laptopluke2005-09-021-0/+78
* defining $name in each component scope, and adding test caseluke2005-09-021-1/+10
* adding file reread to master, although it is plenty hackishluke2005-08-301-0/+52
* fileserver config file now reloads when it is more than 60 seconds out of dateluke2005-08-301-0/+64
* correcting documentation on autosign in puppetmasterd, and switching the auto...luke2005-08-301-4/+1
* adding a "--noop" option along with a test case for itluke2005-08-291-7/+21
* changing default hostname to "puppet", and adding --parseonly option along wi...luke2005-08-291-2/+20
* fixing puppet to use correct method and adding a real test case for itluke2005-08-291-0/+27
* As Christian requested, I am no longer downcasing facts I receive from Facter...Luke Kanies2005-08-291-1/+1
* I did not have good puppetd tests, so I missed the fact that I was calling th...Luke Kanies2005-08-292-17/+51
* This should be the commit that brings us to Beta 1. All tests pass, although...Luke Kanies2005-08-289-33/+146
* Adding authorization store, initially just used for file serving but eventual...Luke Kanies2005-08-281-0/+185
* adding config file parsingLuke Kanies2005-08-271-22/+102
* making array-as-name work in the language, and adding some more test snippetsLuke Kanies2005-08-252-3/+66
* Certificates now verify!Luke Kanies2005-08-241-4/+5
* replacing if statements with case statement, and adding defaults for both sel...Luke Kanies2005-08-244-9/+38
* remote filecopying now worksLuke Kanies2005-08-232-41/+134
* Have done a significant reorganization of how clients work, also, along with ...Luke Kanies2005-08-2313-99/+138