summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/compile.rb
Commit message (Expand)AuthorAgeFilesLines
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-467/+0
* Refactoring the interface between the Compile classLuke Kanies2008-02-111-3/+1
* Changing some methods in the Compile class toLuke Kanies2008-02-111-23/+23
* Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies2008-02-111-9/+1
* Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-111-56/+11
* Moving all of the tests for Puppet::Parser::Compile toLuke Kanies2008-02-111-5/+16
* Applying a fix for #998 -- I used a patch equivalent toLuke Kanies2008-01-191-0/+3
* Fixing #982 -- I have completely removed the GRATR graph libraryLuke Kanies2008-01-071-5/+1
* Fixing #971 -- classes can once again be included multipleLuke Kanies2008-01-071-0/+3
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-20/+20
* Fixing the first part of #787. Not all collections wereLuke Kanies2007-11-201-4/+5
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-6/+3
* Moving some compile tests to the spec/ directory, andLuke Kanies2007-11-121-5/+14
* Changing the 'main' class to no longer be lazy-evaluated.Luke Kanies2007-11-121-0/+2
* Switching the class resource evaluation to only happenLuke Kanies2007-11-081-4/+7
* Classes once again get evaluated immediately when theLuke Kanies2007-11-081-0/+1
* This commit is focused on getting the 'puppet' executableLuke Kanies2007-10-051-3/+1
* Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-071-1/+5
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-041-4/+5
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-9/+5
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-107/+35
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-031-4/+8
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-5/+11
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-1/+2
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-0/+558