summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Add boolean operators to ASTBrice Figureau2008-09-302-0/+49
* Fixed #1472 -- defined, exported resources in the current compile now get exp...Luke Kanies2008-09-251-1/+2
* Fixed #1045 - Multiple metaparams all get added to resources.Luke Kanies2008-09-241-1/+1
* Add an append (+=) variable operator:Brice Figureau2008-09-215-716/+760
* Fixed #1488 - Moved individual functions out of functions.rb intoJames Turnbull2008-08-2613-217/+208
* Fix leaking LoadedFile when adding templates to be watchedAndrew Shafer2008-08-231-13/+18
* Fix #1502 - abysmal storeconfig performance - part2Brice Figureau2008-08-171-2/+10
* Fixes #1274 - allow class names to start with numbersJames Turnbull2008-08-171-1/+1
* Added tests for TemplateWrapper's use of Scope#to_hash.Luke Kanies2008-08-091-11/+10
* Expose all puppet variables as instance member variables of the template wrap...Daniel Pittman2008-08-012-13/+59
* Fixed #1396 - Added sha1 function from DavidS to coreJames Turnbull2008-07-082-1/+9
* Issue 1215Andrew Shafer2008-06-131-17/+2
* Fixing #1242 -- lack of storeconfigs only produces warning, not exception.Luke Kanies2008-05-263-6/+12
* Put function in ticket #311 in correct locationJames Turnbull2008-05-241-0/+16
* Correcting whitespace in the templatewrapper code.Luke Kanies2008-05-131-6/+6
* Adding has_variable? support, fixing ticket #1177Adam Jacob2008-05-131-0/+9
* Clarifying the exception when there's a syntax error but a valid parser.Luke Kanies2008-05-121-1/+1
* Fixing an error message to be more clearLuke Kanies2008-05-011-1/+1
* Fix for ticket #1209James Turnbull2008-04-301-1/+1
* Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-111-0/+6
* Fixed #1184 -- definitions now autoload correctly all of the time.Luke Kanies2008-04-101-2/+6
* Found an array that leaked pretty quickly between reparsingLuke Kanies2008-03-211-9/+12
* Always duplicating resource defaults in the parser, so thatLuke Kanies2008-03-062-21/+17
* Fixing the fact that resources that model defined resourcesLuke Kanies2008-02-291-0/+7
* Fixed #1047 -- Puppet's parser no longer changes the orderLuke Kanies2008-02-281-21/+3
* Fixed #1063 -- the master correctly logs syntax errors whenLuke Kanies2008-02-281-1/+5
* Fixing #1092 by no longer using the resource reference toLuke Kanies2008-02-281-3/+2
* Fixing #1085, I think -- I was not returning a resourceLuke Kanies2008-02-252-4/+8
* Fixing #1084 -- the node catalog asks the individualLuke Kanies2008-02-251-0/+9
* Corrected #1040 fix - this should now be right - trace was after raiseJames Turnbull2008-02-251-3/+1
* Second attempt fix address ticket #1040James Turnbull2008-02-191-3/+6
* Attempt to fix #1040 - catching errors in compilationJames Turnbull2008-02-191-1/+5
* Fixed #1003 -- Applying DavidS's patch to fix searching forLuke Kanies2008-02-131-1/+1
* Fixed #968 again, this time with tests -- parseonly works,Luke Kanies2008-02-134-27/+32
* Merge commit 'bartv/pending/fix-997' into 0.24.xLuke Kanies2008-02-121-2/+6
|\
| * Fix bug #997, only evaluate non-virtual definitionsBart Vanbrabant2008-01-221-2/+6
* | Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-125-38/+24
* | Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-3/+3
* | Changing the name of the Compile class to Compiler,Luke Kanies2008-02-1112-32/+32
* | Refactoring the interface between the Compile classLuke Kanies2008-02-111-3/+1
* | Changing some methods in the Compile class toLuke Kanies2008-02-115-27/+27
* | Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies2008-02-113-28/+27
* | Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-112-57/+11
* | Moving all of the tests for Puppet::Parser::Compile toLuke Kanies2008-02-113-20/+17
* | More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-086-266/+256
* | Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-0822-110/+68
* | Removing some obsolete code from the AST base classLuke Kanies2008-02-081-39/+3
* | Ceasing autoloading ast files; loading them manually insteadLuke Kanies2008-02-081-7/+21
* | Merge commit 'bartv/pending/fix-933' into 0.24.xLuke Kanies2008-02-051-0/+2
|\ \
| * | Store a resource before adding relations to it otherwise activerecord willBart Vanbrabant2008-02-031-0/+2
| |/