summaryrefslogtreecommitdiffstats
path: root/lib/puppet/pgraph.rb
Commit message (Expand)AuthorAgeFilesLines
* *whew* Fixing the vast majority of the graph-related performance problems. I...luke2006-12-211-8/+6
* Some more graph optimizations; I think I am now close enough that I am basica...luke2006-12-171-8/+9
* Adding a simpler and *much* faster tree_from_vertex method, and using it inst...luke2006-12-171-3/+43
* Fixing the next round of bugs, mostly little things but I had to modify trans...luke2006-12-131-2/+7
* Adding a metatype to manage resources of a specified type. For now, this met...luke2006-12-121-2/+2
* Almost all tests now pass. I have basically reached the point where I was be...luke2006-12-111-0/+7
* Most tests now pass in the whole system, but there are still about 8 cases th...luke2006-12-111-1/+4
* Another intermediate commit. Most of the graphing work itself is now done, b...luke2006-12-091-0/+3
* Most of the graphing work is now done. I have also added the generator work ...luke2006-12-011-93/+32
* Intermediate commit -- I am ready to start pushing the graph stuff into the t...luke2006-11-261-0/+170