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
...
*
Implement node matching with regexes
Brice Figureau
2009-08-01
4
-12
/
+121
*
Make sure node are referenced by their names
Brice Figureau
2009-08-01
3
-17
/
+191
*
Enhance selector and case statements to match with regexp
Brice Figureau
2009-08-01
2
-0
/
+299
*
Fix #2033 - Allow regexp in if expression
Brice Figureau
2009-08-01
2
-0
/
+125
*
Add AST::Regex, an AST leaf node representing a regex
Brice Figureau
2009-08-01
1
-1
/
+120
*
Add regex, match and not match token to the lexer
Brice Figureau
2009-08-01
1
-0
/
+14
*
Allow variable $0 to $9 to be interpolated, if ephemeral
Brice Figureau
2009-08-01
1
-0
/
+30
*
Implement ephemeral scope variables
Brice Figureau
2009-08-01
2
-9
/
+63
*
Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctly
Brice Figureau
2009-07-25
4
-0
/
+49
*
Fixing mocks to remove warnings
Luke Kanies
2009-07-25
1
-18
/
+18
*
Fixing #2423 - no more strange dependency cycles
Luke Kanies
2009-07-25
1
-0
/
+23
*
Fix #2439 - let puppetdoc use loaded_code
Brice Figureau
2009-07-24
1
-0
/
+7
*
Fix #2364 - Associates the correct comment to the right statement
Brice Figureau
2009-07-10
1
-0
/
+14
*
Make sure the parser sees the correct line number
Brice Figureau
2009-07-10
1
-10
/
+24
*
Switching to LoadedCode from ASTSet
Luke Kanies
2009-07-05
3
-33
/
+21
*
Adding a special class to handle loaded classes/defines/nodes
Luke Kanies
2009-07-05
1
-0
/
+106
*
Fix #2333 - Make sure lexer skip whitespace on non-token
Brice Figureau
2009-06-12
1
-0
/
+4
*
Updated split function and add split function unit tests (courtesy of Thomas ...
James Turnbull
2009-06-12
5
-0
/
+51
*
Cleaning up scope tests a bit
Luke Kanies
2009-06-11
1
-4
/
+3
*
Fixing #2336 - qualified variables only throw warnings
Luke Kanies
2009-06-11
1
-4
/
+102
*
Fix #2246 - take2: make sure we run the rails tag query only when needed
Brice Figureau
2009-06-11
1
-1
/
+11
*
Fix collector specs which were not working
Brice Figureau
2009-06-11
1
-9
/
+12
*
Make sure overriding a tag also produces a tag
Brice Figureau
2009-06-11
1
-0
/
+10
*
Fix #1907 (or sort) - 'require' puppet function
Brice Figureau
2009-06-10
1
-0
/
+36
*
Fix some tests who were missing some actions
Brice Figureau
2009-06-06
1
-0
/
+4
*
Make sure virtual and rails query use tags when tag are searched
Brice Figureau
2009-06-06
2
-2
/
+23
*
Make sure resources are tagged with the user tag on the server
Brice Figureau
2009-06-06
1
-0
/
+7
*
Fix #2246 - Array tagged resources can't be collected or exported
Brice Figureau
2009-06-06
1
-2
/
+4
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
18
-77
/
+77
*
Changed tabs to spaces without interfering with indentation or alignment
Ian Taylor
2009-06-06
5
-72
/
+72
*
Fixing #2230 - exported resources work again
Luke Kanies
2009-06-03
1
-0
/
+5
*
Fixing #2250 - Missing templates throw a helpful error
Luke Kanies
2009-05-18
2
-15
/
+31
*
Modules now can find their own paths
Luke Kanies
2009-05-15
1
-26
/
+0
*
Moving file-searching code out of Puppet::Module
Luke Kanies
2009-05-15
2
-2
/
+196
*
Switching to Indirected ActiveRecord
Luke Kanies
2009-04-22
1
-21
/
+0
*
Fixing #1885 - Relationships metaparams do not cascade
Luke Kanies
2009-04-22
1
-27
/
+8
*
Merge branch '0.24.x'
Luke Kanies
2009-04-02
3
-1
/
+13
|
\
|
*
Fix #1829 - Add puppet function versioncmp to compare versions
Brice Figureau
2009-03-24
1
-0
/
+29
|
*
Fix #1828 - Scope.number? wasn't strict enough and could produce wrong results
Brice Figureau
2009-03-14
1
-0
/
+14
|
*
Using the FileCollection where appropriate.
Luke Kanies
2009-02-28
3
-1
/
+13
*
|
Fix #2107 - flatten resource references arrays properly
Brice Figureau
2009-03-27
1
-0
/
+8
*
|
Fix #1088 - part2 - Add rspec tests
Brice Figureau
2009-03-14
2
-37
/
+202
*
|
Refactoring how the Settings file is parsed
Luke Kanies
2009-02-19
1
-5
/
+3
*
|
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
[prev]
[next]