summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-303-114/+239
* Fixed merging of state values, but I have not yet solved merging of parameter...luke2005-10-293-36/+62
* Protecting from bug in Syslog, and fixing some more log messagesluke2005-10-292-3/+25
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-285-31/+229
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-267-24/+43
* adding tags and path accessorsluke2005-10-261-1/+20
* Further small bug fixes towards running puppet on my networkluke2005-10-252-0/+42
* fixing sources so that they always have a corresponding checksum stateluke2005-10-232-2/+38
* files and directories are now created as the correct user and group if they a...luke2005-10-233-4/+34
* The Puppet::Util.asuser function now works; had to slightly modify user.rb to...luke2005-10-236-19/+235
* fixing certmgr testsluke2005-10-221-12/+4
* Getting rid of the tc_ prefix to test casesluke2005-10-2247-11/+3
* general cleanup, as i move towards running it locallyluke2005-10-221-4/+1
* fixing path to facterluke2005-10-211-1/+1
* Apt-cache was showing more information that I thought, so I had to redo how I...luke2005-10-211-29/+35
* Made tweaks here and there to get it running better on my local network. I a...luke2005-10-217-21/+60
* "latest" is now a valid value for packages, and yum support is also includedluke2005-10-201-18/+61
* making service changes; it is still basically non-functional except in the de...luke2005-10-135-20/+29
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-101-1/+1
* adding tag support to scopes and the transportable classluke2005-10-043-15/+94
* switching test classes back to modules -- making them classes causes too many...luke2005-10-0339-44/+86
* Switched @should to an array, so all objects can now handle that. I have not...luke2005-10-028-42/+33
* added overrides abilityluke2005-10-011-0/+114
* switching all relationships to be centrally maintained and to use symbolic re...luke2005-10-018-96/+183
* Okay, services are now managed, um, entirely differently. I have the beginni...luke2005-09-281-21/+14
* Rearranging the packaging support a bit -- it is now more clear and significa...luke2005-09-242-70/+39
* Many, many changes toward a completely functional system. The only current p...luke2005-09-236-10/+321
* Hoping this will get rid of the directory being printedshafer2005-09-231-12/+102
* Nodes now support inheritance, for better or for worse.luke2005-09-232-4/+62
* The new "include" syntax works now.luke2005-09-222-17/+66
* Okay, all tests pass again. The work done on nodes will take a little while ...luke2005-09-226-8/+23
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-212-93/+205
* adding a ParsedFile class to handle figuring out whether a file has changedluke2005-09-211-0/+30
* converting tc_relationships.rb to the test base classluke2005-09-211-14/+6
* Okay, significant change -- classes no longer accept arguments (which makes t...luke2005-09-215-28/+366
* adding some new language testsluke2005-09-191-0/+10
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-171-0/+10
* Users and groups now work on OS X. I had to make some key changes to how tra...luke2005-09-171-17/+40
* fixing users on normal machinesluke2005-09-171-3/+3
* Users and groups now nearly work on normal machines and on os x, and I think ...luke2005-09-172-109/+119
* all tests for users and groups pass again on fedora, debian, and solarisluke2005-09-161-0/+1
* 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