| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 1 | -76/+0 |
| | | |||||
| * | Insulate the test environment from the running environment. Sadly, the test | Barry Warsaw | 2010-12-22 | 1 | -4/+4 |
| | | | | | | | ports are still hard coded. Also, 'bin/mailman info' dumps the REST root url and credentials. | ||||
| * | * We now have to disable site-packages because of LP: #659231 | Barry Warsaw | 2010-10-12 | 1 | -6/+26 |
| | | | | | * Provide a better example of how to use basic auth in the rest api call | ||||
| * | Add Basic Auth support to the REST API, given by Jimmy Bergman, with style | Barry Warsaw | 2010-10-11 | 1 | -3/+25 |
| |\ | | | | | | | corrections by Barry. | ||||
| | * | Add doctest for connecting using invalid credentials and some documentation ↵ | root | 2010-09-29 | 1 | -3/+22 |
| |/ | | | | regarding the basic auth for the REST server. | ||||
| * | More documentation fixes. | Barry Warsaw | 2010-09-15 | 1 | -3/+6 |
| | | |||||
| * | Refactor the list configuration code via the REST interface, and flesh it out | Barry Warsaw | 2010-08-23 | 1 | -1/+1 |
| | | | | | considerably. | ||||
| * | More refactoring: | Barry Warsaw | 2010-02-25 | 1 | -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. | ||||
| * | Rip out lazr.restful and replace it with restish. This simpifies a lot of the | Barry Warsaw | 2010-02-23 | 1 | -2/+1 |
| | | | | | | REST architecture, at the expense of a few features, and less support. So far so good though. | ||||
| * | Our first writable REST API! You can now create new domains through the | Barry Warsaw | 2009-07-20 | 1 | -2/+2 |
| | | | | | | | | | | webserver. Fix the https/http urls. Add the adapter for HTTPCharsets so POSTs work properly. Nice little cargo cult from lazr.restful. | ||||
| * | typo | Barry Warsaw | 2009-05-27 | 1 | -1/+1 |
| | | |||||
| * | Allow for setting the doctest layer in the doctest package's __init__. If not | Barry Warsaw | 2009-05-27 | 1 | -11/+2 |
| | | | | | given, then SMTPLayer is used by default. | ||||
| * | Several RESTful updates. | Barry Warsaw | 2009-05-06 | 1 | -0/+13 |
| | | | | | | | * Fix a typo in the runner * Add support for 404 Not Found exceptions * Suppress sha module deprecation warnings from lazr.restful | ||||
| * | /sys -> /system | Barry Warsaw | 2009-05-04 | 1 | -6/+5 |
| | | |||||
| * | A working test of the REST server. http://localhost:8001/3.0/sys returns | Barry Warsaw | 2009-05-04 | 1 | -0/+30 |
| useful information. It's GET only atm. | |||||
