summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/compiler.rb
Commit message (Expand)AuthorAgeFilesLines
* (#5045) Cleaning up some tests and codeMatt Robinson2011-01-241-1/+1
* (#5045) External node classifiers should be able to specify params for classesDan Bode2011-01-241-3/+18
* (#4534/#4778) -- Normalize parameterized classesPaul Berry2010-10-271-2/+2
* Fix for #4693 -- implicit stages should never be serializedMarkus Roberts2010-09-071-1/+1
* Fix for #4542 -- included classes weren't assigned proper stagesMarkus Roberts2010-08-241-13/+6
* Fix #4461 - attempt to fix another performance issueBrice Figureau2010-08-031-0/+1
* Tweak to fix for #4302--dangling ref to known_resource_typesMarkus Roberts2010-07-251-6/+5
* Fix #4302 - Compilation speed regression compared to 2.6Brice Figureau2010-07-251-0/+5
* Partial fix for #4278 -- the performance aspectsMarkus Roberts2010-07-181-20/+3
* Code smell: Two space indentationMarkus Roberts2010-07-091-411/+411
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-9/+9
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-9/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-4/+3
* Fix for #2807 Puppet settings available as variablesMarkus Roberts2010-07-071-1/+21
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-171-0/+1
* [#1621] Composite keys for resourcesJesse Wolfe2010-06-211-1/+1
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-3/+5
* Adding #2658 - Adding support for run stagesLuke Kanies2010-02-171-14/+28
* Fixing #1903 - metaparam inheritance is much fasterLuke Kanies2010-02-171-0/+44
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-171-1/+14
* Removing Resource::Reference classesLuke Kanies2010-02-171-2/+2
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-171-3/+3
* Removing Interpreter classLuke Kanies2010-02-171-0/+7
* All non-transient parser references are goneLuke Kanies2010-02-171-14/+12
* Move scope parenting & class_scope from Compiler to ScopeMarkus Roberts2010-02-171-46/+6
* Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-091-4/+4
* Fixing #2735 - node classes are immed. added to classlistLuke Kanies2009-10-181-0/+3
* Adding version information to the catalog for compatLuke Kanies2009-09-221-0/+4
* Fixing #2423 - no more strange dependency cyclesLuke Kanies2009-07-251-1/+5
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-5/+5
* Switching to Indirected ActiveRecordLuke Kanies2009-04-221-37/+0
* Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runsBrice Figureau2009-02-141-9/+10
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-2/+2
* Fixing an error message to be more clearLuke Kanies2008-05-011-1/+1
* Always duplicating resource defaults in the parser, so thatLuke Kanies2008-03-061-1/+0
* Fixing #1092 by no longer using the resource reference toLuke Kanies2008-02-281-3/+2
* Merge commit 'bartv/pending/fix-997' into 0.24.xLuke Kanies2008-02-121-2/+6
* Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-121-2/+3
* Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-3/+3
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-0/+467