| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote branch 'paul/ticket/next/4685' into next | Jesse Wolfe | 2010-09-09 | 1 | -3/+3 |
| |\ |
|
| | * | Modified the error message that is generated when a class, definition, | Paul Berry | 2010-09-07 | 1 | -3/+3 |
| * | | [4638] Cleanup of plurals and inheritance relationships in AST | Paul Berry | 2010-08-27 | 1 | -12/+3 |
| |/ |
|
| * | [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio... | Paul Berry | 2010-08-13 | 1 | -55/+36 |
| * | [#4472]+[#4483] Moved type-name resolution out of Puppet::Parser::TypeLoader. | Paul Berry | 2010-08-12 | 1 | -2/+2 |
| * | Minimal fix for #4243 -- import isn't thread safe | Markus Roberts | 2010-07-18 | 1 | -1/+1 |
| * | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 1 | -227/+227 |
| * | Code smell: Avoid needless decorations | Markus Roberts | 2010-07-09 | 1 | -2/+2 |
| * | Code smell: Avoid explicit returns | Markus Roberts | 2010-07-09 | 1 | -2/+2 |
| * | Code smell: Line modifiers are preferred to one-line blocks. | Markus Roberts | 2010-07-09 | 1 | -12/+4 |
| * | Code smell: Use string interpolation | Markus Roberts | 2010-07-09 | 1 | -6/+6 |
| * | Fixing #3668 - fixed autoloading classes from modules | Luke Kanies | 2010-02-17 | 1 | -151/+3 |
| * | Removing Resource::Reference classes | Luke Kanies | 2010-02-17 | 1 | -11/+0 |
| * | Renaming Parser::ResourceType to Resource::Type | Luke Kanies | 2010-02-17 | 1 | -7/+7 |
| * | Fixing callers to Parser to only pass environment | Luke Kanies | 2010-02-17 | 1 | -3/+1 |
| * | Using the RTC helper to find the known resource types | Luke Kanies | 2010-02-17 | 1 | -14/+13 |
| * | Parser now uses Environment resource type collection | Luke Kanies | 2010-02-17 | 1 | -29/+23 |
| * | Renaming LoadedCode to ResourceTypeCollection | Luke Kanies | 2010-02-17 | 1 | -10/+10 |
| * | Storing per-environment LoadedCode instances | Luke Kanies | 2010-02-17 | 1 | -1/+1 |
| * | Adding support for parsing ruby files | Luke Kanies | 2010-02-17 | 1 | -2/+8 |
| * | Fixing #2596 - Node, Class, Definition are not AST | Luke Kanies | 2009-12-09 | 1 | -119/+14 |
| * | Fix #2707 config_version fails more helpfully | Rein Henrichs | 2009-10-15 | 1 | -1/+4 |
| * | Fix #2638 - Allow creating several nodes with matching names | Brice Figureau | 2009-09-17 | 1 | -1/+1 |
| * | Fix parser error output | Todd Zullinger | 2009-08-24 | 1 | -1/+1 |
| * | Fixing #2549 - autoloading of top-level classes works again | Luke Kanies | 2009-08-24 | 1 | -7/+14 |
| * | Fixes #2493 | Markus Roberts | 2009-08-14 | 1 | -0/+2 |
| * | Fixed #2486 - Missing require 'monitor' in parser_support.rb | James Turnbull | 2009-08-04 | 1 | -0/+1 |
| * | Fixed #2294 - Classes sometimes cannot be found | Markus Roberts | 2009-08-03 | 1 | -52/+63 |
| * | Adding support for an external catalog version | Luke Kanies | 2009-08-01 | 1 | -1/+11 |
| * | Make sure node are referenced by their names | Brice Figureau | 2009-08-01 | 1 | -2/+2 |
| * | Fix #2364 - Associates the correct comment to the right statement | Brice Figureau | 2009-07-10 | 1 | -1/+1 |
| * | Make sure the parser sees the correct line number | Brice Figureau | 2009-07-10 | 1 | -2/+5 |
| * | Switching to LoadedCode from ASTSet | Luke Kanies | 2009-07-05 | 1 | -62/+49 |
| * | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -1/+1 |
| * | Moving file-searching code out of Puppet::Module | Luke Kanies | 2009-05-15 | 1 | -1/+2 |
| * | Add a doc attribute to AST nodes and fill it with the last seen comments | Brice Figureau | 2008-11-17 | 1 | -3/+19 |
| * | Fix #857 - Multiple class of the same name don't append code | Brice Figureau | 2008-10-29 | 1 | -1/+5 |
| * | Fix leaking LoadedFile when adding templates to be watched | Andrew Shafer | 2008-08-23 | 1 | -13/+18 |
| * | Fixed #1184 -- definitions now autoload correctly all of the time. | Luke Kanies | 2008-04-10 | 1 | -2/+6 |
| * | Found an array that leaked pretty quickly between reparsing | Luke Kanies | 2008-03-21 | 1 | -9/+12 |
| * | Fixing #1017 -- environment-specific modulepath is no | Luke Kanies | 2008-02-04 | 1 | -1/+1 |
| * | Significantly refactoring the lexer, including adding Token and TokenList | Luke Kanies | 2008-01-30 | 1 | -5/+2 |
| * | Fixing error thrown when the end of the file is encountered unexpectedly | Luke Kanies | 2007-10-05 | 1 | -4/+6 |
| * | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -1/+1 |
| * | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 1 | -1/+1 |
| * | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 1 | -1/+5 |
| * | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 1 | -13/+5 |
| * | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 1 | -8/+6 |
| * | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 1 | -0/+11 |
| * | The new parser configuration object works now, | Luke Kanies | 2007-08-16 | 1 | -0/+2 |