summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #1741 - Add inline_template functionBrice Figureau2008-11-291-0/+21
* Fix #1741 - refactor TemplateWrapper, test for template functionBrice Figureau2008-11-292-24/+33
* Fix #1741 - Puppet::Parser::Functions rmfunctions and unit testBrice Figureau2008-11-291-0/+14
* Fixing #1755 - handling fully qualified classes correctly.Luke Kanies2008-11-262-4/+5
* Fix #1759 - Comparison operator was using string comparison for numbersBrice Figureau2008-11-201-0/+4
* Move function existance test to parser evaluationBrice Figureau2008-11-171-12/+16
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-1717-111/+252
* Fix #1402 - Allow multiline commentsBrice Figureau2008-10-291-0/+5
* Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-291-1/+5
* Fix #1682 - ASTArray should flatten product of evaluation of its childrenBrice Figureau2008-10-291-2/+1
* Fixed #1104 - Classes and nodes should set $name variablesBrice Figureau2008-10-281-1/+6
* Fixes #1663 - added Symbol check and additional testSean E. Millichamp2008-10-231-1/+5
* Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-212-388/+393
* Fix #1115 - part2 - fix tests and add all_tagsBrice Figureau2008-10-211-1/+6
* Fixed #1663 - Regression relating to facter fact naming from 0.24.5James Turnbull2008-10-211-1/+2
* Fix #636 - Allow extraneous comma in function argument listBrice Figureau2008-10-212-882/+898
* Fix #1115 - Allow checking tags/classes from ERb templatesBrice Figureau2008-10-141-0/+10
* Fix #1202 - Collection attribute matching doesn't parse arraysBrice Figureau2008-10-081-1/+6
* Fix #1109 - allow empty if or else branchesBrice Figureau2008-10-074-563/+637
* Fix #381 - Allow multiple resource overrides or referencesBrice Figureau2008-10-054-390/+383
* Fixing #1098 - Multiline strings now correctly increment the line countLuke Kanies2008-10-041-0/+3
* Add parser for arbitrary expressionsBrice Figureau2008-10-013-645/+1020
* Add arithmetic operators to ASTBrice Figureau2008-09-304-0/+89
* Add not operator to ASTBrice Figureau2008-09-302-0/+20
* Add comparison operators (< > == != <= >=) to ASTBrice Figureau2008-09-302-0/+38
* 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