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
/
network
/
handler
/
fileserver.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
(#8704) Give better errors for invalid fileserver.conf
Matt Robinson
2011-07-29
1
-0
/
+3
*
Maint: Refactor code to use <class>.indirection.<method>
Paul Berry
2010-11-29
1
-1
/
+1
*
Merge commit '2.6.3' into next
Paul Berry
2010-11-17
1
-0
/
+2
|
\
|
*
(#5233) Randomize tmp dir paths
Matt Robinson
2010-11-08
1
-0
/
+2
*
|
Maint: Added missing requires to fileserver.rb.
Paul Berry
2010-11-09
1
-0
/
+2
|
/
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
1
-625
/
+625
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
1
-2
/
+2
*
Code smell: Use ||= for conditional initialization
Markus Roberts
2010-07-09
1
-1
/
+1
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
1
-8
/
+8
*
Code smell: Booleans are first class values.
Markus Roberts
2010-07-09
1
-15
/
+3
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
1
-33
/
+11
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
1
-27
/
+27
*
Code smell: Inconsistent indentation and related formatting issues
Markus Roberts
2010-07-09
1
-30
/
+32
*
[#4089] Replace internal usage of :check with :audit
Nick Lewis
2010-07-01
1
-2
/
+2
*
Fixed #3672 - Error message on duplicate fileserver mounts incorrect
James Turnbull
2010-02-17
1
-2
/
+2
*
A slide down the RFC-1123 slope towards MS Windows compatibility and chaos
Markus Roberts
2009-12-22
1
-0
/
+1
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
1
-10
/
+10
*
Modules now can find their own paths
Luke Kanies
2009-05-15
1
-3
/
+3
*
Fix #2101 - fix failing test
Brice Figureau
2009-03-27
1
-1
/
+5
*
Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...
James Turnbull
2009-02-26
1
-7
/
+7
*
Migrating the old FileServer to the new Module/Environment code
Luke Kanies
2009-02-19
1
-12
/
+13
*
Deprecating the Puppet::Type.create.
Luke Kanies
2008-12-18
1
-1
/
+1
*
Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.type
Luke Kanies
2008-12-18
1
-1
/
+1
*
Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,
Luke Kanies
2008-10-17
1
-46
/
+38
|
\
|
*
Fix #1636 - part2 - correct some client errors.
Brice Figureau
2008-10-09
1
-3
/
+7
|
*
Fix several small regressions in plugins mount
Brice Figureau
2008-10-09
1
-5
/
+8
|
*
Fixing #947 - pluginsync no longer fails poorly when no plugins exist
Luke Kanies
2008-10-03
1
-2
/
+4
|
*
Make fileserver use fileset for recursion and handle dangling links by ignori...
Paul Nasrat
2008-09-30
1
-41
/
+24
*
|
Adding automatic attribute collection to the new fileserving code.
Luke Kanies
2008-08-26
1
-1
/
+1
*
|
Merge branch 'master' into master_no_global_resources
Luke Kanies
2008-03-31
1
-94
/
+22
|
\
|
|
*
Removing obsolete code from the fileserving handler.
Luke Kanies
2008-03-18
1
-49
/
+0
|
*
Applying patch by DavidS to fix #1083.
Luke Kanies
2008-03-03
1
-2
/
+2
|
*
Somewhat refactored fileserving so that it no longer caches
Luke Kanies
2008-02-23
1
-45
/
+22
*
|
Lots o' bug-fixes toward getting rid of global resources.
Luke Kanies
2008-01-08
1
-2
/
+5
|
/
*
Remove the warning about an explicit plugins mount.
Luke Kanies
2007-12-17
1
-4
/
+0
*
simplify PluginsMount
David Schmitt
2007-12-03
1
-43
/
+22
*
Fixing #796 -- the fileserver can now start with no
Luke Kanies
2007-11-27
1
-16
/
+52
*
Integrating Matt Palmer's patch to provide a 'plugins'
Luke Kanies
2007-11-24
1
-37
/
+44
*
Applying the rest of Matt Palmer's patches
Luke Kanies
2007-11-24
1
-27
/
+60
*
fix #891: create a plugins mount which collects all modules' plugins/ subdirs
David Schmitt
2007-11-08
1
-75
/
+174
*
Removing the Id tags from all of the files
Luke Kanies
2007-10-03
1
-1
/
+0
*
Demoting the "file does not exist" log to debug from notice
Luke Kanies
2007-09-25
1
-1
/
+1
*
Merge branch 'configurations' into indirection
Luke Kanies
2007-09-22
1
-1
/
+4
|
\
|
*
The whole system now uses Configuration objects instead of
Luke Kanies
2007-09-15
1
-1
/
+4
|
/
*
Another intermediate commit. The node and fact classes are now functional an...
Luke Kanies
2007-09-12
1
-9
/
+1
*
The fileserver now uses an environment-specific module path. I also made var...
Luke Kanies
2007-08-26
1
-9
/
+33
*
Fixing logging of module mounts; it was using the module as the name, rather ...
luke
2007-07-06
1
-2
/
+2
*
Removing extraneous debugging
luke
2007-07-06
1
-3
/
+0
*
Modified the fileserver to cache file information, so that
luke
2007-06-19
1
-14
/
+51
*
Fix #657: allow puppet URL's with no server; 'puppet' looks those up on hte l...
lutter
2007-06-18
1
-0
/
+1
[next]