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
...
*
Maint. fix for test broken by 00eedac5
Markus Roberts
2010-11-10
1
-14
/
+5
*
Fix for #2568 -- Add a dbconnections option to set AR pool size
Markus Roberts
2010-11-10
3
-0
/
+78
*
Maint. Removing code for which no CLA has been signed
Markus Roberts
2010-11-10
4
-33
/
+8
*
Reimplementation of functionality removed by prior commit
Markus Roberts
2010-11-10
1
-1
/
+9
*
Refactor for CLA
Markus Roberts
2010-11-10
1
-13
/
+1
*
Fix #4923 - close process race when truncating existing file
Brice Figureau
2010-11-10
3
-16
/
+57
*
Puppet-load: better and safer error reporting
Brice Figureau
2010-11-10
1
-1
/
+3
*
Fix #5023 - puppet-load multiple nodes support
Brice Figureau
2010-11-10
1
-25
/
+59
*
capture stderr from exec resources
Nigel Kersten
2010-11-10
1
-1
/
+1
*
(#4573) FreeBSD service provider now supports versions <7 and >8
Nick Lewis
2010-11-10
2
-1
/
+54
*
Fix #3808 - puppetdoc should use --force-update only if RDoc supports it
Brice Figureau
2010-11-10
2
-5
/
+14
*
[#4813] Remove dead code from puppet/rails/host.rb
Matt Robinson
2010-11-10
1
-72
/
+0
*
Fix #4911 - Do not generate doc for standard RDoc parser generated object
Brice Figureau
2010-11-10
1
-0
/
+6
*
Fix #5127 - error when accessing array elements
Brice Figureau
2010-11-10
2
-2
/
+52
*
(#5242) Fix schedule specs that fail near daylight savings
Matt Robinson
2010-11-10
1
-43
/
+15
*
Kludge for #5206 -- port of fix for #3536 to yaml
Markus Roberts
2010-11-10
2
-1
/
+16
*
(#5062) Add envpuppet helper script to ext/
Jeff McCune
2010-11-10
1
-0
/
+80
*
[#5225] Fix spec failure that depended on time change
Matt Robinson
2010-11-08
1
-6
/
+2
*
(#5233) Randomize tmp dir paths
Matt Robinson
2010-11-08
5
-10
/
+8
*
Updated CHANGELOG for 2.6.3rc2
James Turnbull
2010-10-29
1
-0
/
+9
*
Fixed #5112 - Launchd Service broke in 2.6.2 with OS X 10.4 Clients.
donavan
2010-10-29
1
-1
/
+1
*
Fixed #5137 - Removed no longer required TOC references
James Turnbull
2010-10-29
1
-2
/
+0
*
Kludge for #5048 -- serialization compatibility with 0.25.x
Markus Roberts
2010-10-27
1
-0
/
+10
*
(#4534/#4778) -- Normalize parameterized classes
Paul Berry
2010-10-27
6
-127
/
+178
*
Fix for #5022 -- Escaped newlines should be elided
Markus Roberts
2010-10-18
2
-1
/
+3
*
Updated CHANGELOG and version for 2.6.3rc1
James Turnbull
2010-10-14
2
-1
/
+8
*
Fix for #4832 -- Making PSON handle arbitrary binary data
Markus Roberts
2010-10-13
2
-12
/
+22
*
Minimal fix for #4975 -- only call chage when managing password age rules
Markus Roberts
2010-10-13
4
-8
/
+53
*
Fix for #4963 -- Use correct commands for password expiry on solaris
Markus Roberts
2010-10-13
2
-4
/
+4
*
Updated CHANGELOG for 2.6.2
James Turnbull
2010-10-08
1
-0
/
+8
*
Fix for #4945 -- explicitly check os to supress man page installation
Markus Roberts
2010-10-06
1
-1
/
+1
*
Reversion of 021d534482dd8edb863cb77d668ac3525362a0a6
Markus Roberts
2010-10-05
1
-2
/
+1
*
Fixed #4919 - added parenths to fix error message:
James Turnbull
2010-10-02
1
-1
/
+1
*
Incremented version to 2.6.2
James Turnbull
2010-10-01
1
-1
/
+1
*
Updated CHANGELOG for 2.6.2rc1
James Turnbull
2010-10-01
1
-195
/
+43
*
Fixed documentation typo
James Turnbull
2010-10-01
1
-1
/
+1
*
Fix for #4896 -- stray newline left over from removed diagnostic
Markus Roberts
2010-09-30
2
-2
/
+2
*
(#4772) Update SuSE .spec file
Jacob Helwig
2010-09-30
2
-27
/
+13
*
Fixes #4792 (Duplicate definition since 2.6.1 upgrade)
Paul Berry
2010-09-30
2
-0
/
+22
*
Improvement to #4025: made spec tests work on all platforms
Paul Berry
2010-09-29
1
-1
/
+3
*
Adds #3046 - support for password min/max age
Nick Lewis
2010-09-29
9
-15
/
+131
*
[#4783] (#4783) Fix RRDGraph report generation
Matt Robinson
2010-09-29
6
-2
/
+287
*
Add user account expiry to the useradd type and provider
Dean Wilson
2010-09-29
4
-2
/
+49
*
Fixed #4025 (failure in launchd if certain plists are binary).
Paul Berry
2010-09-29
2
-14
/
+22
*
Fix for #4649 -- avoid unsupported features on non-posix systems
Markus Roberts
2010-09-28
1
-11
/
+15
*
Fix for 4273 -- revert b7e2580ab49ecdb67fc9b522829c005fc3750fbe
Markus Roberts
2010-09-28
1
-12
/
+0
*
Fix for #4804 -- escaped backslashes in interpolated strings
Markus Roberts
2010-09-28
2
-1
/
+9
*
Fixes #4863 (Missing "require 'webrick'" causes nondeterministic spec failures)
Paul Berry
2010-09-28
1
-0
/
+1
*
(#4860) Add regression tests that would have caught bad params method
Matt Robinson
2010-09-28
2
-18
/
+18
*
(#4860) Fix wrong method name.. params seems to be renamed to parameters
Simon Effenberg
2010-09-28
1
-1
/
+1
[prev]
[next]