summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/parser_support.rb
Commit message (Expand)AuthorAgeFilesLines
* (#5477) Allow watch_file to watch non-existent files, especially site.ppJesse Wolfe2011-03-251-1/+0
* Merge commit '2.6.3' into nextPaul Berry2010-11-171-3/+3
|\
| * Fix #5252 - line number mis-attribution during parsingBrice Figureau2010-11-111-3/+3
* | Merge remote branch 'paul/ticket/next/4657' into nextJesse Wolfe2010-10-051-3/+6
|\ \
| * | [#4657] Customer-supplied .rb files are not compatible with multiple environm...Paul Berry2010-09-021-3/+8
* | | Partial merge to 2.6.2rc1 : Merge commit 'f950061' into nextJesse Wolfe2010-10-021-1/+3
|\ \ \ | | |/ | |/|
| * | [#4716] ResourceTypeAPI exposes implementation details that are likely to changePaul Berry2010-09-221-1/+3
* | | Partial merge to 2.6.2rc1 : Merge commit '2b50f30' into nextJesse Wolfe2010-10-021-1/+1
|\| |
| * | [#4771] Import of manifests with the same name only happens oncePaul Berry2010-09-231-1/+1
* | | Merge remote branch 'paul/ticket/next/4685' into nextJesse Wolfe2010-09-091-3/+3
|\ \ \
| * | | Modified the error message that is generated when a class, definition,Paul Berry2010-09-071-3/+3
| | |/ | |/|
* / | [4638] Cleanup of plurals and inheritance relationships in ASTPaul Berry2010-08-271-12/+3
|/ /
* | [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-55/+36
* | [#4472]+[#4483] Moved type-name resolution out of Puppet::Parser::TypeLoader.Paul Berry2010-08-121-2/+2
|/
* 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