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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
5
-19
/
+19
*
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
3
-12
/
+12
*
Migrating the old FileServer to the new Module/Environment code
Luke Kanies
2009-02-19
1
-12
/
+13
*
Adding an Agent::Runner class.
Luke Kanies
2009-02-06
1
-42
/
+9
*
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
2
-3
/
+3
*
Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog
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
2
-47
/
+39
|
\
|
*
Fixing the broken tests resulting from the fix for #1551.
Luke Kanies
2008-10-08
1
-1
/
+1
|
*
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
*
|
Merge branch 'feature/master/1481'
Luke Kanies
2008-09-23
1
-1
/
+1
|
\
\
|
*
|
Adding automatic attribute collection to the new fileserving code.
Luke Kanies
2008-08-26
1
-1
/
+1
*
|
|
Merge branch '0.24.x'
Luke Kanies
2008-09-23
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fixes #1551 puppetmaster.freshness xmlrpc call returns incorrect type
Nigel Kersten
2008-09-05
1
-1
/
+1
*
|
Merge branch '0.24.x' into merging
Luke Kanies
2008-07-29
1
-6
/
+8
|
\
|
|
*
You can now select the encoding format when transferring the catalog,
Luke Kanies
2008-07-18
1
-6
/
+8
*
|
Merge branch '0.24.x'
Luke Kanies
2008-06-14
1
-22
/
+2
|
\
|
|
*
Always using the cert name to store yaml files, which fixes #1178.
Luke Kanies
2008-05-26
1
-22
/
+2
*
|
Merge branch '0.24.x'
Luke Kanies
2008-04-11
2
-201
/
+4
|
\
|
|
*
Modified the 'master' handler to use the Catalog class to
Luke Kanies
2008-04-11
2
-201
/
+4
*
|
Merge branch 'master' into master_no_global_resources
Luke Kanies
2008-03-31
3
-95
/
+26
|
\
|
|
*
Found all instances of methods where split() is used without
Luke Kanies
2008-03-21
1
-1
/
+2
|
*
tweak the (already applied) patch in 388cf7c3df7ce26e953949ed6fe63d76cbbb3691...
Sam Quigley
2008-03-20
1
-1
/
+1
|
*
Removing obsolete code from the fileserving handler.
Luke Kanies
2008-03-18
1
-49
/
+0
|
*
Regression in :node_name functionality
John Ferlito
2008-03-14
1
-0
/
+2
|
*
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
*
|
Another round of fixes toward making global resources work.
Luke Kanies
2008-01-09
1
-9
/
+5
*
|
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
*
Renaming 'configuration' to 'catalog', fixing #954.
Luke Kanies
2007-12-11
1
-4
/
+4
*
Merge commit 'davids-bugfixes/rest/fix-plugins-mount'
Luke Kanies
2007-12-11
1
-43
/
+22
|
\
|
*
simplify PluginsMount
David Schmitt
2007-12-03
1
-43
/
+22
*
|
Fixing #951 -- external nodes work again, but you have to
Luke Kanies
2007-12-10
1
-2
/
+2
|
/
*
Fixing #796 -- the fileserver can now start with no
Luke Kanies
2007-11-27
1
-16
/
+52
*
Merge branch 'plugins_mount', fixing #891.
Luke Kanies
2007-11-24
1
-82
/
+221
|
\
|
*
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
|
*
Merge commit 'davids-bugfixes/rest/fix-891' into plugins_mount
Luke Kanies
2007-11-23
1
-75
/
+174
|
|
\
|
|
*
fix #891: create a plugins mount which collects all modules' plugins/ subdirs
David Schmitt
2007-11-08
1
-75
/
+174
*
|
|
Fixing #882 -- I just added a quick hook to the
Luke Kanies
2007-11-23
1
-1
/
+4
|
/
/
*
|
Reverting the changes I'd made toward removing the global
Luke Kanies
2007-11-19
2
-17
/
+21
*
|
Merge commit 'davids-bugfixes/rest/fix-815-by-using-main-explicitly'
Luke Kanies
2007-11-18
1
-1
/
+1
|
\
\
|
*
|
fix #815: add :main to all use() for :reporting and :metrics
David Schmitt
2007-11-09
1
-1
/
+1
|
|
/
*
|
Fixed most failing tests, but there are still over thirty failing.
Luke Kanies
2007-11-18
2
-21
/
+17
[next]