summaryrefslogtreecommitdiff
path: root/src/mailman/queue/docs/rest.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-291-25/+0
|
* Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-221-2/+2
| | | | | | ports are still hard coded. Also, 'bin/mailman info' dumps the REST root url and credentials.
* More documentation cleanups.Barry Warsaw2010-09-141-1/+3
|
* More refactoring:Barry Warsaw2010-02-251-1/+0
| | | | | | | * Rework the [webservice] section to be more useful to restish. * Get rid of the resource_type_link * Add and test some helpers. * Move the root resources to a different module.
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-201-3/+4
| | | | | | | | | webserver. Fix the https/http urls. Add the adapter for HTTPCharsets so POSTs work properly. Nice little cargo cult from lazr.restful.
* More tests for the REST server, this time, for the queue runner.Barry Warsaw2009-05-101-0/+23
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().