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
/
resource
Commit message (
Expand
)
Author
Age
Files
Lines
*
(#5771) Upgrade rspec to version 2
Matt Robinson
2011-01-04
1
-6
/
+2
*
(#5715) Added attributes resource_type and title to Puppet::Resource::Status.
Paul Berry
2010-12-30
1
-0
/
+5
*
(#5715) Removed attribute source_description from the YAML representation of
Paul Berry
2010-12-30
1
-0
/
+10
*
(#5715) Make certain report attributes always present.
Nick Lewis
2010-12-30
1
-4
/
+4
*
(#5715) Removed redundant attribute Resource::Status#version
Paul Berry
2010-12-30
1
-2
/
+2
*
(#5715) Removed Puppet::Util::Log#version.
Paul Berry
2010-12-30
1
-1
/
+1
*
(#5715) Removed Resource::Status#skipped_reason. It was never used.
Paul Berry
2010-12-30
1
-1
/
+1
*
Modified the behavior of Puppet::Resource::Status as follows:
Paul Berry
2010-12-17
1
-2
/
+22
*
(#5408) Reworked ResourceHarness so that code is clearer and all behaviors ar...
Paul Berry
2010-12-17
1
-1
/
+16
*
[#5081] Revert "Fix #4349 - Parsing with ignoreimport=true was always loading...
Matt Robinson
2010-12-01
1
-8
/
+0
*
(#4534/#4778) -- Normalize parameterized classes
Paul Berry
2010-10-27
1
-13
/
+13
*
Fix for #4518 -- classes not getting added to compiler.classes
Markus Roberts
2010-08-21
1
-0
/
+17
*
[#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...
Jesse Wolfe
2010-08-03
3
-2
/
+30
*
Fix #4349 - Parsing with ignoreimport=true was always loading site.pp
Markus Roberts
2010-07-25
1
-0
/
+8
*
[#4270] Force inherited classes to load into the correct environment
Jesse Wolfe
2010-07-19
2
-5
/
+26
*
[#4233] Ruby regexps are not multiline by default, but Resource titles can be...
Jesse Wolfe
2010-07-18
1
-0
/
+9
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
5
-1936
/
+1936
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
1
-3
/
+1
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
1
-1
/
+1
*
maint: fix stubbing in catalog_spec.rb
Jesse Wolfe
2010-07-02
1
-0
/
+4
*
[#3994-part 3] rename spec tests from *_spec_spec to *_spec.rb
Markus Roberts
2010-06-28
5
-0
/
+0
*
[#3994-part 2] rename integration tests to *_spec.rb
Markus Roberts
2010-06-28
5
-0
/
+0
*
Removing obsolete nodescope concept
Luke Kanies
2010-06-28
1
-6
/
+0
*
Fix #3665 - part 2, node inheritance fixes
Brice Figureau
2010-06-28
1
-0
/
+41
*
Fix failing tests in spec/unit/resources/type.rb
Brice Figureau
2010-06-28
1
-3
/
+2
*
Fix #3665 - main class shouldn't be a subscope of itself
Brice Figureau
2010-06-28
1
-0
/
+8
*
[#3994] rename the specs to have _spec.rb at the end
Markus Roberts
2010-06-23
5
-0
/
+0
*
Fix #3667 - Fix class namespace
Brice Figureau
2010-02-17
1
-2
/
+8
*
Fixing #2337 - Adding 'freeze_main' setting
Luke Kanies
2010-02-17
1
-0
/
+8
*
Fixing #1545 - Adding 'caller_module_name' variable
Luke Kanies
2010-02-17
1
-0
/
+8
*
Fixing #1545 - module_name is now a variable
Luke Kanies
2010-02-17
1
-0
/
+8
*
Working #3139 - Catalogs default to host_config
Luke Kanies
2010-02-17
1
-2
/
+7
*
Make specs work on win32
David Schmitt
2010-02-17
2
-14
/
+21
*
{#3866] Rename the method metaclass to singleton_class to avoid the deprecati...
Matt Robinson
2010-02-17
1
-1
/
+1
*
Fixing #2655 - Adding default parameter values to resources
Luke Kanies
2010-02-17
1
-0
/
+2
*
Refactoring tests - replacing stubs with instances
Luke Kanies
2010-02-17
1
-4
/
+0
*
Fixing #2658 - adding backward compatibility for 0.24
Luke Kanies
2010-02-17
1
-20
/
+29
*
Fixing #2655 - Adding default parameter values to resources
Luke Kanies
2010-02-17
1
-0
/
+8
*
Refactoring tests - replacing stubs with instances
Luke Kanies
2010-02-17
1
-27
/
+17
*
Fixing Catalog conversion
Luke Kanies
2010-02-17
1
-0
/
+8
*
Fixing #3668 - fixed autoloading classes from modules
Luke Kanies
2010-02-17
1
-4
/
+53
*
Adding indirector support to Resource Types
Luke Kanies
2010-02-17
1
-0
/
+41
*
Fixing #3533 - Removing all transaction cleanup
Luke Kanies
2010-02-17
1
-37
/
+0
*
Bug #3451: Don't leak the terminus class setting from Puppet::Resource::Catal...
Jesse Wolfe
2010-02-17
1
-0
/
+8
*
Adding :catalog_terminus setting
Luke Kanies
2010-02-17
1
-2
/
+8
*
Fixing various broken Resource::Type tests
Luke Kanies
2010-04-09
1
-18
/
+19
*
Adding virtual and exported resource support to the DSL
Luke Kanies
2010-02-17
1
-20
/
+6
*
s/DSL::ResourceHelper/DSL::ResourceAPI/g
Luke Kanies
2010-02-17
1
-1
/
+1
*
Adding simplistic pure ruby interface
Luke Kanies
2010-02-17
2
-6
/
+35
*
Forcing parent evaluation in resource types
Luke Kanies
2010-02-17
1
-1
/
+44
[next]