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
/
http
/
handler.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
adding REST save support, with integration tests. A handful of unit tests in...
Rick Bradley
2008-04-11
1
-4
/
+8
*
making search work over REST, w/ unit & integration specs
Rick Bradley
2008-04-11
1
-1
/
+1
*
exceptions on remote end now properly passed to local end via REST and re-rai...
Rick Bradley
2008-04-11
1
-1
/
+1
*
Much larger commit than I would like to land at once. This is all REST-relat...
Rick Bradley
2008-04-11
1
-7
/
+10
*
This is the first version where mongrel and webrick are reliably startable an...
Rick Bradley
2008-04-11
1
-2
/
+3
*
One significant step closer to getting autotest running properly on the Puppe...
Rick Bradley
2007-10-26
1
-2
/
+1
*
Exceptions on requests are now captured, exceptions are serialized, and excep...
Rick Bradley
2007-10-23
1
-1
/
+7
*
Finish serializing successful results (via calls to to_yaml, etc.) for REST h...
Rick Bradley
2007-10-23
1
-4
/
+10
*
REST handlers now properly returning 200 status on success.
Rick Bradley
2007-10-23
1
-2
/
+2
*
Merge branch 'master' of git://reductivelabs.com/puppet into routing
Rick Bradley
2007-10-22
1
-1
/
+1
*
More specs, fleshing out the returns from REST
Rick Bradley
2007-10-17
1
-2
/
+6
*
Argument passing now supported on {webrick,mongrel}+REST.
Rick Bradley
2007-10-16
1
-4
/
+12
*
Refactoring, argument processing for model methods.
Rick Bradley
2007-10-16
1
-7
/
+35
*
Tweak to move model lookup functionality into the Handler base class where it...
Rick Bradley
2007-10-16
1
-0
/
+1
*
Refactored to use a Handler base class for server+protocol handlers. Finally...
Rick Bradley
2007-10-16
1
-0
/
+57