| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Config files now seem to work, so I am ready to start incorporating them. | luke | 2006-02-07 | 1 | -1/+0 |
| * | Committing most of the scheduling stuff. There is still a bit of work to do ... | luke | 2006-01-23 | 1 | -1/+5 |
| * | Adding an "ensure" state where appropriate, and significantly reworking the b... | luke | 2006-01-17 | 1 | -1/+1 |
| * | Added "ensure" state to some classes, and added infrastructure for it to work... | luke | 2006-01-16 | 1 | -0/+1 |
| * | Adding another host to the test lists, adding some test data, and modifying h... | luke | 2006-01-14 | 1 | -1/+19 |
| * | Added "finish" method, using it in Type.finalize, and moved autorequire and s... | luke | 2006-01-13 | 1 | -1/+8 |
| * | Converting transport format to YAML instead of Marshal, and caching the file ... | luke | 2006-01-12 | 1 | -15/+15 |
| * | Services now work at least somewhat on solaris 10, and service testing is pre... | luke | 2006-01-12 | 1 | -0/+1 |
| * | Adding autorequire to files, and added the cwd to the list of files to be req... | luke | 2006-01-12 | 1 | -1/+1 |
| * | Adding Sun support and fixing the last remaining bugs related to the daemon c... | luke | 2006-01-11 | 1 | -2/+8 |
| * | Adding some consistencies to the executable tests. All exe tests now pass on... | luke | 2006-01-10 | 1 | -6/+32 |
| * | Merging changes from the head of the rework1 branch, r 784 | luke | 2006-01-08 | 1 | -10/+55 |
| * | Undoing the merge that happened in 785 | luke | 2006-01-07 | 1 | -55/+9 |
| * | Merging in refactoring from version 774 into version 784 | luke | 2006-01-07 | 1 | -9/+55 |
| * | converting storage from Marshal to YAML | luke | 2006-01-03 | 1 | -0/+1 |
| * | fixing tests to work from any CWD | luke | 2005-11-22 | 1 | -6/+16 |
| * | fixing incredibly annoying bug where os x returns stupidly large uid when uid... | luke | 2005-11-22 | 1 | -2/+2 |
| * | updates from os x | luke | 2005-11-22 | 1 | -1/+1 |
| * | updates | luke | 2005-11-22 | 1 | -0/+2 |
| * | fixing filesources so that the first found file is copied, and adding a test ... | luke | 2005-11-16 | 1 | -0/+4 |
| * | Lots of refactoring, and added the capture_stderr method | luke | 2005-11-16 | 1 | -2/+9 |
| * | Further progress towards the next release. Lots of small bugs fixed, the pat... | luke | 2005-11-01 | 1 | -1/+23 |
| * | Cleaning up tests resulting from the changes to the parser | luke | 2005-10-30 | 1 | -2/+3 |
| * | The language now verifies some resemblance to closurehood. I now only need t... | luke | 2005-10-30 | 1 | -0/+106 |
| * | Central logging now works, although there appear to be a few kinks to work out. | luke | 2005-10-28 | 1 | -9/+33 |
| * | Adding logging methods to all Puppet::Element instances, and converting all i... | luke | 2005-10-26 | 1 | -11/+13 |
| * | fixing sources so that they always have a corresponding checksum state | luke | 2005-10-23 | 1 | -2/+12 |
| * | files and directories are now created as the correct user and group if they a... | luke | 2005-10-23 | 1 | -1/+2 |
| * | The Puppet::Util.asuser function now works; had to slightly modify user.rb to... | luke | 2005-10-23 | 1 | -1/+17 |
| * | Getting rid of the tc_ prefix to test cases | luke | 2005-10-22 | 1 | -1/+1 |
| * | Made tweaks here and there to get it running better on my local network. I a... | luke | 2005-10-21 | 1 | -1/+9 |
| * | making service changes; it is still basically non-functional except in the de... | luke | 2005-10-13 | 1 | -3/+0 |
| * | adding tag support to scopes and the transportable class | luke | 2005-10-04 | 1 | -1/+1 |
| * | switching test classes back to modules -- making them classes causes too many... | luke | 2005-10-03 | 1 | -5/+8 |
| * | Switched @should to an array, so all objects can now handle that. I have not... | luke | 2005-10-02 | 1 | -2/+12 |
| * | Okay, all tests pass again. The work done on nodes will take a little while ... | luke | 2005-09-22 | 1 | -0/+2 |
| * | making "Type.new" private, and switching to "Type.create", so that i can merg... | luke | 2005-09-16 | 1 | -1/+1 |
| * | switching FileTesting to a class, and modifying test suites as appropriate | luke | 2005-09-16 | 1 | -252/+240 |
| * | adding extra checks to make sure networking is secure, and refactoring a heck... | luke | 2005-09-15 | 1 | -12/+185 |
| * | cleaning up tests a bit; mostly just making sure tests clean up after themsel... | luke | 2005-09-15 | 1 | -0/+5 |
| * | modifications to eliminate code duplication in state creation, mostly to supp... | luke | 2005-09-15 | 1 | -5/+8 |
| * | fixing error handling so that failed objects are completely destroyed; they w... | luke | 2005-09-13 | 1 | -1/+5 |
| * | adding debug setting to the top-level test class | luke | 2005-09-08 | 1 | -1/+6 |
| * | all tests now pass on solaris 10x86; i had to do some stupid hacking with bas... | luke | 2005-09-07 | 1 | -2/+13 |
| * | finishing up user and group support for now | luke | 2005-09-07 | 1 | -0/+34 |
| * | adding simple newcomp() method to base test class | luke | 2005-09-07 | 1 | -0/+9 |
| * | Execution order is now based on dependency relationships, and those relations... | Luke Kanies | 2005-08-18 | 1 | -2/+2 |
| * | fixing test base class | Luke Kanies | 2005-08-17 | 1 | -0/+1 |
| * | trying to create a testing base class | Luke Kanies | 2005-08-17 | 1 | -0/+20 |
| * | making changes necessary to pass tests on all available platforms | Luke Kanies | 2005-07-24 | 1 | -2/+2 |