summaryrefslogtreecommitdiffstats
path: root/lib/puppet/pgraph.rb
Commit message (Expand)AuthorAgeFilesLines
* Moving the resource container behaviour to the Configuration object, rather t...Luke Kanies2007-09-121-26/+0
* Adding a to_graph method to TransBuckets, so that the buckets can directly ge...Luke Kanies2007-09-121-2/+26
* Fixing #507 (behaviour in cycles) by changing the topsort algorithm.luke2007-05-171-20/+25
* A slight fix for #507. This should at least provide better information if th...luke2007-03-191-3/+9
* Removing the cycle checks from the splice! method in pgraph, which *considera...luke2007-03-181-5/+0
* Fixing a problem with the splice! method on the graphing. The problem was an...luke2007-02-281-2/+12
* Redoing some aspects of the graphing in hopes of helping hte performance a bit.luke2007-02-271-10/+9
* Moving code from external sources into an external/ directoryluke2007-01-301-3/+3
* Fixing #433. I basically just added checks to all the places where I add edg...luke2007-01-301-1/+1
* Fixing #437. Transactions now check whether graphs are cyclic, with a somewh...luke2007-01-231-0/+15
* Finally writing unit tests for Transaction#trigger, and drastically simplifyi...luke2006-12-291-7/+1
* *whew* Okay, simplified the splice method a bit, and I am actually somewhat c...luke2006-12-291-42/+22
* Did a short-cut on the graphing, since we currently only support one type of ...luke2006-12-291-3/+28
* Some tweaks to graph splicing, although I do not think it will be enough to h...luke2006-12-291-19/+37
* Fixing #387, hopefully.luke2006-12-281-27/+26
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-231-6/+7
* *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