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
*
[#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
*
Tweak to fix for #4302--dangling ref to known_resource_types
Markus Roberts
2010-07-25
1
-6
/
+5
*
Fix #4302 - Compilation speed regression compared to 2.6
Brice Figureau
2010-07-25
2
-5
/
+20
*
Minimal fix for #4297, with notes for follow-up
Markus Roberts
2010-07-25
1
-1
/
+18
*
Fix #4286 - rename puppetdoc global module <site> to __site__
Brice Figureau
2010-07-25
1
-3
/
+5
*
Fixed yumrepo type deprecation wanring
James Turnbull
2010-07-25
1
-1
/
+1
*
[#4242] Fixed recursion due to parents including their children
Nick Lewis
2010-07-25
1
-2
/
+1
*
Fix for #3382 -- Empty classes as graph placeholders
Markus Roberts
2010-07-24
2
-5
/
+11
*
Fixed network and indirection reference
James Turnbull
2010-07-20
2
-0
/
+3
*
Fixed Indirection reference
James Turnbull
2010-07-20
1
-1
/
+1
*
Fixing #4268 - manifests always imported
Luke Kanies
2010-07-19
2
-15
/
+10
*
[#4269] Undef variables interpolate to empty string
Nick Lewis
2010-07-19
1
-1
/
+1
*
[#4270] Force inherited classes to load into the correct environment
Jesse Wolfe
2010-07-19
4
-8
/
+17
*
[#4287] Fix the undefined evaluate_match error when comparing functions
Matt Robinson
2010-07-19
2
-14
/
+14
*
Tweak to tweak to fix for #4233 -- ":" is valid in type names
Markus Roberts
2010-07-19
1
-1
/
+1
*
Bandaid for #4285 -- :name vs <namevar>
Markus Roberts
2010-07-19
1
-1
/
+5
*
Tweak to fix for #4233 -- only accept word chars in types
Markus Roberts
2010-07-19
1
-1
/
+1
*
[#4233] Ruby regexps are not multiline by default, but Resource titles can be...
Jesse Wolfe
2010-07-18
3
-3
/
+3
*
Fix for #4234 -- ruby DSL fails on second resource
Markus Roberts
2010-07-18
1
-1
/
+1
*
Fix for #4236 -- Only interpolate $ if followed by a variable
Markus Roberts
2010-07-18
1
-7
/
+9
[next]