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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...
James Turnbull
2009-02-26
5
-14
/
+14
*
|
Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runs
Brice Figureau
2009-02-14
1
-9
/
+10
*
|
Merge branch '0.24.x'
Luke Kanies
2009-02-13
2
-0
/
+110
|
\
|
|
*
Fixed #1831 - Added sprintf function
James Turnbull
2009-02-14
1
-0
/
+17
|
*
Fixed #1830 - Added regsubst function
James Turnbull
2009-02-14
1
-0
/
+93
*
|
Merge branch '0.24.x'
Luke Kanies
2009-02-11
4
-24
/
+24
|
\
|
|
*
Fixed #1884 - exported defines are collected by the exporting host
Luke Kanies
2009-02-11
2
-4
/
+2
|
*
Cleaning up the AST::Resource code a bit
Luke Kanies
2009-02-10
1
-20
/
+21
|
*
Fix #1691 - Realize fails with array of Resource References
Brice Figureau
2009-02-11
1
-1
/
+1
|
*
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
|
*
Change the way the tags and params are handled in rails
Brice Figureau
2009-02-06
2
-18
/
+17
*
|
Converting the catalog as needed
Luke Kanies
2009-02-06
1
-3
/
+3
*
|
Change the way the tags and params are handled in rails
Brice Figureau
2009-02-06
2
-18
/
+17
*
|
Fixing #1913 - 'undef' resource values do not get copied to the db
Luke Kanies
2009-02-06
1
-1
/
+2
*
|
Fixing #1914 - 'undef' relationship metaparameters do not stack
Luke Kanies
2009-02-06
1
-0
/
+1
*
|
In order for ReST formatting to work properly, newlines and
James Turnbull
2009-01-22
1
-1
/
+1
*
|
Fix #1829 - Add puppet function versioncmp to compare versions
Brice Figureau
2008-12-27
1
-0
/
+10
*
|
Fix #1828 - Scope.number? wasn't strict enough and could produce wrong results
Brice Figureau
2008-12-27
1
-3
/
+3
*
|
Renaming the "Catalog#to_type" method to "Catalog#to_ral"
Luke Kanies
2008-12-18
1
-2
/
+2
*
|
Using Puppet::Resource to convert parser resources to RAL resources
Luke Kanies
2008-12-18
1
-1
/
+1
*
|
Adding resource convertion to the parser resources
Luke Kanies
2008-12-18
1
-44
/
+32
*
|
Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog
Luke Kanies
2008-12-18
1
-2
/
+2
*
|
Renaming Puppet::ResourceReference to Puppet::Resource::Reference
Luke Kanies
2008-12-09
3
-4
/
+4
|
/
*
Fix #1741 - Add inline_template function
Brice Figureau
2008-11-29
1
-0
/
+21
*
Fix #1741 - refactor TemplateWrapper, test for template function
Brice Figureau
2008-11-29
2
-24
/
+33
*
Fix #1741 - Puppet::Parser::Functions rmfunctions and unit test
Brice Figureau
2008-11-29
1
-0
/
+14
*
Fixing #1755 - handling fully qualified classes correctly.
Luke Kanies
2008-11-26
2
-4
/
+5
*
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
17
-111
/
+252
*
Fix #1402 - Allow multiline comments
Brice Figureau
2008-10-29
1
-0
/
+5
*
Fix #857 - Multiple class of the same name don't append code
Brice Figureau
2008-10-29
1
-1
/
+5
*
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
*
Fixes #1663 - added Symbol check and additional test
Sean E. Millichamp
2008-10-23
1
-1
/
+5
*
Fix #936 - Allow trailing comma in array definition
Brice Figureau
2008-10-21
2
-388
/
+393
*
Fix #1115 - part2 - fix tests and add all_tags
Brice Figureau
2008-10-21
1
-1
/
+6
*
Fixed #1663 - Regression relating to facter fact naming from 0.24.5
James Turnbull
2008-10-21
1
-1
/
+2
*
Fix #636 - Allow extraneous comma in function argument list
Brice Figureau
2008-10-21
2
-882
/
+898
*
Fix #1115 - Allow checking tags/classes from ERb templates
Brice Figureau
2008-10-14
1
-0
/
+10
*
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
4
-563
/
+637
*
Fix #381 - Allow multiple resource overrides or references
Brice Figureau
2008-10-05
4
-390
/
+383
*
Fixing #1098 - Multiline strings now correctly increment the line count
Luke Kanies
2008-10-04
1
-0
/
+3
*
Add parser for arbitrary expressions
Brice Figureau
2008-10-01
3
-645
/
+1020
*
Add arithmetic operators to AST
Brice Figureau
2008-09-30
4
-0
/
+89
*
Add not operator to AST
Brice Figureau
2008-09-30
2
-0
/
+20
*
Add comparison operators (< > == != <= >=) to AST
Brice Figureau
2008-09-30
2
-0
/
+38
*
Add boolean operators to AST
Brice Figureau
2008-09-30
2
-0
/
+49
[prev]
[next]