index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix #1682 - ASTArray should flatten product of evaluation of its children
Brice Figureau
2008-10-29
1
-2
/
+1
*
Fixed #1104 - Classes and nodes should set $name variables
Brice Figureau
2008-10-28
1
-1
/
+6
*
Fixes #1663 - added Symbol check and additional test
Sean E. Millichamp
2008-10-23
1
-1
/
+5
*
Fix #936 - Allow trailing comma in array definition
Brice Figureau
2008-10-21
2
-388
/
+393
*
Fix #1115 - part2 - fix tests and add all_tags
Brice Figureau
2008-10-21
1
-1
/
+6
*
Fixed #1663 - Regression relating to facter fact naming from 0.24.5
James Turnbull
2008-10-21
1
-1
/
+2
*
Fix #636 - Allow extraneous comma in function argument list
Brice Figureau
2008-10-21
2
-882
/
+898
*
Fix #1115 - Allow checking tags/classes from ERb templates
Brice Figureau
2008-10-14
1
-0
/
+10
*
Fix #1202 - Collection attribute matching doesn't parse arrays
Brice Figureau
2008-10-08
1
-1
/
+6
*
Fix #1109 - allow empty if or else branches
Brice Figureau
2008-10-07
4
-563
/
+637
*
Fix #381 - Allow multiple resource overrides or references
Brice Figureau
2008-10-05
4
-390
/
+383
*
Fixing #1098 - Multiline strings now correctly increment the line count
Luke Kanies
2008-10-04
1
-0
/
+3
*
Add parser for arbitrary expressions
Brice Figureau
2008-10-01
3
-645
/
+1020
*
Add arithmetic operators to AST
Brice Figureau
2008-09-30
4
-0
/
+89
*
Add not operator to AST
Brice Figureau
2008-09-30
2
-0
/
+20
*
Add comparison operators (< > == != <= >=) to AST
Brice Figureau
2008-09-30
2
-0
/
+38
*
Add boolean operators to AST
Brice Figureau
2008-09-30
2
-0
/
+49
*
Fixed #1472 -- defined, exported resources in the current compile now get exp...
Luke Kanies
2008-09-25
1
-1
/
+2
*
Fixed #1045 - Multiple metaparams all get added to resources.
Luke Kanies
2008-09-24
1
-1
/
+1
*
Add an append (+=) variable operator:
Brice Figureau
2008-09-21
5
-716
/
+760
*
Fixed #1488 - Moved individual functions out of functions.rb into
James Turnbull
2008-08-26
13
-217
/
+208
*
Fix leaking LoadedFile when adding templates to be watched
Andrew Shafer
2008-08-23
1
-13
/
+18
*
Fix #1502 - abysmal storeconfig performance - part2
Brice Figureau
2008-08-17
1
-2
/
+10
*
Fixes #1274 - allow class names to start with numbers
James Turnbull
2008-08-17
1
-1
/
+1
*
Added tests for TemplateWrapper's use of Scope#to_hash.
Luke Kanies
2008-08-09
1
-11
/
+10
*
Expose all puppet variables as instance member variables of the template wrap...
Daniel Pittman
2008-08-01
2
-13
/
+59
*
Fixed #1396 - Added sha1 function from DavidS to core
James Turnbull
2008-07-08
2
-1
/
+9
*
Issue 1215
Andrew Shafer
2008-06-13
1
-17
/
+2
*
Fixing #1242 -- lack of storeconfigs only produces warning, not exception.
Luke Kanies
2008-05-26
3
-6
/
+12
*
Put function in ticket #311 in correct location
James Turnbull
2008-05-24
1
-0
/
+16
*
Correcting whitespace in the templatewrapper code.
Luke Kanies
2008-05-13
1
-6
/
+6
*
Adding has_variable? support, fixing ticket #1177
Adam Jacob
2008-05-13
1
-0
/
+9
*
Clarifying the exception when there's a syntax error but a valid parser.
Luke Kanies
2008-05-12
1
-1
/
+1
*
Fixing an error message to be more clear
Luke Kanies
2008-05-01
1
-1
/
+1
*
Fix for ticket #1209
James Turnbull
2008-04-30
1
-1
/
+1
*
Modified the 'master' handler to use the Catalog class to
Luke Kanies
2008-04-11
1
-0
/
+6
*
Fixed #1184 -- definitions now autoload correctly all of the time.
Luke Kanies
2008-04-10
1
-2
/
+6
*
Found an array that leaked pretty quickly between reparsing
Luke Kanies
2008-03-21
1
-9
/
+12
*
Always duplicating resource defaults in the parser, so that
Luke Kanies
2008-03-06
2
-21
/
+17
*
Fixing the fact that resources that model defined resources
Luke Kanies
2008-02-29
1
-0
/
+7
*
Fixed #1047 -- Puppet's parser no longer changes the order
Luke Kanies
2008-02-28
1
-21
/
+3
*
Fixed #1063 -- the master correctly logs syntax errors when
Luke Kanies
2008-02-28
1
-1
/
+5
*
Fixing #1092 by no longer using the resource reference to
Luke Kanies
2008-02-28
1
-3
/
+2
*
Fixing #1085, I think -- I was not returning a resource
Luke Kanies
2008-02-25
2
-4
/
+8
*
Fixing #1084 -- the node catalog asks the individual
Luke Kanies
2008-02-25
1
-0
/
+9
*
Corrected #1040 fix - this should now be right - trace was after raise
James Turnbull
2008-02-25
1
-3
/
+1
*
Second attempt fix address ticket #1040
James Turnbull
2008-02-19
1
-3
/
+6
*
Attempt to fix #1040 - catching errors in compilation
James Turnbull
2008-02-19
1
-1
/
+5
*
Fixed #1003 -- Applying DavidS's patch to fix searching for
Luke Kanies
2008-02-13
1
-1
/
+1
*
Fixed #968 again, this time with tests -- parseonly works,
Luke Kanies
2008-02-13
4
-27
/
+32
[prev]
[next]