summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_info.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert to click for CLI optionsBarry Warsaw2017-07-221-47/+44
|
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* Clean up the commands subdirectory.Barry Warsaw2016-03-241-7/+3
|
* Refactor API differences into a separate class.Barry Warsaw2016-01-131-4/+3
| | | | | | | | | | | We now have an IAPI interface which defines methods to convert to/from UUIDs to their REST representations, and to calculate the API-homed full URL path to a resource. Add implementations API30 and API31 to handle the two different implementations so far. This also simplifies the various path_to() calls. Also: Add support for diff_cover to tox.ini to check that all differences against the master branch have full test coverage.
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-1/+3
| | | | | | 3.0 except that UUIDs are represented as hex strings instead of 128-bit integers, since the latter are not compatible with all versions of JavaScript.
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
|
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* - Write ./var/etc/mailman.cfg if it doesn't already exist.Barry Warsaw2013-03-201-1/+1
| | | | | | | - Use ./var/etc/mailman.cfg if it exists, just after ./mailman.cfg and just before ~/.mailman.cfg. - Add link to FHS - Whitespace normalization.
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* * Show devmode in `bin/mailman info` output. (LP: #1035028)Barry Warsaw2012-08-171-0/+4
| | | | | | Also, allow doctest cleanups to be tuples, in which case the first item is the callable and the subsequent items are the arguments. Makes for config.pop()'ing much nicer.
* General code cleanup.Barry Warsaw2012-04-251-14/+14
| | | | | | | | - Add explicit dependency on zope.event in setup.py. - Use Python 3 compatible syntax for specifying that a class implements an interface, i.e. the @implementer class decorator. - print_function futures. - Whitespace normalization.
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-221-0/+4
| | | | | | ports are still hard coded. Also, 'bin/mailman info' dumps the REST root url and credentials.
* * bin/info -p/--paths -> -v/--verboseBarry Warsaw2010-03-281-2/+2
| | | | * Make sure all paths are absolute
* Checkpointint support for different path layouts, allowing us to optionallyBarry Warsaw2010-01-271-1/+16
| | | | | | | | support the Filesystem Hierarchy Standard. This is done through the configuration file. * add a --paths/-p option to 'bin/mailman info' * PIDFILE -> PID_FILE
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
| | | | package.
* Add 'bin/mailman version' command (identical to bin/mailman --version)Barry Warsaw2009-11-031-1/+0
|
* Refactor the subcommands so that the infrastructure does more of the menialBarry Warsaw2009-08-161-6/+5
| | | | | | | tasks. This also let's the bin/mailman command sort its subcommands for help printing. Add the outline of a 'members' subcommand.
* 'mailman info' command.Barry Warsaw2009-08-121-0/+68