index
:
nova.git
shared-key-msg
OpenStack's nova patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nova
/
wsgi.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nurrr
Michael Gundlach
2010-09-01
1
-2
/
+2
*
Abstractified generalization mechanism
Michael Gundlach
2010-09-01
1
-14
/
+17
*
OK, break out ternary operator (good to know that it slowed you down to read it)
Michael Gundlach
2010-08-24
1
-1
/
+4
*
Typo
Michael Gundlach
2010-08-23
1
-1
/
+1
*
Move serialize() to wsgi.Controller so __call__ can serialize() action return...
Michael Gundlach
2010-08-23
1
-2
/
+14
*
Added unittests for wsgi and api.
Eric Day
2010-08-17
1
-7
/
+10
*
All controller actions receive a 'req' parameter containing the webob Request.
Michael Gundlach
2010-08-16
1
-25
/
+23
*
PEP8 and name corrections
Michael Gundlach
2010-08-16
1
-2
/
+2
*
Support JSON and XML in Serializer
Michael Gundlach
2010-08-13
1
-10
/
+46
*
Make WSGI routing support routing to WSGI apps or to controller+action
Michael Gundlach
2010-08-12
1
-61
/
+128
|
\
|
*
Working router that can target WSGI middleware or a standard controller+action
Michael Gundlach
2010-08-11
1
-107
/
+98
|
*
Serializing in middleware after all... by tying to the router. maybe a good ...
Michael Gundlach
2010-08-11
1
-41
/
+72
|
*
work on a router that works with wsgi and non-wsgi routing
Michael Gundlach
2010-08-10
1
-0
/
+76
|
/
*
Reworked WSGI helper module and converted rackspace API endpoint to use it.
Eric Day
2010-08-07
1
-0
/
+173