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