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
/
ast
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#4370] Fixes extlookup precedence getting overwritten between runs
Matt Robinson
2010-08-03
1
-0
/
+4
*
[#4423] repair parameterized class instantiation
Jesse Wolfe
2010-08-03
1
-0
/
+7
*
[#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...
Jesse Wolfe
2010-08-03
1
-5
/
+0
*
[#4269] Undef variables interpolate to empty string
Nick Lewis
2010-07-19
1
-0
/
+31
*
[#4287] Fix the undefined evaluate_match error when comparing functions
Matt Robinson
2010-07-19
1
-57
/
+0
*
Fix #4238 - if should match undef as ''
Brice Figureau
2010-07-18
2
-24
/
+69
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
23
-1465
/
+1465
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
15
-16
/
+16
*
Code smell: Inconsistent indentation and related formatting issues
Markus Roberts
2010-07-09
3
-15
/
+17
*
[#3994-part 3] rename spec tests from *_spec_spec to *_spec.rb
Markus Roberts
2010-06-28
23
-0
/
+0
*
[#3994-part 2] rename integration tests to *_spec.rb
Markus Roberts
2010-06-28
23
-0
/
+0
*
Cleaning up various warnings in specs
Markus Roberts
2010-06-28
1
-2
/
+2
*
[#3994] rename the specs to have _spec.rb at the end
Markus Roberts
2010-06-23
23
-0
/
+0
*
Fix #3907 - Hash couldn't be initialized with an empty hash
Brice Figureau
2010-02-17
1
-0
/
+12
*
Fix #3871 - Add the 'in' operator
Brice Figureau
2010-02-17
1
-0
/
+60
*
Fixing #448 - relationships have their own syntax
Luke Kanies
2010-02-17
1
-0
/
+88
*
Fix #3155 - prevent error when using two matching regex in cascade
Brice Figureau
2010-02-17
3
-5
/
+10
*
Fixing Hash functionality with non-constant keys
Luke Kanies
2010-04-12
1
-5
/
+27
*
Removing any mentions of :casesensitive setting
Luke Kanies
2010-04-09
3
-25
/
+33
*
Puppet::Parser::AST::Leaf#evaluate_match "insensitive" renamed to
Jesse Wolfe
2010-04-09
1
-2
/
+2
*
Finishing renaming :params to :parameters internally
Luke Kanies
2010-02-17
3
-8
/
+30
*
Adding strictness checking to resources
Luke Kanies
2010-02-17
1
-49
/
+33
*
Fixing most of the broken tests in test/
Luke Kanies
2010-02-17
1
-1
/
+35
*
Removing Resource::Reference classes
Luke Kanies
2010-02-17
2
-52
/
+28
*
Fix #3229 - use original value in case/selector regex matching
Brice Figureau
2010-02-17
3
-20
/
+13
*
Allow adding single key to hashes
Brice Figureau
2010-02-17
2
-48
/
+82
*
Fix #2389 - Enhance Puppet DSL with Hashes
Brice Figureau
2010-02-17
2
-0
/
+147
*
Fix #2818 - scope variable assigned with undef are not "undef"
Brice Figureau
2009-12-29
3
-10
/
+47
*
Fixing #2596 - Node, Class, Definition are not AST
Luke Kanies
2009-12-09
5
-581
/
+3
*
Fix #2796 - Fix puppetdoc rdoc selector parsing
Brice Figureau
2009-11-12
2
-1
/
+17
*
Fix #2672 - Make sure nodenames keep their underscores when used as classname
Brice Figureau
2009-09-23
1
-0
/
+10
*
Fix #2627 - regex node name could lead to invalid tag
Brice Figureau
2009-09-16
1
-0
/
+5
*
Fixing #2563 - multiple regex nodes now work together
Luke Kanies
2009-09-01
1
-0
/
+38
*
Fixing ruby warning in definition test
Luke Kanies
2009-08-02
1
-1
/
+1
*
Implement node matching with regexes
Brice Figureau
2009-08-01
3
-5
/
+73
*
Make sure node are referenced by their names
Brice Figureau
2009-08-01
1
-1
/
+44
*
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
*
Implement ephemeral scope variables
Brice Figureau
2009-08-01
1
-2
/
+2
*
Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctly
Brice Figureau
2009-07-25
4
-0
/
+49
*
Switching to LoadedCode from ASTSet
Luke Kanies
2009-07-05
1
-6
/
+6
*
Make sure virtual and rails query use tags when tag are searched
Brice Figureau
2009-06-06
1
-0
/
+21
*
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
10
-49
/
+49
*
Changed tabs to spaces without interfering with indentation or alignment
Ian Taylor
2009-06-06
2
-16
/
+16
*
Fix #1088 - part2 - Add rspec tests
Brice Figureau
2009-03-14
1
-0
/
+63
*
Fixed #1884 - exported defines are collected by the exporting host
Luke Kanies
2009-02-11
1
-3
/
+16
*
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
[next]