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
...
|
*
|
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
*
|
Adding rudimentary support for directly managing formats.
Luke Kanies
2008-07-29
3
-0
/
+52
*
|
Adding support for rendering and converting multiple instances.
Luke Kanies
2008-07-29
1
-0
/
+16
*
|
All error and format handling works over REST except searching.
Luke Kanies
2008-07-29
4
-11
/
+30
*
|
Drastically simplifying the REST implementation tests.
Luke Kanies
2008-07-29
2
-10
/
+25
*
|
Removing an apparently-obsolete hook from the handler
Luke Kanies
2008-07-29
1
-4
/
+0
*
|
Adding explicit tests for the HTTP::Handler module.
Luke Kanies
2008-07-29
1
-23
/
+67
*
|
The REST terminus now uses the content-type and http result codes.
Luke Kanies
2008-07-29
2
-4
/
+13
*
|
Using the FormatHandler in indirected classes automatically.
Luke Kanies
2008-07-29
1
-1
/
+9
*
|
Adding a FormatHandler module for managing format conversions.
Luke Kanies
2008-07-29
1
-0
/
+33
*
|
Merge branch '0.24.x' into merging
Luke Kanies
2008-07-29
3
-17
/
+26
|
\
|
|
*
You can now select the encoding format when transferring the catalog,
Luke Kanies
2008-07-18
2
-11
/
+18
|
*
The mongrel-related tests now run without mongrel.
Luke Kanies
2008-07-17
1
-6
/
+8
*
|
Merge branch '0.24.x'
Luke Kanies
2008-07-02
1
-20
/
+17
|
\
|
|
*
Fixed #1114 - Facts in plugin directories should now be autoloaded,
Luke Kanies
2008-07-01
1
-20
/
+17
*
|
Merge branch '0.24.x'
Luke Kanies
2008-06-14
4
-74
/
+97
|
\
|
|
*
Fixing #1362 -- I had previously removed a stub point needed for testing.
Luke Kanies
2008-06-13
1
-1
/
+7
|
*
Replacing all two-space indents with four-space
Luke Kanies
2008-06-13
1
-1
/
+1
|
*
The mongrel and webrick REST handlers now extract certificate information.
Luke Kanies
2008-06-09
3
-60
/
+96
|
*
Always using the cert name to store yaml files, which fixes #1178.
Luke Kanies
2008-05-26
1
-22
/
+2
*
|
Fixing how the mongrel server sets up xmlrpc handlers.
Luke Kanies
2008-05-16
1
-2
/
+2
*
|
Using the new Cacher class for handling cached data.
Luke Kanies
2008-05-13
1
-15
/
+17
*
|
Fixing some broken tests.
Luke Kanies
2008-05-07
1
-0
/
+1
*
|
The CRL is now automatically used or ignored.
Luke Kanies
2008-05-07
1
-1
/
+1
*
|
Adding pidfile management and daemonization to the Server
Luke Kanies
2008-05-07
1
-0
/
+56
*
|
Fixing the HttpPool module to get rid of an infinite loop.
Luke Kanies
2008-05-06
3
-3
/
+4
*
|
The master is now functionally serving REST and xmlrpc.
Luke Kanies
2008-05-05
1
-1
/
+1
*
|
The REST infrastructure now correctly the SSL certificates.
Luke Kanies
2008-05-05
2
-7
/
+5
*
|
The http pool manager now uses new-style certificate management.
Luke Kanies
2008-05-05
1
-11
/
+15
*
|
Fixing a critical problem in how CRLs were saved and moving SSL Store respons...
Luke Kanies
2008-05-05
1
-16
/
+2
*
|
Switched puppetmasterd to use the new-style server plumbing.
Luke Kanies
2008-05-02
2
-2
/
+11
*
|
Adding xmlrpc backward compatibility to the new Mongrel code.
Luke Kanies
2008-05-02
1
-0
/
+10
[prev]
[next]