summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast
Commit message (Expand)AuthorAgeFilesLines
...
* making case statements not create a new scopeluke2006-03-061-1/+1
* fixing some more logging issuesluke2006-03-061-4/+2
* Supporting variables as the test value in both case statements and selectors.luke2006-03-032-5/+14
* Definitions now always create their own context, which means that they cannot...luke2006-03-032-15/+5
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-282-48/+38
* Fixing bug #73; node names now appear only once in the pathluke2006-02-272-4/+8
* Removing all of the autoname codeluke2006-02-272-31/+2
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-2716-119/+201
* Switching setclass to use object_ids instead of class names, and adding some ...luke2006-02-271-2/+5
* Fixing scopes and AST so that definitions and classes are looked for in the s...luke2006-02-273-89/+74
* Adding single-quote syntactical elementluke2006-02-161-1/+9
* 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
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-101-2/+2
* Fixing bug that occurs with only one argumentluke2006-02-081-1/+1
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-1/+1
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-076-18/+40
* Fix snippet_componentmetaparams testlutter2006-02-071-1/+1
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-1810-49/+55
* Moving ast classes into separate filesluke2006-01-1317-0/+1475