summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/parser_support.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix #5720 - puppetdoc misses some class commentsBrice Figureau2011-02-111-3/+3
* Fix #5252 - line number mis-attribution during parsingBrice Figureau2010-11-111-3/+3
* [#4716] ResourceTypeAPI exposes implementation details that are likely to changePaul Berry2010-09-221-1/+3
* [#4771] Import of manifests with the same name only happens oncePaul Berry2010-09-231-1/+1
* Minimal fix for #4243 -- import isn't thread safeMarkus Roberts2010-07-181-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-227/+227
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-12/+4
* Code smell: Use string interpolationMarkus Roberts2010-07-091-6/+6
* Fixing #3668 - fixed autoloading classes from modulesLuke Kanies2010-02-171-151/+3
* Removing Resource::Reference classesLuke Kanies2010-02-171-11/+0
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-171-7/+7
* Fixing callers to Parser to only pass environmentLuke Kanies2010-02-171-3/+1
* Using the RTC helper to find the known resource typesLuke Kanies2010-02-171-14/+13
* Parser now uses Environment resource type collectionLuke Kanies2010-02-171-29/+23
* Renaming LoadedCode to ResourceTypeCollectionLuke Kanies2010-02-171-10/+10
* Storing per-environment LoadedCode instancesLuke Kanies2010-02-171-1/+1
* Adding support for parsing ruby filesLuke Kanies2010-02-171-2/+8
* Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-091-119/+14
* Fix #2707 config_version fails more helpfullyRein Henrichs2009-10-151-1/+4
* Fix #2638 - Allow creating several nodes with matching namesBrice Figureau2009-09-171-1/+1
* Fix parser error outputTodd Zullinger2009-08-241-1/+1
* Fixing #2549 - autoloading of top-level classes works againLuke Kanies2009-08-241-7/+14
* Fixes #2493Markus Roberts2009-08-141-0/+2
* Fixed #2486 - Missing require 'monitor' in parser_support.rbJames Turnbull2009-08-041-0/+1
* Fixed #2294 - Classes sometimes cannot be foundMarkus Roberts2009-08-031-52/+63
* Adding support for an external catalog versionLuke Kanies2009-08-011-1/+11
* Make sure node are referenced by their namesBrice Figureau2009-08-011-2/+2
* Fix #2364 - Associates the correct comment to the right statementBrice Figureau2009-07-101-1/+1
* Make sure the parser sees the correct line numberBrice Figureau2009-07-101-2/+5
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-62/+49
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Moving file-searching code out of Puppet::ModuleLuke Kanies2009-05-151-1/+2
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-3/+19
* Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-291-1/+5
* Fix leaking LoadedFile when adding templates to be watchedAndrew Shafer2008-08-231-13/+18
* Fixed #1184 -- definitions now autoload correctly all of the time.Luke Kanies2008-04-101-2/+6
* Found an array that leaked pretty quickly between reparsingLuke Kanies2008-03-211-9/+12
* Fixing #1017 -- environment-specific modulepath is noLuke Kanies2008-02-041-1/+1
* Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-301-5/+2
* Fixing error thrown when the end of the file is encountered unexpectedlyLuke Kanies2007-10-051-4/+6
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-1/+1
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-1/+1
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-261-1/+5
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-13/+5
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-231-8/+6
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-0/+11
* The new parser configuration object works now,Luke Kanies2007-08-161-0/+2
* Adding a file that should have been in a commit from yesterdaluke2007-08-041-0/+447