summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixing checksum generation -- i was causing some weird bugs by using the same...Luke Kanies2005-08-231-15/+39
* Created a Handler base class for all of the server handlers, which allows a l...Luke Kanies2005-08-231-0/+50
* splitting normal file tests and source tests into different filesLuke Kanies2005-08-232-232/+302
* moving all server handlers into a specific server subdirectoryLuke Kanies2005-08-238-102/+34
* Moving all files into a consolidated trunk. All tests pass except the known-...Luke Kanies2005-08-2317-24/+2635
* adding test to verify require does not kick off an eventLuke Kanies2005-08-181-2/+31
* Execution order is now based on dependency relationships, and those relations...Luke Kanies2005-08-188-9/+205
* fixing test base classLuke Kanies2005-08-171-0/+1
* trying to create a testing base classLuke Kanies2005-08-171-0/+20