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
...
*
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
*
Make sure node are referenced by their names
Brice Figureau
2009-08-01
2
-6
/
+17
*
Enhance selector and case statements to match with regexp
Brice Figureau
2009-08-01
3
-56
/
+33
*
Fix #2033 - Allow regexp in if expression
Brice Figureau
2009-08-01
2
-6
/
+42
*
Add AST::Regex, an AST leaf node representing a regex
Brice Figureau
2009-08-01
1
-0
/
+42
*
Implement ephemeral scope variables
Brice Figureau
2009-08-01
1
-1
/
+1
*
Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctly
Brice Figureau
2009-07-25
4
-1
/
+30
*
Switching to LoadedCode from ASTSet
Luke Kanies
2009-07-05
3
-4
/
+4
*
Make sure virtual and rails query use tags when tag are searched
Brice Figureau
2009-06-06
1
-4
/
+11
*
Fix #2246 - Array tagged resources can't be collected or exported
Brice Figureau
2009-06-06
1
-1
/
+1
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
9
-12
/
+12
*
Merge branch '0.24.x'
Luke Kanies
2009-04-02
2
-3
/
+3
|
\
|
*
Using the FileCollection where appropriate.
Luke Kanies
2009-02-28
2
-3
/
+3
*
|
Fix #1088 - Collections overrides
Brice Figureau
2009-03-14
1
-0
/
+31
*
|
Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...
James Turnbull
2009-02-26
2
-8
/
+8
*
|
Merge branch '0.24.x'
Luke Kanies
2009-02-11
2
-21
/
+22
|
\
|
|
*
Fixed #1884 - exported defines are collected by the exporting host
Luke Kanies
2009-02-11
1
-2
/
+1
|
*
Cleaning up the AST::Resource code a bit
Luke Kanies
2009-02-10
1
-20
/
+21
|
*
Fix #1682 - Resource titles are not flattened as they should
Brice Figureau
2009-02-11
1
-1
/
+1
|
*
Fix #1922 - Functions squash all arguments into a single hash
Brice Figureau
2009-02-11
1
-1
/
+2
*
|
Renaming Puppet::ResourceReference to Puppet::Resource::Reference
Luke Kanies
2008-12-09
1
-1
/
+1
|
/
*
Fix #1759 - Comparison operator was using string comparison for numbers
Brice Figureau
2008-11-20
1
-0
/
+4
*
Move function existance test to parser evaluation
Brice Figureau
2008-11-17
1
-12
/
+16
*
Add a doc attribute to AST nodes and fill it with the last seen comments
Brice Figureau
2008-11-17
12
-0
/
+32
*
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
*
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
1
-0
/
+11
*
Fix #381 - Allow multiple resource overrides or references
Brice Figureau
2008-10-05
2
-22
/
+33
*
Add arithmetic operators to AST
Brice Figureau
2008-09-30
2
-0
/
+64
*
Add not operator to AST
Brice Figureau
2008-09-30
1
-0
/
+19
[prev]
[next]