| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixing puppet test task for older ruby versions | luke | 2007-01-05 | 1 | -3/+6 |
| * | Fixing rake test so it works with the new puppet loader | luke | 2007-01-05 | 1 | -1/+1 |
| * | Messing around a bit with how tests work | luke | 2007-01-05 | 2 | -0/+26 |
| * | Enabling debugging except when running under rake. | luke | 2007-01-01 | 1 | -1/+2 |
| * | Add system library directories directly in puppettest.rb, so you don't have t... | mpalmer | 2006-12-31 | 1 | -1/+6 |
| * | A couple of small bug fixes | luke | 2006-12-29 | 1 | -3/+4 |
| * | Looks like providers work again on Solaris. | luke | 2006-12-28 | 1 | -2/+0 |
| * | I have not yet finished testing, but most of the providers now successfully p... | luke | 2006-12-28 | 1 | -1/+3 |
| * | A couple of small bug-fixes | luke | 2006-12-28 | 2 | -9/+8 |
| * | Switching files to use a filebucket named "puppet" by default. Also, set up ... | luke | 2006-12-27 | 1 | -0/+3 |
| * | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 2 | -0/+37 |
| * | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 1 | -1/+1 |
| * | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 1 | -0/+3 |
| * | Go back to restype and remove STI classes, they were more trouble than they w... | shadoi | 2006-12-15 | 1 | -1/+1 |
| * | Some rails modifications | luke | 2006-12-15 | 1 | -1/+3 |
| * | Moving the mount provider tests into a subdir, and fixing the basedir calcula... | luke | 2006-12-14 | 1 | -15/+2 |
| * | New rails stuff redux. | shadoi | 2006-12-14 | 1 | -11/+21 |
| * | Reworking the package tests. Now providers are tested individually | luke | 2006-12-14 | 1 | -1/+1 |
| * | All tests should now pass, with the possible exception of some tests that mig... | luke | 2006-12-11 | 1 | -0/+1 |
| * | Most of the graphing work is now done. I have also added the generator work ... | luke | 2006-12-01 | 1 | -0/+37 |
| * | Intermediate commit -- I am ready to start pushing the graph stuff into the t... | luke | 2006-11-26 | 2 | -2/+44 |
| * | Temporarily reverting all of the recent rails work so that I can release 0.20.1 | luke | 2006-11-13 | 1 | -4/+6 |
| * | Ports are still broken, but I need to work on something else while I am think... | luke | 2006-11-13 | 1 | -16/+21 |
| * | Mounts work again, at least with the parsedfile provider. I still need to cr... | luke | 2006-11-12 | 1 | -16/+14 |
| * | Rails stuff part 1 | shadoi | 2006-11-09 | 1 | -6/+4 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 3 | -12/+74 |
| * | Doing some work on the DSL. It behaves a little more like the real language ... | luke | 2006-10-18 | 1 | -2/+2 |
| * | Another round of bug-fixes in preparation for 0.20.0 | luke | 2006-10-18 | 2 | -1/+14 |
| * | sshkey now uses a provider | luke | 2006-10-17 | 1 | -1/+1 |
| * | Ported mount over to using providers | luke | 2006-10-17 | 2 | -3/+40 |
| * | Working on migrating the parsedtypes to using providers for the parsing aspec... | luke | 2006-10-17 | 2 | -0/+39 |
| * | First batch of fixes from running tests. | luke | 2006-10-17 | 2 | -2/+3 |
| * | Fixing the test scripts so that the library path | luke | 2006-10-16 | 1 | -3/+4 |
| * | Making all test suites executable, adding some tests for handling changing fi... | luke | 2006-10-16 | 1 | -0/+0 |
| * | Fixing the problem reported by Adnet Ghislain where facts do not load on late... | luke | 2006-10-09 | 1 | -0/+2 |
| * | Refactoring reporting. Reports are now modules instead of simple methods. | luke | 2006-10-07 | 1 | -0/+18 |
| * | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 2 | -1/+9 |
| * | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 5 | -78/+206 |
| * | Fixing what I hope are the last batch of problems caused by the addition of t... | luke | 2006-09-27 | 1 | -0/+4 |
| * | Fixing SUIDManager#asuser so that it only resets egid and euid if they were c... | luke | 2006-09-26 | 1 | -0/+1 |
| * | + New assertion: assert_uid_gid will check that the UID and GID have been cha... | erikh | 2006-09-22 | 2 | -2/+30 |
| * | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 2 | -4/+4 |
| * | Adding an Autoload instance to Type.rb so that I can load all known types for... | luke | 2006-09-21 | 1 | -1/+9 |
| * | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 10 | -28/+102 |
| * | Reworking test/lib structure a bit, and renaming all of the files so that the... | luke | 2006-09-19 | 15 | -856/+859 |
| * | Small modification so i can make more changes | luke | 2006-09-19 | 2 | -1277/+2 |
| * | updating changes from the trunk | luke | 2006-09-19 | 2 | -3/+50 |
| * | Merged test framework into trunk - still not ready until tests are converted ... | erikh | 2006-09-15 | 11 | -0/+2511 |