summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Simplifying the splitpath method a bit, altho it is still strangely slowluke2006-12-161-12/+4
* Simplifying the the Puppet::Type[] methodluke2006-12-161-7/+1
* Redoing the benchmarking a little bitluke2006-12-161-1/+5
* Go back to restype and remove STI classes, they were more trouble than they w...shadoi2006-12-156-28/+11
* Modifying rails testluke2006-12-151-3/+14
* Changing some of the error output. This gets rid of the duplicated informati...luke2006-12-152-8/+4
* Adding unit test for #364. It passes on OS X.luke2006-12-151-0/+39
* Adding some selectability to host creation for testing. Using find_or_create...luke2006-12-151-10/+40
* I like to checkin one-liners a lot. I'm cool. shadoi2006-12-151-2/+1
* Don't use find_or_create_by_title since titles aren't unique.shadoi2006-12-151-1/+1
* Remove old files, don't require pp anymoreshadoi2006-12-153-49/+0
* These are the same versions from changeset 1837shadoi2006-12-152-26/+33
* Some rails modificationsluke2006-12-155-71/+38
* Don't dump out debugging stuff.shadoi2006-12-151-2/+0
* Don't symbolize the param namesshadoi2006-12-151-1/+1
* Rename some stuff I missed when it was revertedshadoi2006-12-151-3/+4
* acts_as_taggable pluginshadoi2006-12-145-0/+119
* Moving the mount provider tests into a subdir, and fixing the basedir calcula...luke2006-12-143-16/+3
* New rails stuff redux.shadoi2006-12-1421-86/+316
* Small changes to the test rakefile. This rakefile still is not completely sa...luke2006-12-141-2/+2
* Fix service.list, in particular for the redhat providerlutter2006-12-142-5/+12
* Fixing painfully difficult to find bug in defining exported resourcesluke2006-12-142-9/+16
* Reworking the package tests. Now providers are tested individuallyluke2006-12-1410-503/+323
* Rewriting the test rakefile so test directories can be more than one director...luke2006-12-143-41/+56
* Fix up the filelist for gems, so that all of lib/puppet gets put into the gem...mpalmer2006-12-131-1/+1
* Another round of bug fixing. Now everything passes except mounts, at least o...luke2006-12-1312-312/+39
* Fixing the next round of bugs, mostly little things but I had to modify trans...luke2006-12-138-26/+65
* Never default to rpm provider; use up2date on RedHat. This also works on RHEL...lutter2006-12-132-1/+1
* You can now use the "resources" type to purge resources. I still need to mod...luke2006-12-134-10/+42
* adding a note about facter to the faqluke2006-12-121-0/+6
* Change the filelist slightly so that the externally-included lib/rake doesn't...mpalmer2006-12-121-1/+2
* Adding a metatype to manage resources of a specified type. For now, this met...luke2006-12-127-10/+203
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-1211-50/+133
* Adding a short note on variable interpolationluke2006-12-121-0/+14
* Adding a bit of clarity about file locationsluke2006-12-122-68/+56
* Add a task to build Debian packages more-or-less 'directly' out of SVN.mpalmer2006-12-121-0/+26
* Add external Rake task file as an svn:external, and modify the Rakefile to ad...mpalmer2006-12-111-0/+2
* All tests should now pass, with the possible exception of some tests that mig...luke2006-12-114-90/+42
* Almost all tests now pass. I have basically reached the point where I was be...luke2006-12-1110-29/+161
* Most tests now pass in the whole system, but there are still about 8 cases th...luke2006-12-118-4/+67
* Removing the explicit load for most types in type.rbluke2006-12-102-11/+4
* Removing the reference to the symlink typeluke2006-12-101-1/+0
* Most of the graph handling is now done, and all of the recursive types (basic...luke2006-12-1022-569/+395
* Removing the symlink type finally.luke2006-12-102-306/+0
* Another intermediate commit. Most of the graphing work itself is now done, b...luke2006-12-0914-406/+1078
* adding note about --no-clientluke2006-12-061-0/+5
* Fix bug in example code: all resources now must have nameslutter2006-12-011-2/+2
* Most of the graphing work is now done. I have also added the generator work ...luke2006-12-0117-488/+659
* Fixing link to fsconfig referenceluke2006-12-011-1/+1
* Intermediate commit -- I am ready to start pushing the graph stuff into the t...luke2006-11-2612-55/+472