summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure the parser sees the correct line numberBrice Figureau2009-07-101-171/+220
* Fix #1088 - Collections overridesBrice Figureau2009-03-141-706/+749
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-98/+114
* Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-211-388/+386
* Fix #636 - Allow extraneous comma in function argument listBrice Figureau2008-10-211-865/+879
* Fix #1109 - allow empty if or else branchesBrice Figureau2008-10-071-563/+610
* Fix #381 - Allow multiple resource overrides or referencesBrice Figureau2008-10-051-366/+348
* Add parser for arbitrary expressionsBrice Figureau2008-10-011-634/+930
* Add an append (+=) variable operator:Brice Figureau2008-09-211-708/+729
* Fixing #1242 -- lack of storeconfigs only produces warning, not exception.Luke Kanies2008-05-261-4/+4
* Fixed #968 again, this time with tests -- parseonly works,Luke Kanies2008-02-131-4/+5
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe...Michael V. O'Brien2007-09-101-570/+549
* Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-101-628/+623
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-061-9/+9
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-2/+2
* Fixing #314 and #729; here's the changelog:luke2007-08-031-227/+10
* Removing notice about "import loop", which was happening constantly when auto...luke2007-07-141-9/+6
* Fixing #589luke2007-07-131-366/+376
* Fixing #468 -- fully qualified resources can now be specified as dependenciesluke2007-07-131-405/+414
* Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa...luke2007-07-101-578/+637
* Applying patch by DavidS from #697 to allow host names to be double quotedluke2007-07-081-329/+334
* Fixing #548, and making functions support other rvalues, too, including other...luke2007-06-181-575/+621
* Adding better error reporting on unmatched brackets -- you will now get notif...luke2007-05-251-2/+9
* Fixing #568luke2007-05-171-266/+257
* Adding #629 -- an undef keyword now existsluke2007-05-171-553/+602
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-9/+9
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-52/+55
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-4/+4
* Fixing #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-191-373/+389
* Search manifests first within modules, and if no module is found, search inlutter2007-03-091-63/+58
* Allowing trailing commas in selectorsluke2007-03-011-150/+154
* More code related to #517. Oops.luke2007-02-271-3/+3
* Fixing #524. Functions, both statements and rvalues, now support no argument...luke2007-02-271-475/+499
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-4/+4
* Partially fixing #460, take 3 -- fully-qualified classes can now be included.luke2007-01-301-474/+484
* Partially fixing #460, take 2 -- fully-qualified definitions can now be used.luke2007-01-301-395/+387
* Partially fixing #460 -- fully-qualified class names can be used as parent cl...luke2007-01-301-261/+278
* Fixing #445. Nodes can now inherit from default.luke2007-01-261-238/+247
* Fixing #348. Overrides now support an extra end-comma.luke2006-12-231-187/+187
* Fixing #326 -- parseonly now just creates a simple Master without opening a portluke2006-11-091-4/+4
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-34/+27
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-181-526/+563
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-699/+872
* adding an extra make target for debugging, rather than defaulting to always c...luke2006-09-201-2/+2
* Trying to fix a bug where files other than site.pp do not get noticed for rep...luke2006-09-191-22/+19
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-4/+4
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-151-557/+488
* This commit adds two important features (but which probably were notluke2006-09-151-488/+557
* Renaming parsedfile to loadedfile, which makes much more sense and reduces so...luke2006-09-031-4/+4