summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow execution of bare strings as long as there's no attempt to change uid/gidlutter2006-12-221-1/+1
* *whew* Fixing the vast majority of the graph-related performance problems. I...luke2006-12-213-14/+16
* Fixing #380. The problem was that a method was sometimes returning :absent w...luke2006-12-203-2/+15
* Adding some defaults to users, mostly for darwin because it is kinda stupid w...luke2006-12-201-0/+16
* Fixing #361, I think. It appears to be a problem with missing a setting for ...luke2006-12-201-0/+6
* Applying patch from #384, by jgonzalezluke2006-12-191-7/+6
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-1913-75/+131
* Re-add support for tags and file/linesshadoi2006-12-196-15/+45
* Adding :replace aliases, as requested in #366.luke2006-12-196-2/+10
* All rails *and* language tests now pass, with the exception of a language/res...luke2006-12-197-72/+74
* Fixing most of the rails stuff. I think everything basically works now, and ...luke2006-12-1912-240/+251
* Fix up a problem with initialising an sqlite3 data store, presumably only wit...mpalmer2006-12-181-1/+1
* Some more graph optimizations; I think I am now close enough that I am basica...luke2006-12-173-47/+108
* Adding a simpler and *much* faster tree_from_vertex method, and using it inst...luke2006-12-171-3/+43
* Requiring puppet/rails in the interpreter before Rails.initluke2006-12-171-0/+1
* Getting rid of the db init stdout and reindentingluke2006-12-171-52/+61
* 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-154-26/+9
* Changing some of the error output. This gets rid of the duplicated informati...luke2006-12-152-8/+4
* 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
* Some rails modificationsluke2006-12-153-64/+24
* Don't dump out debugging stuff.shadoi2006-12-151-2/+0
* Don't symbolize the param namesshadoi2006-12-151-1/+1
* acts_as_taggable pluginshadoi2006-12-145-0/+119
* New rails stuff redux.shadoi2006-12-1415-53/+262
* Fix service.list, in particular for the redhat providerlutter2006-12-142-5/+12
* Fixing painfully difficult to find bug in defining exported resourcesluke2006-12-141-2/+9
* Reworking the package tests. Now providers are tested individuallyluke2006-12-144-4/+21
* Another round of bug fixing. Now everything passes except mounts, at least o...luke2006-12-134-234/+5
* Fixing the next round of bugs, mostly little things but I had to modify trans...luke2006-12-133-4/+19
* 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-132-8/+10
* Adding a metatype to manage resources of a specified type. For now, this met...luke2006-12-122-2/+70
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-129-49/+88
* Almost all tests now pass. I have basically reached the point where I was be...luke2006-12-115-16/+45
* Most tests now pass in the whole system, but there are still about 8 cases th...luke2006-12-114-2/+16
* 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-1013-266/+292
* Removing the symlink type finally.luke2006-12-101-189/+0
* Another intermediate commit. Most of the graphing work itself is now done, b...luke2006-12-0910-312/+350
* Most of the graphing work is now done. I have also added the generator work ...luke2006-12-019-327/+257
* 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-265-23/+248
* Adding GRATR and the beginnings of graph integration.luke2006-11-1721-0/+2891