summaryrefslogtreecommitdiff
path: root/src/mailman/queue/rest.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-291-58/+0
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Refactoring the REST support by removing unnecessary stuff and moving otherBarry Warsaw2010-02-251-1/+1
| | | | | | stuff around. We no longer need APIValueError or IResolvePathNames. Also, refactor the creation of the REST server so that it could be used with other WSGI frameworks.
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Linux signal management appears to work differently than OS X. Introduce aBarry Warsaw2009-05-111-0/+2
| | | | | runner flag to indicate whether the qrunner parent process should intercept signals or not. The REST server should not intercept signals.
* More tests for the REST server, this time, for the queue runner.Barry Warsaw2009-05-101-0/+6
| | | | | | | | | | | Add logging to the RESTRunner. Also, use pkg_resources.resource_stream() instead of .resource_string() where appropriate. Add a bunch of XXX comments for things I need to figure out about the Zope-ish parts of the lazr.restful implementation. Change __getitem__() api to _lookup().
* Several RESTful updates.Barry Warsaw2009-05-061-1/+1
| | | | | | * Fix a typo in the runner * Add support for 404 Not Found exceptions * Suppress sha module deprecation warnings from lazr.restful
* A working test of the REST server. http://localhost:8001/3.0/sys returnsBarry Warsaw2009-05-041-2/+2
| | | | useful information. It's GET only atm.
* The very basics of a working REST server. Only works for localhost:8001/sysBarry Warsaw2009-05-031-0/+50