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
*
Adding []/[]= support to Scope
Luke Kanies
2011-07-15
3
-30
/
+27
*
(#7681) Allow array variables as resource references
Nick Lewis
2011-05-26
1
-5
/
+19
*
(#7507) Add ability to filter Ruby 1.9 spec failures
Matt Robinson
2011-05-17
2
-2
/
+2
*
maint: clean up the spec test headers in bulk.
Daniel Pittman
2011-04-13
26
-52
/
+26
*
Fix for #5027 -- generate a deprication warning for dynamic lookup
Markus Roberts
2011-04-12
1
-6
/
+6
*
Towards 5027 -- add options hash to lookupvar as with setvar
Markus Roberts
2011-04-12
4
-28
/
+30
*
Refactor en route to #5027 -- remove usestring parameter from lookupvar
Markus Roberts
2011-04-12
3
-6
/
+6
*
maint: just require 'spec_helper', thanks rspec2
Daniel Pittman
2011-04-08
26
-26
/
+26
*
(#6830) Fix overly stubbed tests
Matt Robinson
2011-03-29
1
-11
/
+15
*
Merge branch '2.6.x' into next
Matt Robinson
2011-03-18
1
-12
/
+16
|
\
|
*
(#5392) Give a better error when realizing a non-existant resource
Matt Robinson
2011-03-09
1
-12
/
+16
*
|
maint: Use expand_path when requiring spec_helper or puppettest
Matt Robinson
2010-12-06
26
-26
/
+26
*
|
Merge commit '2.6.3' into next
Paul Berry
2010-11-17
3
-3
/
+49
|
\
|
|
*
Fix for #5298 -- Collections need to do type lookup
Markus Roberts
2010-11-16
1
-0
/
+4
|
*
Fixed #5296 - test warnings messages
James Turnbull
2010-11-16
2
-3
/
+3
|
*
Fix #5127 - error when accessing array elements
Brice Figureau
2010-11-10
1
-0
/
+42
*
|
Merge commit '2.6.3rc2' into next
Paul Berry
2010-11-09
1
-96
/
+142
|
\
|
|
*
(#4534/#4778) -- Normalize parameterized classes
Paul Berry
2010-10-27
1
-88
/
+133
*
|
Partial merge to 2.6.2rc1 : Merge commit '8cd1540' into next
Jesse Wolfe
2010-10-02
1
-4
/
+14
|
\
|
|
*
[#4692] undefined variables cause :undef to be passed to functions
Paul Berry
2010-09-22
1
-4
/
+14
*
|
Merge remote branch 'paul/ticket/next/4685' into next
Jesse Wolfe
2010-09-09
2
-2
/
+8
|
\
\
|
*
|
Modified the error message that is generated when a class, definition,
Paul Berry
2010-09-07
2
-2
/
+8
*
|
|
[4638] Cleanup of plurals and inheritance relationships in AST
Paul Berry
2010-08-27
2
-39
/
+33
|
/
/
*
|
Merge remote branch 'paul/4472-4483-4496-4521-4522'
Jesse Wolfe
2010-08-17
4
-3
/
+123
|
\
\
|
|
/
|
/
|
|
*
[#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...
Paul Berry
2010-08-13
4
-3
/
+123
|
*
[#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...
Jesse Wolfe
2010-07-30
1
-5
/
+0
*
|
[#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
[next]