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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Issue 1804 VDev with the same devices should be in sync
Andrew Shafer
2008-12-15
2
-13
/
+50
|
*
Documentation fixes
James Turnbull
2008-12-13
24
-130
/
+181
|
*
Fixing #1812 (hopefully) - adding read and write locks to yaml.
Luke Kanies
2008-12-12
1
-3
/
+12
|
*
Preparing to fix #1812 - Moving locking code to a module
Luke Kanies
2008-12-12
3
-36
/
+53
|
*
Fix #1815 - puppetdoc --all crash on resource override
Brice Figureau
2008-12-10
1
-1
/
+1
*
|
Fixing #1729 - puppetmasterd can now read certs at startup
Luke Kanies
2008-12-18
4
-95
/
+83
*
|
Canonicalizing Setting section names to symbols.
Luke Kanies
2008-12-18
1
-14
/
+14
*
|
Fixing all of the test/ tests I broke in previous dev.
Luke Kanies
2008-12-18
5
-21
/
+21
*
|
Deprecating the Puppet::Type.create.
Luke Kanies
2008-12-18
11
-13
/
+15
*
|
Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.type
Luke Kanies
2008-12-18
16
-20
/
+20
*
|
Finishing the work to use Puppet::Resource instead of TransObject
Luke Kanies
2008-12-18
7
-105
/
+90
*
|
Adding name/namevar abstraction to Puppet::Resource.
Luke Kanies
2008-12-18
1
-7
/
+33
*
|
Supporting a nil expirer on cacher objects.
Luke Kanies
2008-12-18
1
-1
/
+8
*
|
Setting resource defaults immediately.
Luke Kanies
2008-12-18
2
-6
/
+10
*
|
Refactoring the Settings class to use Puppet::Resource
Luke Kanies
2008-12-18
2
-181
/
+69
*
|
TransObject is nearly deprecated now.
Luke Kanies
2008-12-18
5
-96
/
+71
*
|
Simplifying the initialization interface for References
Luke Kanies
2008-12-18
1
-5
/
+10
*
|
Replacing TransObject usage with Puppet::Resource
Luke Kanies
2008-12-18
4
-520
/
+95
*
|
Renaming the "Catalog#to_type" method to "Catalog#to_ral"
Luke Kanies
2008-12-18
3
-9
/
+12
*
|
Using Puppet::Resource to convert parser resources to RAL resources
Luke Kanies
2008-12-18
1
-1
/
+1
*
|
Adding resource convertion to the parser resources
Luke Kanies
2008-12-18
1
-44
/
+32
*
|
Adding equality testing to Puppet::Resource::Reference
Luke Kanies
2008-12-18
1
-0
/
+6
*
|
Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog
Luke Kanies
2008-12-18
8
-11
/
+11
*
|
Renaming Puppet::ResourceReference to Puppet::Resource::Reference
Luke Kanies
2008-12-09
9
-19
/
+20
*
|
Adding Trans{Object,Bucket} backward compatibility to Puppet::Resource
Luke Kanies
2008-12-09
2
-0
/
+69
*
|
Starting on #1808 - Added a base resource class.
Luke Kanies
2008-12-09
2
-5
/
+112
*
|
Merge branch '0.24.x'
Luke Kanies
2008-12-09
14
-96
/
+614
|
\
|
|
*
Add a unique name to objects so we can determine uniqueness when read back in
John Ferlito
2008-12-09
2
-1
/
+5
|
*
Fix the spec tests to work on other platforms, do the confine around OS X ver...
Nigel Kersten
2008-12-09
1
-4
/
+9
|
*
remove unnecessary mk_resource_methods call
Nigel Kersten
2008-12-09
1
-2
/
+0
|
*
Add a unique name to objects so we can determine uniqueness when read back in
John Ferlito
2008-12-09
2
-74
/
+113
|
*
Bug #1803 Zfs should auto require the ancestor file systems
Andrew Shafer
2008-12-08
1
-0
/
+6
|
*
Refactor #1802 Use 'zfs get -H -o value' instead of parsing output for value
Andrew Shafer
2008-12-08
1
-12
/
+1
|
*
Fixing #1800 - tidy now correctly ignores missing files and directories
Luke Kanies
2008-12-08
1
-1
/
+8
|
*
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
1
-0
/
+4
|
*
spec tests for type and provider and some code cleanup to adhere to DRY
Nigel Kersten
2008-12-06
2
-160
/
+183
|
*
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
2
-0
/
+395
|
*
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
*
|
Fix #1483 - use REST to transmit reports over the wire
Brice Figureau
2008-12-06
3
-12
/
+13
*
|
Fixing all broken tests. Most of them were broken by fileserving changes.
Luke Kanies
2008-12-02
5
-6
/
+14
*
|
Merge branch '0.24.x'
Luke Kanies
2008-12-02
87
-629
/
+4655
|
\
|
|
*
Updated mcx type and provider with comprehensive spec tests.
Jeffrey McCune
2008-12-02
1
-2
/
+2
[prev]
[next]