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
/
ast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scope[] now returns nil for undefined variables
Luke Kanies
2011-07-15
1
-3
/
+4
*
Adding []/[]= support to Scope
Luke Kanies
2011-07-15
1
-2
/
+2
*
(#7681) Allow array variables as resource references
Nick Lewis
2011-05-26
1
-1
/
+1
*
Towards 5027 -- add options hash to lookupvar as with setvar
Markus Roberts
2011-04-12
2
-3
/
+3
*
Refactor en route to #5027 -- remove usestring parameter from lookupvar
Markus Roberts
2011-04-12
1
-1
/
+1
*
Merge branch '2.6.x' into next
Matt Robinson
2011-03-18
1
-4
/
+5
|
\
|
*
(#5392) Give a better error when realizing a non-existant resource
Matt Robinson
2011-03-09
1
-4
/
+5
*
|
Merge branch '2.6.next' into next
Matt Robinson
2011-03-07
1
-1
/
+1
|
\
|
|
*
Fix #6280 - puppetdoc crashing on string interpolation
Brice Figureau
2011-02-11
1
-1
/
+1
*
|
Merge commit '2.6.3' into next
Paul Berry
2010-11-17
2
-53
/
+44
|
\
|
|
*
Fix for #5298 -- Collections need to do type lookup
Markus Roberts
2010-11-16
1
-1
/
+2
|
*
Step towards [5298] -- cleanup indentation, etc. in AST::Collection
Markus Roberts
2010-11-16
1
-51
/
+33
|
*
Fix #5127 - error when accessing array elements
Brice Figureau
2010-11-10
1
-2
/
+10
*
|
Merge commit '2.6.3rc2' into next
Paul Berry
2010-11-09
1
-3
/
+4
|
\
|
|
*
(#4534/#4778) -- Normalize parameterized classes
Paul Berry
2010-10-27
1
-3
/
+4
*
|
Merge remote branch 'paul/ticket/next/4657' into next
Jesse Wolfe
2010-10-05
3
-6
/
+15
|
\
\
|
*
|
[#4657] Customer-supplied .rb files are not compatible with multiple environm...
Paul Berry
2010-09-02
3
-6
/
+15
*
|
|
Partial merge to 2.6.2rc1 : Merge commit '574812e' into next
Jesse Wolfe
2010-10-04
1
-1
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
(#4860) Add regression tests that would have caught bad params method
Matt Robinson
2010-09-28
1
-5
/
+1
*
|
|
Partial merge to 2.6.2rc1 : Merge commit '8cd1540' into next
Jesse Wolfe
2010-10-02
1
-1
/
+1
|
\
|
|
|
*
|
[#4692] undefined variables cause :undef to be passed to functions
Paul Berry
2010-09-22
1
-1
/
+1
*
|
|
Merge remote branch 'paul/ticket/next/4685' into next
Jesse Wolfe
2010-09-09
3
-17
/
+7
|
\
\
\
|
*
|
|
Modified the error message that is generated when a class, definition,
Paul Berry
2010-09-07
2
-1
/
+3
|
|
|
/
|
|
/
|
|
*
|
[#4685] Classes, defines, and nodes allowed inside of non-evaluated conditionals
Paul Berry
2010-09-01
1
-16
/
+4
*
|
|
[4638] Cleanup of plurals and inheritance relationships in AST
Paul Berry
2010-08-27
5
-104
/
+73
|
/
/
*
|
Merge remote branch 'paul/4472-4483-4496-4521-4522'
Jesse Wolfe
2010-08-17
5
-1
/
+77
|
\
\
|
|
/
|
/
|
|
*
[#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...
Paul Berry
2010-08-13
5
-1
/
+77
|
*
[#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...
Jesse Wolfe
2010-07-30
2
-5
/
+26
*
|
[#4370] Fixes extlookup precedence getting overwritten between runs
Matt Robinson
2010-08-03
2
-2
/
+1
*
|
[#4423] repair parameterized class instantiation
Jesse Wolfe
2010-08-03
2
-17
/
+4
*
|
[#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...
Jesse Wolfe
2010-08-03
2
-5
/
+26
|
/
*
[#4269] Undef variables interpolate to empty string
Nick Lewis
2010-07-19
1
-1
/
+1
*
[#4287] Fix the undefined evaluate_match error when comparing functions
Matt Robinson
2010-07-19
1
-14
/
+0
*
Fix #4238 - if should match undef as ''
Brice Figureau
2010-07-18
2
-8
/
+10
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
28
-940
/
+940
*
Code smell: Use ||= for conditional initialization
Markus Roberts
2010-07-09
2
-2
/
+2
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
9
-18
/
+18
*
Code smell: Booleans are first class values.
Markus Roberts
2010-07-09
4
-11
/
+4
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
12
-45
/
+15
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
11
-21
/
+20
*
Code smell: Inconsistent indentation and related formatting issues
Markus Roberts
2010-07-09
8
-14
/
+30
*
Fix #3907 - Hash couldn't be initialized with an empty hash
Brice Figureau
2010-02-17
1
-0
/
+5
*
Fix #3871 - Add the 'in' operator
Brice Figureau
2010-02-17
1
-0
/
+26
*
Improving fix for #1175; tightening thread safety
Markus Roberts
2010-02-17
1
-3
/
+1
*
Part 2 of fix for #1175 (functions in environments)
Markus Roberts
2010-02-17
1
-2
/
+1
*
[#3921] Remove unnecessary require 'puppet/resource'
Rein Henrichs
2010-02-17
1
-1
/
+0
*
Fixing #448 - relationships have their own syntax
Luke Kanies
2010-02-17
1
-0
/
+60
*
Fix #3155 - prevent error when using two matching regex in cascade
Brice Figureau
2010-02-17
3
-3
/
+7
*
Fixing Hash functionality with non-constant keys
Luke Kanies
2010-04-12
1
-1
/
+2
*
Removing vistigial method in ASTHash
Luke Kanies
2010-04-12
1
-3
/
+0
[next]