| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Simplifying the splitpath method a bit, altho it is still strangely slow | luke | 2006-12-16 | 1 | -12/+4 |
| * | Simplifying the the Puppet::Type[] method | luke | 2006-12-16 | 1 | -7/+1 |
| * | Redoing the benchmarking a little bit | luke | 2006-12-16 | 1 | -1/+5 |
| * | Go back to restype and remove STI classes, they were more trouble than they w... | shadoi | 2006-12-15 | 6 | -28/+11 |
| * | Modifying rails test | luke | 2006-12-15 | 1 | -3/+14 |
| * | Changing some of the error output. This gets rid of the duplicated informati... | luke | 2006-12-15 | 2 | -8/+4 |
| * | Adding unit test for #364. It passes on OS X. | luke | 2006-12-15 | 1 | -0/+39 |
| * | Adding some selectability to host creation for testing. Using find_or_create... | luke | 2006-12-15 | 1 | -10/+40 |
| * | I like to checkin one-liners a lot. I'm cool. | shadoi | 2006-12-15 | 1 | -2/+1 |
| * | Don't use find_or_create_by_title since titles aren't unique. | shadoi | 2006-12-15 | 1 | -1/+1 |
| * | Remove old files, don't require pp anymore | shadoi | 2006-12-15 | 3 | -49/+0 |
| * | These are the same versions from changeset 1837 | shadoi | 2006-12-15 | 2 | -26/+33 |
| * | Some rails modifications | luke | 2006-12-15 | 5 | -71/+38 |
| * | Don't dump out debugging stuff. | shadoi | 2006-12-15 | 1 | -2/+0 |
| * | Don't symbolize the param names | shadoi | 2006-12-15 | 1 | -1/+1 |
| * | Rename some stuff I missed when it was reverted | shadoi | 2006-12-15 | 1 | -3/+4 |
| * | acts_as_taggable plugin | shadoi | 2006-12-14 | 5 | -0/+119 |
| * | Moving the mount provider tests into a subdir, and fixing the basedir calcula... | luke | 2006-12-14 | 3 | -16/+3 |
| * | New rails stuff redux. | shadoi | 2006-12-14 | 21 | -86/+316 |
| * | Small changes to the test rakefile. This rakefile still is not completely sa... | luke | 2006-12-14 | 1 | -2/+2 |
| * | Fix service.list, in particular for the redhat provider | lutter | 2006-12-14 | 2 | -5/+12 |
| * | Fixing painfully difficult to find bug in defining exported resources | luke | 2006-12-14 | 2 | -9/+16 |
| * | Reworking the package tests. Now providers are tested individually | luke | 2006-12-14 | 10 | -503/+323 |
| * | Rewriting the test rakefile so test directories can be more than one director... | luke | 2006-12-14 | 3 | -41/+56 |
| * | Fix up the filelist for gems, so that all of lib/puppet gets put into the gem... | mpalmer | 2006-12-13 | 1 | -1/+1 |
| * | Another round of bug fixing. Now everything passes except mounts, at least o... | luke | 2006-12-13 | 12 | -312/+39 |
| * | Fixing the next round of bugs, mostly little things but I had to modify trans... | luke | 2006-12-13 | 8 | -26/+65 |
| * | Never default to rpm provider; use up2date on RedHat. This also works on RHEL... | lutter | 2006-12-13 | 2 | -1/+1 |
| * | You can now use the "resources" type to purge resources. I still need to mod... | luke | 2006-12-13 | 4 | -10/+42 |
| * | adding a note about facter to the faq | luke | 2006-12-12 | 1 | -0/+6 |
| * | Change the filelist slightly so that the externally-included lib/rake doesn't... | mpalmer | 2006-12-12 | 1 | -1/+2 |
| * | Adding a metatype to manage resources of a specified type. For now, this met... | luke | 2006-12-12 | 7 | -10/+203 |
| * | Working some on the export/collect problem. It actually works now, but there... | luke | 2006-12-12 | 11 | -50/+133 |
| * | Adding a short note on variable interpolation | luke | 2006-12-12 | 1 | -0/+14 |
| * | Adding a bit of clarity about file locations | luke | 2006-12-12 | 2 | -68/+56 |
| * | Add a task to build Debian packages more-or-less 'directly' out of SVN. | mpalmer | 2006-12-12 | 1 | -0/+26 |
| * | Add external Rake task file as an svn:external, and modify the Rakefile to ad... | mpalmer | 2006-12-11 | 1 | -0/+2 |
| * | All tests should now pass, with the possible exception of some tests that mig... | luke | 2006-12-11 | 4 | -90/+42 |
| * | Almost all tests now pass. I have basically reached the point where I was be... | luke | 2006-12-11 | 10 | -29/+161 |
| * | Most tests now pass in the whole system, but there are still about 8 cases th... | luke | 2006-12-11 | 8 | -4/+67 |
| * | Removing the explicit load for most types in type.rb | luke | 2006-12-10 | 2 | -11/+4 |
| * | Removing the reference to the symlink type | luke | 2006-12-10 | 1 | -1/+0 |
| * | Most of the graph handling is now done, and all of the recursive types (basic... | luke | 2006-12-10 | 22 | -569/+395 |
| * | Removing the symlink type finally. | luke | 2006-12-10 | 2 | -306/+0 |
| * | Another intermediate commit. Most of the graphing work itself is now done, b... | luke | 2006-12-09 | 14 | -406/+1078 |
| * | adding note about --no-client | luke | 2006-12-06 | 1 | -0/+5 |
| * | Fix bug in example code: all resources now must have names | lutter | 2006-12-01 | 1 | -2/+2 |
| * | Most of the graphing work is now done. I have also added the generator work ... | luke | 2006-12-01 | 17 | -488/+659 |
| * | Fixing link to fsconfig reference | luke | 2006-12-01 | 1 | -1/+1 |
| * | Intermediate commit -- I am ready to start pushing the graph stuff into the t... | luke | 2006-11-26 | 12 | -55/+472 |