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
/
spec
/
unit
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding clarity to query string handling in REST calls
Luke Kanies
2009-02-18
2
-8
/
+60
*
Merge branch '0.24.x'
Luke Kanies
2009-02-14
1
-2
/
+2
|
\
|
*
Fixing a test broken by a log demotion
Luke Kanies
2009-02-14
1
-2
/
+2
*
|
Merge branch '0.24.x'
Luke Kanies
2009-02-13
1
-7
/
+165
|
\
|
|
*
Fixing #961 - closing the http connection after every xmlrpc call
Luke Kanies
2009-02-12
1
-0
/
+22
|
*
Refactoring the XMLRPC::Client error-handling
Luke Kanies
2009-02-12
1
-7
/
+143
*
|
Creating and using a new Puppet::Daemon class
Luke Kanies
2009-02-06
1
-2
/
+2
*
|
Adding better error-handling to format rendering
Luke Kanies
2009-02-06
1
-0
/
+45
*
|
Renmaing Puppet::Network::Client::Master to Puppet::Agent
Luke Kanies
2009-02-06
1
-442
/
+0
*
|
Fixing #1729 - puppetmasterd can now read certs at startup
Luke Kanies
2008-12-18
2
-30
/
+5
*
|
Merge branch '0.24.x'
Luke Kanies
2008-12-02
2
-9
/
+9
|
\
|
|
*
Fixing #1749 - Splay now hopefully behaves "better" for small values.
Luke Kanies
2008-12-01
1
-9
/
+9
|
*
Removing the included testing gems; you must now install them yourself.
Luke Kanies
2008-11-25
1
-0
/
+0
*
|
Adding more file tests and fixing conflicting tests
Luke Kanies
2008-11-15
1
-0
/
+4
*
|
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
2
-0
/
+192
|
\
|
|
*
Add failing test for plugin with file and recurse
Paul Nasrat
2008-10-09
1
-0
/
+8
|
*
Fix several small regressions in plugins mount
Brice Figureau
2008-10-09
1
-0
/
+38
|
*
Fixed #1473 - Rescue Timeout::Error in xmlrpc clients
Andrew Shafer
2008-10-07
1
-0
/
+13
|
*
Fixing #947 - pluginsync no longer fails poorly when no plugins exist
Luke Kanies
2008-10-03
1
-2
/
+2
|
*
Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.
Paul Nasrat
2008-09-30
1
-1
/
+1
|
*
Add tests for FileServer::Mount list for #1544
Paul Nasrat
2008-09-30
1
-0
/
+133
*
|
Merge branch 'feature/master/1481'
Luke Kanies
2008-09-23
6
-15
/
+106
|
\
\
|
*
|
Causing format selection to fail intelligently if no suitable format can be p...
Luke Kanies
2008-08-26
1
-0
/
+31
|
*
|
Fixing the rest backends for webrick and mongrel so the get the whole request...
Luke Kanies
2008-08-26
2
-6
/
+6
|
*
|
Adding weights to network formats, and sorting them based on the weight.
Luke Kanies
2008-08-26
3
-9
/
+38
|
*
|
Adding a hackish raw format.
Luke Kanies
2008-08-26
1
-0
/
+26
|
*
|
Adding suitability as a requirement for a format being supported.
Luke Kanies
2008-08-26
1
-0
/
+5
*
|
|
Merge branch '0.24.x'
Luke Kanies
2008-09-23
1
-0
/
+42
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Only apply splay the first run
Andrew Shafer
2008-09-21
1
-0
/
+42
*
|
Adding parameter and URL support to the REST terminus.
Luke Kanies
2008-08-20
3
-1
/
+23
*
|
Fixing the String format (fixes #1522).
Luke Kanies
2008-08-20
1
-32
/
+0
*
|
Fixing #1514 - format tests now work again.
Luke Kanies
2008-08-20
1
-11
/
+11
*
|
Adding a plaintext network format.
Luke Kanies
2008-08-04
1
-0
/
+42
*
|
Correctly handling when REST searches return nothing.
Luke Kanies
2008-07-30
1
-0
/
+14
*
|
The REST formats are now fully functional, with yaml and marshal support.
Luke Kanies
2008-07-30
1
-1
/
+66
*
|
Adding some support for case insensivity in format names.
Luke Kanies
2008-07-30
2
-2
/
+17
*
|
Moving validation from FormatHandler to Format.
Luke Kanies
2008-07-30
2
-11
/
+4
*
|
Moving functionality out of the FormatHandler into the Format class.
Luke Kanies
2008-07-30
2
-96
/
+186
*
|
Searching again works over REST, including full content-type translation.
Luke Kanies
2008-07-29
1
-3
/
+6
*
|
Fixing the format_handler tests so that they clean up after themselves.
Luke Kanies
2008-07-29
1
-0
/
+7
*
|
Fixing a test I broke while rebasing
Luke Kanies
2008-07-29
1
-0
/
+5
*
|
Fixing a test to be order-independent.
Luke Kanies
2008-07-29
1
-1
/
+1
*
|
Adding rudimentary support for directly managing formats.
Luke Kanies
2008-07-29
3
-0
/
+96
*
|
Adding support for rendering and converting multiple instances.
Luke Kanies
2008-07-29
1
-9
/
+36
*
|
All error and format handling works over REST except searching.
Luke Kanies
2008-07-29
2
-4
/
+23
*
|
Drastically simplifying the REST implementation tests.
Luke Kanies
2008-07-29
2
-627
/
+189
*
|
Adding explicit tests for the HTTP::Handler module.
Luke Kanies
2008-07-29
1
-0
/
+411
*
|
The REST terminus now uses the content-type and http result codes.
Luke Kanies
2008-07-29
3
-37
/
+53
*
|
Using the FormatHandler in indirected classes automatically.
Luke Kanies
2008-07-29
1
-5
/
+25
[next]