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
/
lib
/
puppet
/
resource.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#4247] storeconfigs was calling Puppet::Parser::Resource.new with the wrong ...
Jesse Wolfe
2010-07-18
1
-0
/
+3
*
Partial fix for #4278 -- the performance aspects
Markus Roberts
2010-07-18
1
-1
/
+1
*
[#3656] Serializing arrays of references
Jesse Wolfe
2010-07-13
1
-5
/
+12
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
1
-430
/
+430
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
1
-2
/
+2
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
1
-4
/
+4
*
Code smell: Booleans are first class values.
Markus Roberts
2010-07-09
1
-4
/
+2
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
1
-6
/
+2
*
Code smell: Inconsistent indentation and related formatting issues
Markus Roberts
2010-07-09
1
-16
/
+16
*
Fix for #4178 - generalize autoloading to include .rb
Luke Kanies
2010-07-09
1
-10
/
+5
*
Fix for pre 1.8.7 compatibility in namvar patch
Markus Roberts
2010-06-28
1
-5
/
+1
*
[#1621] Composite keys for resources
Jesse Wolfe
2010-06-21
1
-38
/
+32
*
Fixing #2658 - adding backward compatibility for 0.24
Luke Kanies
2010-02-17
1
-1
/
+1
*
Fix #3656 JSON serialization of dependencies
Jesse Wolfe
2010-02-17
1
-1
/
+5
*
Fixing type/title resource resolution
Luke Kanies
2010-02-17
1
-35
/
+121
*
Converging the Resource classes further
Luke Kanies
2010-02-17
1
-3
/
+9
*
Adding strictness checking to resources
Luke Kanies
2010-02-17
1
-6
/
+12
*
Fixing most of the broken tests in test/
Luke Kanies
2010-02-17
1
-13
/
+39
*
Removing Resource::Reference classes
Luke Kanies
2010-02-17
1
-34
/
+81
*
Adding parameter validation to Puppet::Resource
Luke Kanies
2010-02-17
1
-8
/
+48
*
Changing the interface of Puppet::Resource
Luke Kanies
2010-02-17
1
-3
/
+9
*
Feature #3383 RAL over REST
Jesse Wolfe
2010-02-17
1
-1
/
+16
*
Since the types stored in resource's @parameters have changed,
Jesse Wolfe
2010-02-17
1
-0
/
+4
*
Bundling of pure ruby json lib as "pson"
Markus Roberts
2009-10-17
1
-19
/
+15
*
Fix for #2621 (JSON serialization of exec)
Markus Roberts
2009-09-16
1
-1
/
+0
*
Fix #2507 - Exported resources were not correctly collected.
Brice Figureau
2009-08-13
1
-3
/
+5
*
Changing the preferred serialization format to json
Luke Kanies
2009-06-06
1
-8
/
+0
*
Providing JSON support to the Resource class
Luke Kanies
2009-06-06
1
-3
/
+69
*
Fixing a bunch of warnings
Luke Kanies
2009-06-03
1
-1
/
+2
*
Adding an 'Exported' attribute to Puppet::Resource
Luke Kanies
2009-04-24
1
-1
/
+5
*
Fixing #2112 - Transactions handle conflicting generated resources
Luke Kanies
2009-04-17
1
-1
/
+1
*
Fixing tests broken during the #1405 fix.
Luke Kanies
2009-02-06
1
-0
/
+10
*
Deprecating the Puppet::Type.create.
Luke Kanies
2008-12-18
1
-2
/
+2
*
Adding name/namevar abstraction to Puppet::Resource.
Luke Kanies
2008-12-18
1
-7
/
+33
*
Replacing TransObject usage with Puppet::Resource
Luke Kanies
2008-12-18
1
-14
/
+14
*
Renaming Puppet::ResourceReference to Puppet::Resource::Reference
Luke Kanies
2008-12-09
1
-4
/
+4
*
Adding Trans{Object,Bucket} backward compatibility to Puppet::Resource
Luke Kanies
2008-12-09
1
-0
/
+57
*
Starting on #1808 - Added a base resource class.
Luke Kanies
2008-12-09
1
-0
/
+107