| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Cron is now fully functional and tested on 3 platforms. In order to make it ... | luke | 2005-09-16 | 4 | -56/+160 |
| * | cron is working, but i want to write quite a few more test cases | luke | 2005-09-16 | 1 | -6/+125 |
| * | making "Type.new" private, and switching to "Type.create", so that i can merg... | luke | 2005-09-16 | 23 | -135/+113 |
| * | switching FileTesting to a class, and modifying test suites as appropriate | luke | 2005-09-16 | 9 | -308/+253 |
| * | adding extra checks to make sure networking is secure, and refactoring a heck... | luke | 2005-09-15 | 13 | -865/+638 |
| * | cleaning up tests a bit; mostly just making sure tests clean up after themsel... | luke | 2005-09-15 | 5 | -18/+16 |
| * | debugged ignore in fileserver, added tests to ignore tc and fixed server.list... | shafer | 2005-09-15 | 4 | -37/+114 |
| * | fixing some tests | luke | 2005-09-15 | 3 | -34/+6 |
| * | moving some testing and debugging around | luke | 2005-09-15 | 1 | -22/+1 |
| * | fixing non-netinfo group | luke | 2005-09-15 | 1 | -2/+8 |
| * | modifications to eliminate code duplication in state creation, mostly to supp... | luke | 2005-09-15 | 3 | -25/+28 |
| * | switching groups back to having namevar be a parameter instead of a state | luke | 2005-09-15 | 1 | -14/+10 |
| * | adding cron stuff; it does not work at all yet | luke | 2005-09-14 | 1 | -0/+17 |
| * | adding globbing to import | luke | 2005-09-14 | 1 | -1/+1 |
| * | removed comp.sync and replaced system mkdir -p | shafer | 2005-09-14 | 1 | -7/+10 |
| * | added test case for ignore | shafer | 2005-09-13 | 1 | -0/+140 |
| * | tracked down some sticky bugs related to having false values and empty string... | luke | 2005-09-13 | 2 | -0/+29 |
| * | fixing error handling so that failed objects are completely destroyed; they w... | luke | 2005-09-13 | 2 | -161/+61 |
| * | fixing component flattening and sorting; it was not working for cases where o... | luke | 2005-09-13 | 1 | -3/+102 |
| * | adding snippet test to verify correct behaviour with missing exec path; also,... | luke | 2005-09-13 | 2 | -17/+29 |
| * | fixing groups again after getting them to work with netinfo | luke | 2005-09-09 | 1 | -7/+13 |
| * | group management now works on os x, although it is six shades of really nasty... | luke | 2005-09-08 | 1 | -15/+151 |
| * | adding debug setting to the top-level test class | luke | 2005-09-08 | 1 | -1/+6 |
| * | making states capable of being the namevar | luke | 2005-09-07 | 1 | -14/+26 |
| * | all tests now pass on solaris 10x86; i had to do some stupid hacking with bas... | luke | 2005-09-07 | 5 | -6/+52 |
| * | adding a break if randomization takes too long | luke | 2005-09-07 | 1 | -0/+6 |
| * | finishing up user and group support for now | luke | 2005-09-07 | 3 | -75/+329 |
| * | adding scopetest | luke | 2005-09-07 | 1 | -0/+8 |
| * | adding user and group classes (although user class is not yet functional), an... | luke | 2005-09-07 | 2 | -0/+197 |
| * | adding simple newcomp() method to base test class | luke | 2005-09-07 | 1 | -0/+9 |
| * | adding all of the work necessary for tidying | luke | 2005-09-06 | 2 | -4/+58 |
| * | removing DEFAULTPORT stuff | luke | 2005-09-06 | 1 | -4/+4 |
| * | committing initial tidy stuff, so i can move to the laptop | luke | 2005-09-02 | 1 | -0/+78 |
| * | defining $name in each component scope, and adding test case | luke | 2005-09-02 | 1 | -1/+10 |
| * | adding file reread to master, although it is plenty hackish | luke | 2005-08-30 | 1 | -0/+52 |
| * | fileserver config file now reloads when it is more than 60 seconds out of date | luke | 2005-08-30 | 1 | -0/+64 |
| * | correcting documentation on autosign in puppetmasterd, and switching the auto... | luke | 2005-08-30 | 1 | -4/+1 |
| * | adding a "--noop" option along with a test case for it | luke | 2005-08-29 | 1 | -7/+21 |
| * | changing default hostname to "puppet", and adding --parseonly option along wi... | luke | 2005-08-29 | 1 | -2/+20 |
| * | fixing puppet to use correct method and adding a real test case for it | luke | 2005-08-29 | 1 | -0/+27 |
| * | As Christian requested, I am no longer downcasing facts I receive from Facter... | Luke Kanies | 2005-08-29 | 1 | -1/+1 |
| * | I did not have good puppetd tests, so I missed the fact that I was calling th... | Luke Kanies | 2005-08-29 | 2 | -17/+51 |
| * | This should be the commit that brings us to Beta 1. All tests pass, although... | Luke Kanies | 2005-08-28 | 9 | -33/+146 |
| * | Adding authorization store, initially just used for file serving but eventual... | Luke Kanies | 2005-08-28 | 1 | -0/+185 |
| * | adding config file parsing | Luke Kanies | 2005-08-27 | 1 | -22/+102 |
| * | making array-as-name work in the language, and adding some more test snippets | Luke Kanies | 2005-08-25 | 2 | -3/+66 |
| * | Certificates now verify! | Luke Kanies | 2005-08-24 | 1 | -4/+5 |
| * | replacing if statements with case statement, and adding defaults for both sel... | Luke Kanies | 2005-08-24 | 4 | -9/+38 |
| * | remote filecopying now works | Luke Kanies | 2005-08-23 | 2 | -41/+134 |
| * | Have done a significant reorganization of how clients work, also, along with ... | Luke Kanies | 2005-08-23 | 13 | -99/+138 |