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
*
maint: Fix tests that don't run on their own
Matt Robinson
2010-11-22
2
-0
/
+2
*
maint: Fix intermittent parser spec failures
Nick Lewis
2010-11-17
1
-21
/
+21
*
Merge commit '2.6.3' into next
Paul Berry
2010-11-17
4
-5
/
+58
|
\
|
*
Fix for #5298 -- Collections need to do type lookup
Markus Roberts
2010-11-16
1
-0
/
+4
|
*
Fixed #5296 - test warnings messages
James Turnbull
2010-11-16
2
-3
/
+3
|
*
Fix #5252 - line number mis-attribution during parsing
Brice Figureau
2010-11-11
1
-2
/
+9
|
*
Fix #5127 - error when accessing array elements
Brice Figureau
2010-11-10
1
-0
/
+42
*
|
Merge commit '2.6.3rc2' into next
Paul Berry
2010-11-09
3
-104
/
+151
|
\
|
|
*
(#4534/#4778) -- Normalize parameterized classes
Paul Berry
2010-10-27
2
-96
/
+141
|
*
Fix for #5022 -- Escaped newlines should be elided
Markus Roberts
2010-10-18
1
-0
/
+1
*
|
Merge commit '2.6.2rc1' into next
Jesse Wolfe
2010-10-04
1
-0
/
+8
|
\
|
|
*
Fix for #4804 -- escaped backslashes in interpolated strings
Markus Roberts
2010-09-28
1
-0
/
+8
*
|
Partial merge to 2.6.2rc1 : Merge commit '8cd1540' into next
Jesse Wolfe
2010-10-02
1
-4
/
+14
|
\
|
|
*
[#4692] undefined variables cause :undef to be passed to functions
Paul Berry
2010-09-22
1
-4
/
+14
*
|
Partial merge to 2.6.2rc1 : Merge commit 'f950061' into next
Jesse Wolfe
2010-10-02
1
-9
/
+0
|
\
|
|
*
[#4716] ResourceTypeAPI exposes implementation details that are likely to change
Paul Berry
2010-09-22
1
-9
/
+0
*
|
Partial merge to 2.6.2rc1 : Merge commit '2b50f30' into next
Jesse Wolfe
2010-10-02
1
-15
/
+3
|
\
|
|
*
[#4771] Import of manifests with the same name only happens once
Paul Berry
2010-09-23
1
-16
/
+3
*
|
Merge commit '2.6.1rc4' into next
Jesse Wolfe
2010-09-13
1
-1
/
+0
|
\
|
|
*
[#4308] Remove puppettest from specs
Matt Robinson
2010-09-03
1
-1
/
+0
*
|
Merge remote branch 'paul/ticket/next/4685' into next
Jesse Wolfe
2010-09-09
2
-2
/
+8
|
\
\
|
*
|
Modified the error message that is generated when a class, definition,
Paul Berry
2010-09-07
2
-2
/
+8
*
|
|
Merge remote branch 'paul/ticket/next/4638' into next
Jesse Wolfe
2010-09-09
3
-42
/
+35
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[4638] Cleanup of plurals and inheritance relationships in AST
Paul Berry
2010-08-27
3
-42
/
+35
*
|
|
Merge commit '2.6.1rc3' into next
Jesse Wolfe
2010-08-27
1
-1
/
+12
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fix for #4542 -- included classes weren't assigned proper stages
Markus Roberts
2010-08-24
1
-1
/
+12
*
|
Merge remote branch 'paul/4472-4483-4496-4521-4522'
Jesse Wolfe
2010-08-17
7
-126
/
+200
|
\
\
|
|
/
|
/
|
|
*
[#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...
Paul Berry
2010-08-13
7
-68
/
+189
|
*
[#4472]+[#4483] Moved type-name resolution out of Puppet::Parser::TypeLoader.
Paul Berry
2010-08-12
1
-65
/
+18
|
*
[#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...
Jesse Wolfe
2010-07-30
4
-15
/
+5
*
|
Fixes #4485 -- single quoted strings should not treat \n as new line
Markus Roberts
2010-08-05
1
-0
/
+1
*
|
[#4370] Fixes extlookup precedence getting overwritten between runs
Matt Robinson
2010-08-03
2
-3
/
+17
*
|
[#4423] repair parameterized class instantiation
Jesse Wolfe
2010-08-03
1
-0
/
+7
*
|
[#4423] class { shouldn't get stored on the namespace stack
Jesse Wolfe
2010-08-03
1
-0
/
+6
*
|
[#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...
Jesse Wolfe
2010-08-03
4
-15
/
+5
*
|
[#4344] Fix for failing templates when module name matches file in local dir.
Paul Berry
2010-08-03
2
-4
/
+4
*
|
[#4242] Fixed (removed) a broken unit test
Nick Lewis
2010-08-03
1
-22
/
+0
|
/
*
extlookup() is a builtin
Jesse Wolfe
2010-07-25
1
-0
/
+85
*
Fix for #4303 -- reverting to old escaping in '-strings
Markus Roberts
2010-07-25
1
-0
/
+3
*
Temporary tweak to tests for #4242
Markus Roberts
2010-07-25
1
-0
/
+5
*
[#4242] Fixed recursion due to parents including their children
Nick Lewis
2010-07-25
1
-0
/
+50
*
[#4269] Undef variables interpolate to empty string
Nick Lewis
2010-07-19
1
-0
/
+31
*
[#4287] Fix the undefined evaluate_match error when comparing functions
Matt Robinson
2010-07-19
2
-57
/
+70
*
Fix for #4236 -- Only interpolate $ if followed by a variable
Markus Roberts
2010-07-18
1
-1
/
+7
*
Fix #4238 - if should match undef as ''
Brice Figureau
2010-07-18
2
-24
/
+69
*
Minimal fix for #4243 -- import isn't thread safe
Markus Roberts
2010-07-18
1
-13
/
+13
*
Partial fix for #4278 -- the performance aspects
Markus Roberts
2010-07-18
1
-1
/
+1
*
Fix #4206 - import "path/*" tries to import files twice
Brice Figureau
2010-07-11
1
-0
/
+6
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
48
-5459
/
+5459
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
33
-47
/
+47
[next]