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
*
(#5392) Give a better error when realizing a non-existant resource
Matt Robinson
2011-03-09
1
-4
/
+5
*
Fix #6280 - puppetdoc crashing on string interpolation
Brice Figureau
2011-02-11
1
-1
/
+1
*
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
*
(#4534/#4778) -- Normalize parameterized classes
Paul Berry
2010-10-27
1
-3
/
+4
*
(#4860) Add regression tests that would have caught bad params method
Matt Robinson
2010-09-28
1
-5
/
+1
*
[#4692] undefined variables cause :undef to be passed to functions
Paul Berry
2010-09-22
1
-1
/
+1
*
[#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
*
Removing any mentions of :casesensitive setting
Luke Kanies
2010-04-09
3
-9
/
+7
*
Moving the string interpolation parsing to the parser/lexer
Markus Roberts
2010-02-17
1
-3
/
+11
*
Finishing renaming :params to :parameters internally
Luke Kanies
2010-02-17
4
-12
/
+12
*
Converging the Resource classes further
Luke Kanies
2010-02-17
1
-1
/
+1
*
Adding strictness checking to resources
Luke Kanies
2010-02-17
1
-1
/
+2
*
Removing Resource::Reference classes
Luke Kanies
2010-02-17
4
-79
/
+20
*
Fix #3229 - use original value in case/selector regex matching
Brice Figureau
2010-02-17
3
-9
/
+5
*
Allow adding single key to hashes
Brice Figureau
2010-02-17
2
-8
/
+31
*
Fix #2389 - Enhance Puppet DSL with Hashes
Brice Figureau
2010-02-17
2
-0
/
+55
*
Fix #2818 - scope variable assigned with undef are not "undef"
Brice Figureau
2009-12-29
1
-1
/
+6
*
Merge branch '0.25.x'
Luke Kanies
2009-12-21
1
-2
/
+2
|
\
|
*
Possible workaround for #2824 (MRI GC bug)
Markus Roberts
2009-11-19
1
-1
/
+1
|
*
Fix #2796 - Fix puppetdoc rdoc selector parsing
Brice Figureau
2009-11-12
3
-0
/
+12
|
*
Al Hoang's patch for #2781, removing obsolete when/: syntax
Markus Roberts
2009-11-05
1
-2
/
+2
*
|
Fixing #2596 - Node, Class, Definition are not AST
Luke Kanies
2009-12-09
5
-369
/
+3
*
|
Fix #2796 - Fix puppetdoc rdoc selector parsing
Brice Figureau
2009-11-12
3
-0
/
+12
|
/
*
Fix #2672 - Make sure nodenames keep their underscores when used as classname
Brice Figureau
2009-09-23
1
-1
/
+1
*
Fix #2627 - regex node name could lead to invalid tag
Brice Figureau
2009-09-16
1
-3
/
+1
*
Fixing #2563 - multiple regex nodes now work together
Luke Kanies
2009-09-01
1
-2
/
+12
*
Implement node matching with regexes
Brice Figureau
2009-08-01
3
-4
/
+40
[next]