summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/hostclass.rb
Commit message (Expand)AuthorAgeFilesLines
* [#4657] Customer-supplied .rb files are not compatible with multiple environm...Paul Berry2010-09-021-2/+5
* [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-0/+26
* Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-091-95/+0
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-0/+3
* Fixed #1104 - Classes and nodes should set $name variablesBrice Figureau2008-10-281-1/+6
* Fixing #1085, I think -- I was not returning a resourceLuke Kanies2008-02-251-1/+8
* Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-121-4/+7
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-3/+3
* Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies2008-02-111-5/+9
* More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-081-59/+54
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-7/+5
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-1/+1
* Fixing a parser test -- really, just removing testsLuke Kanies2007-11-131-1/+1
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-061-1/+3
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-2/+5
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-031-4/+4
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-031-12/+7
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-2/+2
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-1/+0
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-141-2/+5
* Fixing #620 - class names and node names now throw an error when they conflictluke2007-07-041-1/+1
* Fixing a weird bug that occurred because I was changing @parentclass in the A...luke2007-05-141-10/+6
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-271-0/+8
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-221-4/+14
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-133/+33
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-2/+0
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-1/+2
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-131-2/+14
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-121-10/+22
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-091-12/+35
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-261-4/+4
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-041-1/+1
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-8/+41
* Switching setclass to use object_ids instead of class names, and adding some ...luke2006-02-271-2/+5
* Moving ast classes into separate filesluke2006-01-131-0/+82