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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix for #4489 -- apply was using the rest terminus
Markus Roberts
2010-08-24
1
-2
/
+2
*
Fix for #4542 -- included classes weren't assigned proper stages
Markus Roberts
2010-08-24
1
-13
/
+6
*
Fix for #4501 -- reports not generated in standalone
Markus Roberts
2010-08-24
1
-5
/
+10
*
Start server before agent
Bernhard Miklautz
2010-08-21
1
-1
/
+1
*
[#4555] puppet queue tries to call code it hasn't required
Jesse Wolfe
2010-08-21
1
-0
/
+1
*
fix #4528 - treat * as absent
Peter Meier
2010-08-21
1
-1
/
+1
*
Fix for #4518 -- classes not getting added to compiler.classes
Markus Roberts
2010-08-21
1
-0
/
+1
*
Maint. -- Fix test failures broken by previous commit
Markus Roberts
2010-08-21
1
-2
/
+8
*
Maint. Removing code at the request of the original author
Markus Roberts
2010-08-21
1
-10
/
+1
*
[#4298] Puppet apply prints an error if the file to apply doesn't exist
Matt Robinson
2010-08-21
1
-1
/
+4
*
Further RST to Markdown fixes for types, values, tests
James Turnbull
2010-08-12
14
-183
/
+130
*
Updated all types to Markdown output
James Turnbull
2010-08-11
68
-445
/
+410
*
Updated reference output to generate valid Markdown
James Turnbull
2010-08-11
3
-15
/
+9
*
Reformatting documentation from RST to MarkDown (#4509)
Jes Fraser
2010-08-11
5
-64
/
+64
*
Rewrote functions documentation to Markdown
James Turnbull
2010-08-11
18
-119
/
+114
*
Removed legacy Trac code
James Turnbull
2010-08-11
2
-34
/
+3
*
Fix for #4476 -- rails calling yaml internals
Markus Roberts
2010-08-06
1
-1
/
+1
*
Fixes #4485 -- single quoted strings should not treat \n as new line
Markus Roberts
2010-08-05
1
-11
/
+11
*
Passenger needs HTTP headers values to be string
Brice Figureau
2010-08-05
1
-1
/
+1
*
[#4404] Remove requirement for source on Parser::Resource::Param
Nick Lewis
2010-08-04
1
-1
/
+1
*
Fix #4458 - Do not dump the whole environment when instances can't be found
Brice Figureau
2010-08-04
1
-1
/
+1
*
Fix for #4465 -- earlier "feature" patch broke ldap
Markus Roberts
2010-08-04
1
-52
/
+8
*
[#4467] Make Puppet Master respect facts_terminus settings
Rein Henrichs
2010-08-04
2
-4
/
+1
*
added md5 support as requested in http://serverfault.com/questions/166199/pup...
Alice Kærast
2010-08-03
1
-0
/
+5
*
[#4381] extlookup shouldn't trigger reparses of .pp files
Jesse Wolfe
2010-08-03
1
-3
/
+0
*
[#4370] Fixes extlookup precedence getting overwritten between runs
Matt Robinson
2010-08-03
3
-12
/
+7
*
Fixed #4364 - Reduced audit msg from info to debug
James Turnbull
2010-08-03
1
-1
/
+1
*
[#4347] run_mode was colliding with --mode for "puppet doc"
Jesse Wolfe
2010-08-03
2
-2
/
+2
*
[#4423] repair parameterized class instantiation
Jesse Wolfe
2010-08-03
3
-17
/
+25
*
[#4423] class { shouldn't get stored on the namespace stack
Jesse Wolfe
2010-08-03
1
-1
/
+1
*
[#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...
Jesse Wolfe
2010-08-03
6
-130
/
+57
*
[#4344] Temporary fix to stop agent from importing modules
Nick Lewis
2010-08-03
1
-0
/
+4
*
[#4344] Fix for failing templates when module name matches file in local dir.
Paul Berry
2010-08-03
1
-1
/
+1
*
[#4336] "reportdir" was in the wrong section
Jesse Wolfe
2010-08-03
1
-10
/
+10
*
Fixed #4311 - Typo in defaults.rb
James Turnbull
2010-08-03
1
-1
/
+1
*
Fix #4461 - attempt to fix another performance issue
Brice Figureau
2010-08-03
3
-5
/
+22
*
Removed eventual documentation line ... eventually came
James Turnbull
2010-07-30
1
-2
/
+0
*
Updated version to 2.6.1
James Turnbull
2010-07-27
1
-1
/
+1
*
Fix #4245 - default insertion of ACL is not thread safe
Brice Figureau
2010-07-25
1
-3
/
+6
*
Fix race condition in rack autoloading of request/response
Brice Figureau
2010-07-25
1
-0
/
+3
*
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 #4349 - Parsing with ignoreimport=true was always loading site.pp
Markus Roberts
2010-07-25
1
-0
/
+1
*
Fix #4348 - Puppet doc single manifest broken
Brice Figureau
2010-07-25
1
-1
/
+1
*
extlookup() is a builtin
Jesse Wolfe
2010-07-25
1
-0
/
+173
*
[#4333] old optparse doesn't support default_argv=
Jesse Wolfe
2010-07-25
1
-2
/
+1
*
Fix #4319 - source file url sent to the master is invalid
Brice Figureau
2010-07-25
1
-1
/
+1
*
Fix for 4314 -- Need to allow '-' in class name for refs
Markus Roberts
2010-07-25
1
-1
/
+1
*
Fixed #4304 - Changed logging level for auto import message
James Turnbull
2010-07-25
1
-1
/
+1
*
Fix for #4303 -- reverting to old escaping in '-strings
Markus Roberts
2010-07-25
1
-5
/
+4
[prev]
[next]