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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecating the Puppet::Type.create.
Luke Kanies
2008-12-18
78
-463
/
+465
*
Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.type
Luke Kanies
2008-12-18
55
-192
/
+194
*
Finishing the work to use Puppet::Resource instead of TransObject
Luke Kanies
2008-12-18
16
-177
/
+234
*
Adding name/namevar abstraction to Puppet::Resource.
Luke Kanies
2008-12-18
2
-8
/
+82
*
Supporting a nil expirer on cacher objects.
Luke Kanies
2008-12-18
2
-1
/
+23
*
Setting resource defaults immediately.
Luke Kanies
2008-12-18
3
-6
/
+20
*
Refactoring the Settings class to use Puppet::Resource
Luke Kanies
2008-12-18
5
-342
/
+372
*
TransObject is nearly deprecated now.
Luke Kanies
2008-12-18
10
-194
/
+256
*
Simplifying the initialization interface for References
Luke Kanies
2008-12-18
2
-5
/
+20
*
Replacing TransObject usage with Puppet::Resource
Luke Kanies
2008-12-18
7
-558
/
+220
*
Renaming the "Catalog#to_type" method to "Catalog#to_ral"
Luke Kanies
2008-12-18
13
-96
/
+33
*
Using Puppet::Resource to convert parser resources to RAL resources
Luke Kanies
2008-12-18
3
-28
/
+9
*
Adding resource convertion to the parser resources
Luke Kanies
2008-12-18
3
-128
/
+112
*
Adding equality testing to Puppet::Resource::Reference
Luke Kanies
2008-12-18
2
-0
/
+22
*
Correcting whitespace and nested describes in Puppet::Resource::Catalog
Luke Kanies
2008-12-18
1
-665
/
+667
*
Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog
Luke Kanies
2008-12-18
35
-124
/
+124
*
Renaming Puppet::ResourceReference to Puppet::Resource::Reference
Luke Kanies
2008-12-09
11
-46
/
+47
*
Adding Trans{Object,Bucket} backward compatibility to Puppet::Resource
Luke Kanies
2008-12-09
4
-0
/
+160
*
Starting on #1808 - Added a base resource class.
Luke Kanies
2008-12-09
4
-5
/
+316
*
Removing the "clear" from the macauthorization tests
Luke Kanies
2008-12-09
1
-6
/
+1
*
Merge branch '0.24.x'
Luke Kanies
2008-12-09
26
-123
/
+972
|
\
|
*
Fix ZFS autorequire test
Andrew Shafer
2008-12-08
1
-19
/
+19
|
*
Add a unique name to objects so we can determine uniqueness when read back in
John Ferlito
2008-12-09
3
-1
/
+9
|
*
Fix launchd service test on non-OSX platforms
James Turnbull
2008-12-09
1
-1
/
+1
|
*
Fix the spec tests to work on other platforms, do the confine around OS X ver...
Nigel Kersten
2008-12-09
4
-89
/
+85
|
*
remove unnecessary mk_resource_methods call
Nigel Kersten
2008-12-09
1
-2
/
+0
|
*
CHANGELOG updates
James Turnbull
2008-12-09
2
-5
/
+51
|
*
Add a unique name to objects so we can determine uniqueness when read back in
John Ferlito
2008-12-09
3
-74
/
+117
|
*
Bug #1803 Zfs should auto require the ancestor file systems
Andrew Shafer
2008-12-08
2
-0
/
+23
|
*
Refactor #1802 Use 'zfs get -H -o value' instead of parsing output for value
Andrew Shafer
2008-12-08
2
-14
/
+3
|
*
Fixing #1800 - tidy now correctly ignores missing files and directories
Luke Kanies
2008-12-08
2
-1
/
+16
|
*
Fixing #1794 - returning sync when it is already initialized
Luke Kanies
2008-12-08
1
-0
/
+1
|
*
Fixing #1750 again - All of the properties and now :ensure check replace?
Luke Kanies
2008-12-08
2
-0
/
+25
|
*
Fix rake abort when there is a matching confine
Brice Figureau
2008-12-08
1
-1
/
+1
|
*
spec tests for type and provider and some code cleanup to adhere to DRY
Nigel Kersten
2008-12-06
4
-160
/
+416
|
*
Finished work on rules creation and deletion
Nigel Kersten
2008-12-06
2
-89
/
+129
|
*
new better way of doing stdin
Nigel Kersten
2008-12-06
1
-2
/
+3
|
*
finished rights flush, working on rules
Nigel Kersten
2008-12-06
1
-7
/
+37
|
*
macauthorization type
Nigel Kersten
2008-12-06
2
-83
/
+46
|
*
reset macauthorization tree. Initial checkin of new type/provider
Nigel Kersten
2008-12-06
3
-0
/
+396
|
*
add NetInfo deprecation notice to user and group providers, make the director...
Nigel Kersten
2008-12-06
3
-6
/
+15
|
*
Warn that the NetInfo nameservice provider is deprecated. Use directoryservic...
Nigel Kersten
2008-12-06
1
-2
/
+7
|
*
add some more sanity checks around stdin
Nigel Kersten
2008-12-06
1
-3
/
+9
|
*
add support for stdin to Puppet::Util.execute
Nigel Kersten
2008-12-06
1
-2
/
+2
|
*
Make ralsh behave more sanely for non-existent objects and property values
Nigel Kersten
2008-12-06
1
-1
/
+3
|
*
Added git changelog task
James Turnbull
2008-12-04
1
-0
/
+19
|
*
Bug #1780 Fixing meaningless test
Andrew Shafer
2008-12-02
1
-2
/
+10
*
|
Fix #1483 - protect report terminus_class when testing for REST
Brice Figureau
2008-12-08
1
-0
/
+2
*
|
Fix #1483 - use REST to transmit reports over the wire
Brice Figureau
2008-12-06
8
-24
/
+254
*
|
Fixing all broken tests. Most of them were broken by fileserving changes.
Luke Kanies
2008-12-02
8
-8
/
+21
[next]