summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_configuration.py
Commit message (Collapse)AuthorAgeFilesLines
* Back port from the py3 branch:Barry Warsaw2014-12-291-94/+0
| | | | | | | | | | * You can access the system configuration via the resource path ``/3.0/system/configuration/<section>``. This returns a dictionary with the keys being the section's variables and the values being their value from ``mailman.cfg`` as verbatim strings. You can get a list of all section names via ``/3.0/system/configuration`` which returns a dictionary containing the ``http_etag`` and the section names as a sorted list under the ``sections`` key. The system configuration resource is read-only.
* Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-0/+94
REST tests pass. This requires an as yet unmerged internal change to falcon.