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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Adding support for skipping cached indirection instances.
Luke Kanies
2009-02-06
2
-1
/
+16
*
|
Fixing #1914 - 'undef' relationship metaparameters do not stack
Luke Kanies
2009-02-06
1
-0
/
+9
*
|
Fix Bug #1629
Francois Deppierraz
2009-01-13
1
-0
/
+64
*
|
Fix #1835 : Add whitespace/quote parsing to
Bryan Kearney
2009-01-13
1
-76
/
+156
*
|
Merge commit 'masterzen/tickets/1834'
Luke Kanies
2008-12-30
4
-5
/
+7
|
\
\
|
*
|
Fix #1834 part2 - Fix tests when no rails
Brice Figureau
2008-12-20
3
-4
/
+5
|
*
|
Fix #1834 part1 - Fix tempfile failing tests
Brice Figureau
2008-12-20
1
-1
/
+2
*
|
|
Fix #1829 - Add puppet function versioncmp to compare versions
Brice Figureau
2008-12-27
1
-0
/
+29
*
|
|
Fix #1828 - Scope.number? wasn't strict enough and could produce wrong results
Brice Figureau
2008-12-27
1
-0
/
+14
*
|
|
Fix #1807 - make Puppet::Util::Package.versioncmp a module function
Brice Figureau
2008-12-27
1
-0
/
+21
*
|
|
Merge branch '0.24.x'
James Turnbull
2008-12-27
5
-12
/
+237
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Not using a temporary file when locking files for writing.
Luke Kanies
2008-12-15
1
-37
/
+6
|
*
Issue 1804 VDev with the same devices should be in sync
Andrew Shafer
2008-12-15
2
-3
/
+106
|
*
Fixing #1812 (hopefully) - adding read and write locks to yaml.
Luke Kanies
2008-12-12
1
-7
/
+14
|
*
Preparing to fix #1812 - Moving locking code to a module
Luke Kanies
2008-12-12
2
-2
/
+148
*
|
Fixing #1729 - puppetmasterd can now read certs at startup
Luke Kanies
2008-12-18
3
-30
/
+69
*
|
Canonicalizing Setting section names to symbols.
Luke Kanies
2008-12-18
1
-0
/
+5
*
|
Fixing all of the test/ tests I broke in previous dev.
Luke Kanies
2008-12-18
2
-8
/
+18
*
|
Deprecating the Puppet::Type.create.
Luke Kanies
2008-12-18
26
-176
/
+176
*
|
Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.type
Luke Kanies
2008-12-18
9
-21
/
+21
*
|
Finishing the work to use Puppet::Resource instead of TransObject
Luke Kanies
2008-12-18
6
-36
/
+131
*
|
Adding name/namevar abstraction to Puppet::Resource.
Luke Kanies
2008-12-18
1
-1
/
+49
*
|
Supporting a nil expirer on cacher objects.
Luke Kanies
2008-12-18
1
-0
/
+15
*
|
Setting resource defaults immediately.
Luke Kanies
2008-12-18
1
-0
/
+10
*
|
Refactoring the Settings class to use Puppet::Resource
Luke Kanies
2008-12-18
1
-142
/
+272
*
|
TransObject is nearly deprecated now.
Luke Kanies
2008-12-18
5
-98
/
+185
*
|
Simplifying the initialization interface for References
Luke Kanies
2008-12-18
1
-0
/
+10
*
|
Replacing TransObject usage with Puppet::Resource
Luke Kanies
2008-12-18
2
-0
/
+125
*
|
Renaming the "Catalog#to_type" method to "Catalog#to_ral"
Luke Kanies
2008-12-18
5
-10
/
+13
*
|
Using Puppet::Resource to convert parser resources to RAL resources
Luke Kanies
2008-12-18
2
-27
/
+8
*
|
Adding resource convertion to the parser resources
Luke Kanies
2008-12-18
1
-0
/
+80
*
|
Adding equality testing to Puppet::Resource::Reference
Luke Kanies
2008-12-18
1
-0
/
+16
*
|
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
14
-73
/
+73
*
|
Renaming Puppet::ResourceReference to Puppet::Resource::Reference
Luke Kanies
2008-12-09
2
-27
/
+27
*
|
Adding Trans{Object,Bucket} backward compatibility to Puppet::Resource
Luke Kanies
2008-12-09
2
-0
/
+91
*
|
Starting on #1808 - Added a base resource class.
Luke Kanies
2008-12-09
2
-0
/
+204
*
|
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
8
-15
/
+280
|
\
|
|
*
Fix ZFS autorequire test
Andrew Shafer
2008-12-08
1
-19
/
+19
|
*
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
2
-84
/
+76
|
*
Bug #1803 Zfs should auto require the ancestor file systems
Andrew Shafer
2008-12-08
1
-0
/
+17
|
*
Refactor #1802 Use 'zfs get -H -o value' instead of parsing output for value
Andrew Shafer
2008-12-08
1
-2
/
+2
|
*
Fixing #1800 - tidy now correctly ignores missing files and directories
Luke Kanies
2008-12-08
1
-0
/
+8
|
*
Fixing #1750 again - All of the properties and now :ensure check replace?
Luke Kanies
2008-12-08
1
-0
/
+21
|
*
spec tests for type and provider and some code cleanup to adhere to DRY
Nigel Kersten
2008-12-06
2
-0
/
+233
|
*
Bug #1780 Fixing meaningless test
Andrew Shafer
2008-12-02
1
-2
/
+10
*
|
Fix #1483 - use REST to transmit reports over the wire
Brice Figureau
2008-12-06
2
-12
/
+105
*
|
Fixing all broken tests. Most of them were broken by fileserving changes.
Luke Kanies
2008-12-02
1
-0
/
+5
[prev]
[next]