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
...
*
|
Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runs
Brice Figureau
2009-02-14
1
-1
/
+26
*
|
Merge branch '0.24.x'
Luke Kanies
2009-02-13
2
-0
/
+130
|
\
|
|
*
Fixed #1831 - Added sprintf function
James Turnbull
2009-02-14
1
-0
/
+42
|
*
Fixed #1830 - Added regsubst function
James Turnbull
2009-02-14
1
-0
/
+88
*
|
Merge branch '0.24.x'
Luke Kanies
2009-02-11
4
-6
/
+160
|
\
|
|
*
Fixed #1884 - exported defines are collected by the exporting host
Luke Kanies
2009-02-11
2
-7
/
+20
|
*
Fix #1691 - Realize fails with array of Resource References
Brice Figureau
2009-02-11
1
-0
/
+51
|
*
Fix #1682 - Resource titles are not flattened as they should
Brice Figureau
2009-02-11
1
-0
/
+90
|
*
Fix #1922 - Functions squash all arguments into a single hash
Brice Figureau
2009-02-11
1
-2
/
+2
*
|
Converting the catalog as needed
Luke Kanies
2009-02-06
1
-1
/
+12
*
|
Fixing #1914 - 'undef' relationship metaparameters do not stack
Luke Kanies
2009-02-06
1
-0
/
+9
*
|
Merge commit 'masterzen/tickets/1834'
Luke Kanies
2008-12-30
2
-2
/
+3
|
\
\
|
*
|
Fix #1834 part2 - Fix tests when no rails
Brice Figureau
2008-12-20
2
-2
/
+3
*
|
|
Fix #1829 - Add puppet function versioncmp to compare versions
Brice Figureau
2008-12-27
1
-0
/
+29
*
|
|
Fix #1828 - Scope.number? wasn't strict enough and could produce wrong results
Brice Figureau
2008-12-27
1
-0
/
+14
|
/
/
*
|
Deprecating the Puppet::Type.create.
Luke Kanies
2008-12-18
1
-2
/
+2
*
|
Finishing the work to use Puppet::Resource instead of TransObject
Luke Kanies
2008-12-18
1
-1
/
+5
*
|
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
-3
/
+3
*
|
Adding resource convertion to the parser resources
Luke Kanies
2008-12-18
1
-0
/
+80
*
|
Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog
Luke Kanies
2008-12-18
1
-1
/
+1
*
|
Merge branch '0.24.x'
Luke Kanies
2008-12-02
16
-110
/
+651
|
\
|
|
*
Fix #1741 - fix some failing tests on some ruby versions.
Brice Figureau
2008-12-02
1
-5
/
+5
|
*
Fixing the AST constant warnings, using a variable instead of a constant
Luke Kanies
2008-12-02
6
-74
/
+74
|
*
Fix #1741 - Add inline_template function
Brice Figureau
2008-11-29
1
-0
/
+59
|
*
Fix #1741 - refactor TemplateWrapper, test for template function
Brice Figureau
2008-11-29
2
-19
/
+100
|
*
Fix #1741 - Puppet::Parser::Functions rmfunctions and unit test
Brice Figureau
2008-11-29
1
-0
/
+83
|
*
Fixing #1755 - handling fully qualified classes correctly.
Luke Kanies
2008-11-26
2
-0
/
+56
|
*
Removing the included testing gems; you must now install them yourself.
Luke Kanies
2008-11-25
1
-6
/
+35
|
*
Fix #1759 - Comparison operator was using string comparison for numbers
Brice Figureau
2008-11-20
1
-10
/
+50
|
*
Move function existance test to parser evaluation
Brice Figureau
2008-11-17
1
-0
/
+77
|
*
RSpec tests for the doc system (covers AST.doc, lexer and parser)
Brice Figureau
2008-11-17
3
-5
/
+121
*
|
Fixing a test broken by previous refactoring
Luke Kanies
2008-11-07
1
-7
/
+4
|
/
*
Fix #1402 - Allow multiline comments
Brice Figureau
2008-10-29
1
-1
/
+29
*
Fix #857 - Multiple class of the same name don't append code
Brice Figureau
2008-10-29
1
-0
/
+28
*
Fix #1682 - ASTArray should flatten product of evaluation of its children
Brice Figureau
2008-10-29
1
-0
/
+66
*
Fixed #1104 - Classes and nodes should set $name variables
Brice Figureau
2008-10-28
1
-0
/
+13
*
Fixes #1663 - added Symbol check and additional test
Sean E. Millichamp
2008-10-23
1
-0
/
+9
*
Fix #936 - Allow trailing comma in array definition
Brice Figureau
2008-10-21
1
-0
/
+8
*
Fix #1115 - part2 - fix tests and add all_tags
Brice Figureau
2008-10-21
1
-1
/
+7
*
Fixed #1663 - Regression relating to facter fact naming from 0.24.5
James Turnbull
2008-10-21
1
-1
/
+14
*
Fix #636 - Allow extraneous comma in function argument list
Brice Figureau
2008-10-21
1
-0
/
+24
*
Fix #1115 - Allow checking tags/classes from ERb templates
Brice Figureau
2008-10-14
1
-0
/
+14
*
Fix #1202 - Collection attribute matching doesn't parse arrays
Brice Figureau
2008-10-08
1
-0
/
+92
*
Fix #1109 - allow empty if or else branches
Brice Figureau
2008-10-07
2
-0
/
+46
*
Rspec Tests for #381.
Brice Figureau
2008-10-05
3
-1
/
+154
*
Fixing #1098 - Multiline strings now correctly increment the line count
Luke Kanies
2008-10-04
1
-0
/
+21
*
Add parser for arbitrary expressions
Brice Figureau
2008-10-01
2
-4
/
+80
*
Add arithmetic operators to AST
Brice Figureau
2008-09-30
3
-0
/
+159
*
Add not operator to AST
Brice Figureau
2008-09-30
1
-0
/
+30
[prev]
[next]