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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch '0.24.x'
Luke Kanies
2009-02-13
1
-53
/
+113
|
\
|
*
Fixing #961 - closing the http connection after every xmlrpc call
Luke Kanies
2009-02-12
1
-1
/
+3
|
*
Refactoring the XMLRPC::Client error-handling
Luke Kanies
2009-02-12
1
-53
/
+111
*
|
Adding an Agent::Runner class.
Luke Kanies
2009-02-06
1
-42
/
+9
*
|
Creating and using a new Puppet::Daemon class
Luke Kanies
2009-02-06
2
-4
/
+0
*
|
Not using 'master' client for testing
Luke Kanies
2009-02-06
1
-2
/
+0
*
|
Adding better error-handling to format rendering
Luke Kanies
2009-02-06
1
-4
/
+39
*
|
Renmaing Puppet::Network::Client::Master to Puppet::Agent
Luke Kanies
2009-02-06
1
-523
/
+0
*
|
Fixing #1729 - puppetmasterd can now read certs at startup
Luke Kanies
2008-12-18
2
-4
/
+7
*
|
Deprecating the Puppet::Type.create.
Luke Kanies
2008-12-18
2
-2
/
+2
*
|
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
2
-2
/
+2
*
|
Merge branch '0.24.x'
Luke Kanies
2008-12-02
2
-2
/
+4
|
\
|
|
*
Fixing splaytime tests
Luke Kanies
2008-12-01
1
-1
/
+1
|
*
Fixing #1749 - Splay now hopefully behaves "better" for small values.
Luke Kanies
2008-12-01
1
-1
/
+1
|
*
Removing the included testing gems; you must now install them yourself.
Luke Kanies
2008-11-25
1
-1
/
+3
*
|
Refactoring the Cacher interface to always require attribute declaration.
Luke Kanies
2008-11-11
1
-14
/
+8
*
|
Changing the Cacher.invalidate method to Cacher.expire.
Luke Kanies
2008-11-11
1
-1
/
+1
*
|
Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,
Luke Kanies
2008-10-17
4
-52
/
+191
|
\
|
|
*
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
|
*
Fixed #1473 - Rescue Timeout::Error in xmlrpc clients
Andrew Shafer
2008-10-07
1
-4
/
+4
|
*
Fixing #947 - pluginsync no longer fails poorly when no plugins exist
Luke Kanies
2008-10-03
1
-2
/
+4
|
*
Fixed error message typo
James Turnbull
2008-10-03
1
-1
/
+1
|
*
Fixed #1603 - Added support for running Puppet inside a Rack application
James Turnbull
2008-09-30
1
-0
/
+148
|
*
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
7
-8
/
+51
|
\
\
|
*
|
Adding automatic attribute collection to the new fileserving code.
Luke Kanies
2008-08-26
1
-1
/
+1
|
*
|
Causing format selection to fail intelligently if no suitable format can be p...
Luke Kanies
2008-08-26
1
-1
/
+12
|
*
|
Fixing the rest backends for webrick and mongrel so the get the whole request...
Luke Kanies
2008-08-26
2
-2
/
+2
|
*
|
Adding weights to network formats, and sorting them based on the weight.
Luke Kanies
2008-08-26
3
-3
/
+14
|
*
|
Adding a hackish raw format.
Luke Kanies
2008-08-26
1
-1
/
+21
|
*
|
Adding suitability as a requirement for a format being supported.
Luke Kanies
2008-08-26
1
-1
/
+2
*
|
|
Merge branch '0.24.x'
Luke Kanies
2008-09-23
2
-9
/
+9
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Only apply splay the first run
Andrew Shafer
2008-09-21
1
-8
/
+8
|
*
Fixes #1551 puppetmaster.freshness xmlrpc call returns incorrect type
Nigel Kersten
2008-09-05
1
-1
/
+1
*
|
Adding parameter and URL support to the REST terminus.
Luke Kanies
2008-08-20
1
-1
/
+5
*
|
Fixing the String format (fixes #1522).
Luke Kanies
2008-08-20
2
-17
/
+5
*
|
Merge branch '0.24.x'
Luke Kanies
2008-08-18
1
-3
/
+4
|
\
|
|
*
Ensure that we consistently use either string #{} interpolation or String.%
Daniel Pittman
2008-08-01
1
-3
/
+4
*
|
Certificates now work over REST.
Luke Kanies
2008-08-07
1
-3
/
+1
*
|
Enhancing formatting errors with class and format.
Luke Kanies
2008-08-04
1
-4
/
+4
*
|
Adding a plaintext network format.
Luke Kanies
2008-08-04
1
-2
/
+22
*
|
Correctly handling when REST searches return nothing.
Luke Kanies
2008-07-30
1
-1
/
+3
*
|
The REST formats are now fully functional, with yaml and marshal support.
Luke Kanies
2008-07-30
2
-14
/
+52
*
|
Adding some support for case insensivity in format names.
Luke Kanies
2008-07-30
2
-5
/
+9
*
|
Moving validation from FormatHandler to Format.
Luke Kanies
2008-07-30
2
-9
/
+2
*
|
Moving functionality out of the FormatHandler into the Format class.
Luke Kanies
2008-07-30
2
-17
/
+66
*
|
Searching again works over REST, including full content-type translation.
Luke Kanies
2008-07-29
1
-2
/
+2
[prev]
[next]