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
*
Merge babel support from Monty and fix a missing _() in nova/wsgi.py
jaypipes@gmail.com
2011-01-10
1
-1
/
+1
*
Better method for eventlet.wsgi.server logging.
Todd Willey
2011-01-05
1
-4
/
+11
*
Silence eventlet.wsgi.server so it doesn't go to stdout and pollute our logs.
Todd Willey
2011-01-05
1
-4
/
+6
*
Final few log tweaks, i18n, levels, including contexts, etc.
Todd Willey
2011-01-04
1
-1
/
+1
*
Apply logging changes as a giant patch to work around the cloudpipe delete + ...
Todd Willey
2011-01-04
1
-2
/
+6
*
Address bug #695157 by using a blank request class and setting an empty reque...
Soren Hansen
2010-12-28
1
-1
/
+1
*
Make time.sleep() non-blocking
Josh Kearney
2010-11-22
1
-1
/
+1
*
Added support for OpenStack and EC2 APIs to run on different ports.
Eric Day
2010-11-02
1
-4
/
+21
*
PEP8 and pylint cleanup. There should be no functional changes here, just sty...
Eric Day
2010-10-21
1
-9
/
+13
*
Server creation up to, but not including, network configuration
Cerberus
2010-09-29
1
-4
/
+7
*
Server update name and password
Cerberus
2010-09-29
1
-0
/
+9
*
Add Serializer.deserialize(xml_or_json_string)
Michael Gundlach
2010-09-28
1
-6
/
+45
*
Support content type detection in serializer
Michael Gundlach
2010-09-27
1
-7
/
+14
*
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