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
/
spec
/
unit
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch '0.24.x'
Luke Kanies
2008-12-02
16
-110
/
+651
|
\
|
|
*
Fix #1741 - fix some failing tests on some ruby versions.
Brice Figureau
2008-12-02
1
-5
/
+5
|
*
Fixing the AST constant warnings, using a variable instead of a constant
Luke Kanies
2008-12-02
6
-74
/
+74
|
*
Fix #1741 - Add inline_template function
Brice Figureau
2008-11-29
1
-0
/
+59
|
*
Fix #1741 - refactor TemplateWrapper, test for template function
Brice Figureau
2008-11-29
2
-19
/
+100
|
*
Fix #1741 - Puppet::Parser::Functions rmfunctions and unit test
Brice Figureau
2008-11-29
1
-0
/
+83
|
*
Fixing #1755 - handling fully qualified classes correctly.
Luke Kanies
2008-11-26
2
-0
/
+56
|
*
Removing the included testing gems; you must now install them yourself.
Luke Kanies
2008-11-25
1
-6
/
+35
|
*
Fix #1759 - Comparison operator was using string comparison for numbers
Brice Figureau
2008-11-20
1
-10
/
+50
|
*
Move function existance test to parser evaluation
Brice Figureau
2008-11-17
1
-0
/
+77
|
*
RSpec tests for the doc system (covers AST.doc, lexer and parser)
Brice Figureau
2008-11-17
3
-5
/
+121
*
|
Fixing a test broken by previous refactoring
Luke Kanies
2008-11-07
1
-7
/
+4
|
/
*
Fix #1402 - Allow multiline comments
Brice Figureau
2008-10-29
1
-1
/
+29
*
Fix #857 - Multiple class of the same name don't append code
Brice Figureau
2008-10-29
1
-0
/
+28
*
Fix #1682 - ASTArray should flatten product of evaluation of its children
Brice Figureau
2008-10-29
1
-0
/
+66
*
Fixed #1104 - Classes and nodes should set $name variables
Brice Figureau
2008-10-28
1
-0
/
+13
*
Fixes #1663 - added Symbol check and additional test
Sean E. Millichamp
2008-10-23
1
-0
/
+9
*
Fix #936 - Allow trailing comma in array definition
Brice Figureau
2008-10-21
1
-0
/
+8
*
Fix #1115 - part2 - fix tests and add all_tags
Brice Figureau
2008-10-21
1
-1
/
+7
*
Fixed #1663 - Regression relating to facter fact naming from 0.24.5
James Turnbull
2008-10-21
1
-1
/
+14
*
Fix #636 - Allow extraneous comma in function argument list
Brice Figureau
2008-10-21
1
-0
/
+24
*
Fix #1115 - Allow checking tags/classes from ERb templates
Brice Figureau
2008-10-14
1
-0
/
+14
*
Fix #1202 - Collection attribute matching doesn't parse arrays
Brice Figureau
2008-10-08
1
-0
/
+92
*
Fix #1109 - allow empty if or else branches
Brice Figureau
2008-10-07
2
-0
/
+46
*
Rspec Tests for #381.
Brice Figureau
2008-10-05
3
-1
/
+154
*
Fixing #1098 - Multiline strings now correctly increment the line count
Luke Kanies
2008-10-04
1
-0
/
+21
*
Add parser for arbitrary expressions
Brice Figureau
2008-10-01
2
-4
/
+80
*
Add arithmetic operators to AST
Brice Figureau
2008-09-30
3
-0
/
+159
*
Add not operator to AST
Brice Figureau
2008-09-30
1
-0
/
+30
*
Add comparison operators (< > == != <= >=) to AST
Brice Figureau
2008-09-30
1
-0
/
+52
*
Add boolean operators to AST
Brice Figureau
2008-09-30
1
-0
/
+53
*
Fixed #1472 -- defined, exported resources in the current compile now get exp...
Luke Kanies
2008-09-25
1
-5
/
+5
*
Fixed #1045 - Multiple metaparams all get added to resources.
Luke Kanies
2008-09-24
1
-0
/
+10
*
Add rspec unit test for the append operator
Brice Figureau
2008-09-21
4
-1
/
+120
*
Fixes #1274 - allow class names to start with numbers
James Turnbull
2008-08-17
1
-0
/
+9
*
Added tests for TemplateWrapper's use of Scope#to_hash.
Luke Kanies
2008-08-09
1
-1
/
+12
*
Issue 1215
Andrew Shafer
2008-06-13
1
-24
/
+3
*
Fixing #1242 -- lack of storeconfigs only produces warning, not exception.
Luke Kanies
2008-05-26
1
-0
/
+9
*
Correcting whitespace in the templatewrapper code.
Luke Kanies
2008-05-13
1
-52
/
+52
*
Adding has_variable? support, fixing ticket #1177
Adam Jacob
2008-05-13
1
-0
/
+57
*
Modified the 'master' handler to use the Catalog class to
Luke Kanies
2008-04-11
1
-0
/
+7
*
Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.
Paul Lathrop
2008-03-28
1
-1
/
+1
*
Fixing some tests that only failed under certain
Luke Kanies
2008-03-18
1
-3
/
+1
*
Always duplicating resource defaults in the parser, so that
Luke Kanies
2008-03-06
1
-5
/
+156
*
Fixing the fact that resources that model defined resources
Luke Kanies
2008-02-29
1
-0
/
+6
*
Fixed #1063 -- the master correctly logs syntax errors when
Luke Kanies
2008-02-28
1
-138
/
+148
*
Fixing #1092 by no longer using the resource reference to
Luke Kanies
2008-02-28
1
-2
/
+2
*
Fixing #1085, I think -- I was not returning a resource
Luke Kanies
2008-02-25
1
-1
/
+7
*
Fixing #1084 -- the node catalog asks the individual
Luke Kanies
2008-02-25
1
-98
/
+113
*
Fixed test for #1040
James Turnbull
2008-02-20
1
-0
/
+1
[prev]
[next]