summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/node.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'paul/ticket/next/4657' into nextJesse Wolfe2010-10-051-2/+5
|\
| * [#4657] Customer-supplied .rb files are not compatible with multiple environm...Paul Berry2010-09-021-2/+5
* | Modified the error message that is generated when a class, definition,Paul Berry2010-09-071-1/+1
|/
* [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-0/+17
* Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-091-42/+0
* Implement node matching with regexesBrice Figureau2009-08-011-0/+9
* Make sure node are referenced by their namesBrice Figureau2009-08-011-5/+0
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-1/+1
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-0/+3
* Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-121-28/+6
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-1/+1
* More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-081-49/+47
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-12/+4
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-1/+1
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-2/+1
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-031-3/+7
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-031-4/+4
* Fixing #314 and #729; here's the changelog:luke2007-08-031-1/+1
* Fixing a weird bug that occurred because I was changing @parentclass in the A...luke2007-05-141-7/+5
* Removing some left-over debuggingluke2006-10-041-4/+0
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-78/+35
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-131-4/+12
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-261-4/+5
* Adding the host name as a tag (stripped of the domain name)luke2006-04-111-0/+4
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-051-4/+0
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-281-4/+0
* Fixing bug #73; node names now appear only once in the pathluke2006-02-271-3/+3
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-15/+20
* Changing transactions to be one-stage instead of two, and changing most of th...luke2006-02-161-1/+0
* Committing the initial ldap support -- puppet can now look up node configurat...luke2006-02-141-0/+1
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-071-0/+1
* Moving ast classes into separate filesluke2006-01-131-0/+102