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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote branch 'masterzen/feature/master/4339' into next
Paul Berry
2010-11-22
1
-5
/
+3
|
\
|
*
Fix #4339 - Save a last run report summary to $statedir/last_run_summary.yaml
Brice Figureau
2010-11-13
1
-5
/
+3
*
|
Maint: Added assertion to make sure Log.close_all succeeds
Paul Berry
2010-11-18
1
-0
/
+1
*
|
Maint: Switched spec tests to use a class rather than Array as the log destin...
Paul Berry
2010-11-18
1
-1
/
+13
*
|
Merge commit '2.6.3' into next
Paul Berry
2010-11-17
8
-19
/
+25
|
\
\
|
*
|
(#4726) Fix RRD legacy support
Matt Robinson
2010-11-16
1
-1
/
+1
|
*
|
Fix for #4299 -- Don't require which
Markus Roberts
2010-11-12
2
-9
/
+2
|
*
|
Fix for #4955 -- Race condition & memory leak in Puppet::Util
Markus Roberts
2010-11-12
1
-2
/
+2
|
*
|
Fix #4923 - close process race when truncating existing file
Brice Figureau
2010-11-10
1
-1
/
+4
|
*
|
capture stderr from exec resources
Nigel Kersten
2010-11-10
1
-1
/
+1
|
*
|
Fix #3808 - puppetdoc should use --force-update only if RDoc supports it
Brice Figureau
2010-11-10
1
-4
/
+5
|
*
|
Fix #4911 - Do not generate doc for standard RDoc parser generated object
Brice Figureau
2010-11-10
1
-0
/
+6
|
*
|
Kludge for #5206 -- port of fix for #3536 to yaml
Markus Roberts
2010-11-10
1
-1
/
+4
*
|
|
Merge branch 'ticket/next/4590' into next
Markus Roberts
2010-11-17
1
-0
/
+15
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[#4590] SimpleGraph is slow
Paul Berry
2010-10-07
1
-0
/
+13
*
|
|
Merge commit '2.6.3rc2' into next
Paul Berry
2010-11-09
1
-2
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fixed #5137 - Removed no longer required TOC references
James Turnbull
2010-10-29
1
-2
/
+0
*
|
|
maint: prevent fork bombs by disabling ActiveSupport's Kernel.daemonize
Jesse Wolfe
2010-11-09
1
-0
/
+8
*
|
|
Merge commit '2.6.2' into next
Jesse Wolfe
2010-10-12
1
-1
/
+1
|
\
|
|
|
*
|
Fixed #4919 - added parenths to fix error message:
James Turnbull
2010-10-02
1
-1
/
+1
*
|
|
Merge commit '2.6.2rc1' into next
Jesse Wolfe
2010-10-04
1
-1
/
+0
|
\
|
|
|
*
|
Fix for #4896 -- stray newline left over from removed diagnostic
Markus Roberts
2010-09-30
1
-1
/
+0
*
|
|
Partial merge to 2.6.2rc1 : Merge commit '574812e' into next
Jesse Wolfe
2010-10-04
1
-10
/
+12
|
\
|
|
|
*
|
(#4860) Fix wrong method name.. params seems to be renamed to parameters
Simon Effenberg
2010-09-28
1
-1
/
+1
*
|
|
Partial merge to 2.6.2rc1 : Merge commits 'd057b90' and '6dd1930' into next
Jesse Wolfe
2010-10-04
1
-9
/
+38
|
\
|
|
|
*
|
Fix #4726 Update puppet rrdtool metric code to support modern rrd ruby bindings
Jesse Wolfe
2010-09-28
1
-9
/
+38
*
|
|
Partial merge to 2.6.2rc1 : Merge commit '99c1019' into next
Jesse Wolfe
2010-10-04
1
-9
/
+11
|
\
|
|
|
*
|
[#4798] Puppet doc manifests documentation mode broken
Paul Berry
2010-09-22
1
-6
/
+9
*
|
|
Partial merge to 2.6.2rc1 : Merge commit '7b8cb74' into next
Jesse Wolfe
2010-10-02
1
-4
/
+4
|
\
|
|
|
*
|
Fixed Puppet Doc TOC generation
James Turnbull
2010-09-16
1
-2
/
+2
|
*
|
Documentation updates for Markdown conversion
James Turnbull
2010-09-14
1
-2
/
+2
*
|
|
Merge remote branch 'paul/ticket/next/4570' into next
Jesse Wolfe
2010-09-08
1
-12
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fixed issue #4570 (Race conditions when serializing objects to YAML).
Paul Berry
2010-08-23
1
-12
/
+11
|
|
/
*
|
Merge remote branch 'paul/4472-4483-4496-4521-4522'
Jesse Wolfe
2010-08-17
1
-5
/
+9
|
\
\
|
|
/
|
/
|
|
*
[#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...
Paul Berry
2010-08-13
1
-5
/
+9
*
|
Further RST to Markdown fixes for types, values, tests
James Turnbull
2010-08-12
4
-46
/
+19
*
|
Updated all types to Markdown output
James Turnbull
2010-08-11
1
-5
/
+4
*
|
Updated reference output to generate valid Markdown
James Turnbull
2010-08-11
3
-15
/
+9
*
|
Removed legacy Trac code
James Turnbull
2010-08-11
1
-24
/
+1
*
|
Fix for #4476 -- rails calling yaml internals
Markus Roberts
2010-08-06
1
-1
/
+1
*
|
Fix #4461 - attempt to fix another performance issue
Brice Figureau
2010-08-03
1
-5
/
+17
*
|
Removed eventual documentation line ... eventually came
James Turnbull
2010-07-30
1
-2
/
+0
|
/
*
Fix #4244 - Cached Attributes is not thread safe
Brice Figureau
2010-07-25
1
-10
/
+15
*
JRuby doesn't implement Process.maxgroups
Brice Figureau
2010-07-25
1
-1
/
+4
*
Fix #4348 - Puppet doc single manifest broken
Brice Figureau
2010-07-25
1
-1
/
+1
*
Fix #4286 - rename puppetdoc global module <site> to __site__
Brice Figureau
2010-07-25
1
-3
/
+5
*
Fixing #4268 - manifests always imported
Luke Kanies
2010-07-19
1
-15
/
+6
*
Fixes errant Trac references in documentation
James Turnbull
2010-07-15
6
-6
/
+6
*
[#4215] Have rundir depend on vardir
Matt Robinson
2010-07-13
1
-9
/
+9
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
63
-6916
/
+6916
[next]