summaryrefslogtreecommitdiffstats
path: root/lib/puppet/simple_graph.rb
Commit message (Expand)AuthorAgeFilesLines
* (5200) -- replace containers with sentinalsMarkus Roberts2011-04-061-79/+30
* (6911) Core change -- replace topsort with frontier ordered by salted SHA1Markus Roberts2011-04-011-0/+8
* (#6830) Fix case where instance_variables returns symbols in Ruby 1.9Matt Robinson2011-03-291-1/+4
* (#5477) Allow watch_file to watch non-existent files, especially site.ppJesse Wolfe2011-03-251-2/+2
* Feature #2597 -- generate a DOT graph of cycles on request.Daniel Pittman2011-02-031-3/+32
* Feature #2597 -- eliminate OpenStruct for performance...Daniel Pittman2011-02-031-40/+37
* Feature #2597 -- use O(1) methods as often as possible.Daniel Pittman2011-02-031-19/+23
* Feature #2597 -- improve names and whitespace in the code.Daniel Pittman2011-02-031-15/+16
* Feature #2597 -- report all paths in each cycle found.Daniel Pittman2011-02-031-3/+45
* Feature #2597 -- remove obsolete licensing comment...Daniel Pittman2011-02-031-4/+0
* Feature #2597 -- use iterative DFS in Tarjan clustering.Daniel Pittman2011-02-031-35/+59
* Feature #2597 -- really find and report cycles.Daniel Pittman2011-02-031-31/+72
* Feature #2597 -- nicer reporting of relationships.Daniel Pittman2011-02-031-2/+4
* Feature #2597 -- fix cycle relationship notification format.Daniel Pittman2011-02-031-3/+5
* Merge branch '2.6.x' into nextNick Lewis2011-01-061-0/+4
|\
| * maint: Prune #inspect methods on various objectsJesse Wolfe2011-01-031-0/+4
* | [#4590] SimpleGraph is slowPaul Berry2010-10-071-208/+209
|/
* Fix for #3382 -- Empty classes as graph placeholdersMarkus Roberts2010-07-241-5/+4
* Code smell: Two space indentationMarkus Roberts2010-07-091-382/+382
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-4/+4
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-2/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-7/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-091-3/+3
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-30/+30
* Adding #2658 - Adding support for run stagesLuke Kanies2010-02-171-1/+2
* Changing SimpleGraph.matching_edges to expect one eventLuke Kanies2010-02-171-14/+12
* Fixing #2443: Adding debugging guidance to dep cycle errorsLuke Kanies2009-07-251-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-12/+12
* Fix #2218 - Ruby YAML bug prevents reloading catalog in puppetdBrice Figureau2009-05-021-14/+0
* Fixed #2188 - Added set require to simple_graph.rbJames Turnbull2009-04-271-0/+1
* Always making sure graph edges appear firstLuke Kanies2009-04-241-1/+11
* Reverting part of the switch to sets in SimpleGraphLuke Kanies2009-04-241-3/+3
* Fixing #2182 - SimpleGraph#walk is now iterativeLuke Kanies2009-04-221-4/+15
* Fixing #2181 - Using Sets instead of Arrays in SimpleGraphLuke Kanies2009-04-221-10/+10
* Fixing #2111 - SimpleGraph only creates valid adjacenciesLuke Kanies2009-04-121-1/+1
* Removing duplicate method definition from SimpleGraphLuke Kanies2009-04-121-8/+0
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-1/+1
* Removing the Hash default proc from SimpleGraph.Luke Kanies2009-02-061-5/+21
* Adding SimpleGraph#leaves, which I apparently did not migrate from PGraphLuke Kanies2008-11-061-0/+7
* Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies2008-11-061-0/+103
* Moving Catalog#write_graph to SimpleGraph, where it belongs.Luke Kanies2008-11-061-0/+12
* Fixed #1021 -- the problem was that my method of determiningLuke Kanies2008-02-131-6/+9
* Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-4/+4
* Fixing #982 -- I have completely removed the GRATR graph libraryLuke Kanies2008-01-071-7/+71
* Fixing #937 -- I had not ported the dot methods at all,Luke Kanies2007-12-111-2/+2
* Switching the graph base class from GRATR::DigraphLuke Kanies2007-11-071-4/+78