Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ran update-copyright.py. | W. Trevor King | 2012-10-16 | 1 | -1/+17 |
| | |||||
* | util:wsgi: WSGITestCase should not subclass WSGICaller. | W. Trevor King | 2012-09-03 | 1 | -10/+18 |
| | | | | | | | | The old implementation caused a number of unittest errors. This commit adds a WSGICaller instance as WSGITestCase.caller, and provides a wrapper .getURL method which copies the status/headers/etc. from the caller back into the WSGITestCase. | ||||
* | util:wsgi: Pull WSGICaller out of WSGITestCase. | W. Trevor King | 2012-09-03 | 1 | -49/+56 |
| | |||||
* | util:wsgi: add HandlerErrorApp to return HTTP errors. | W. Trevor King | 2012-09-03 | 1 | -0/+13 |
| | |||||
* | util:wsgi: fix WSGI_AppObject.default_callback -> .default_handler typo. | W. Trevor King | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | command:serve-storage: rename `be serve` -> `be serve-storage`. | W. Trevor King | 2012-08-29 | 1 | -1/+2 |
| | | | | | | | | | | This will help avoid confusion between be serve-storage and be serve-commands | ||||
* | util:wsgi: add BEExceptionApp for translating storage exceptions. | W. Trevor King | 2012-08-29 | 1 | -0/+22 |
| | | | | | | This fixes .test_get_initial_value for the HTTP backend, because the tests use TestingHTTP.getURL, which only catch HandlerError, not the more specific storage exceptions. | ||||
* | libbe:util:wsgi: extract WSGI utilities into a separate module. | W. Trevor King | 2012-08-27 | 1 | -0/+962 |