aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command
Commit message (Expand)AuthorAgeFilesLines
* libbe:command:util: fix bugdir access for complete_status and complete_severityW. Trevor King2012-12-131-2/+2
* Use libbe.util.http.HTTP_USER_ERROR everywhere instead of hardcoding 418W. Trevor King2012-10-283-6/+4
* command:html: remove %default from option help stringsW. Trevor King2012-10-271-6/+5
* command:serve_*: remove wordy "with, for example" from help messageW. Trevor King2012-10-272-4/+2
* command:serve_commands: fix --repo -> --server in help messageW. Trevor King2012-10-271-1/+1
* command: use mapfiles (JSON) instead of YAML for the command serverW. Trevor King2012-10-262-8/+7
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-262-6/+6
* doc: update :mod: to :py:mod: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* Ran update-copyright.py.W. Trevor King2012-10-1626-27/+32
* command:html: convert -moz-border-radius to border-radius.W. Trevor King2012-09-171-9/+9
* command.html: display "Target:" detail for bugs with targets.W. Trevor King2012-09-171-0/+10
* command:html: fix two auto% -> auto typos in CSS.W. Trevor King2012-09-171-2/+2
* command:html: add --strip-email option.W. Trevor King2012-09-031-6/+21
* command:html: oops, use default arguments for 'notify' and 'auth'.W. Trevor King2012-09-031-2/+2
* command:html: fix super(HTML. self) -> super(HTML, self).W. Trevor King2012-09-031-1/+1
* command:help: add `repo` and `server` topics.W. Trevor King2012-09-031-1/+60
* command:help: match against command names (not module names).W. Trevor King2012-09-031-1/+1
* command:html: rewrite as a libbe.util.wsgi.ServerCommand.W. Trevor King2012-09-031-291/+368
* command:serve-storage: rename server_version to BE-storage-server/<VERSION>.W. Trevor King2012-09-031-1/+1
* command:serve_commands: allow unspecified parameters (use defaults).W. Trevor King2012-09-031-2/+12
* command:import_xml: fix `--r` -> `-r` in long help.W. Trevor King2012-09-031-2/+2
* command:import_xml: fix be-mbox-to-xml -> be-mail-to-xml.W. Trevor King2012-09-031-3/+3
* command:serve-storage: rename `be serve` -> `be serve-storage`.W. Trevor King2012-08-292-5/+9
* Rewrite commands to use bugdirs instead of a single bugdir.W. Trevor King2012-08-2921-407/+620
* util:wsgi: add BEExceptionApp for translating storage exceptions.W. Trevor King2012-08-291-10/+0
* libbe:util:wsgi: extract WSGI utilities into a separate module.W. Trevor King2012-08-272-1118/+84
* command:serve_commands: remove duplicate cruft and get working unit tests.W. Trevor King2012-08-241-327/+19
* command:serve: add ability to pass raw POST data with getURL.W. Trevor King2012-08-241-12/+16
* command:serve_commands: new command for running a command server.W. Trevor King2012-08-242-2/+700
* command:base: only cleanup UseInterface.storage_callback if it's there.W. Trevor King2012-08-241-1/+2
* command:base: use is/is-not None instead of ==/!= None in setup_command.W. Trevor King2012-08-241-3/+3
* command:serve: wrap server in ExceptionApp regardless of SSL.W. Trevor King2012-08-241-1/+1
* command:serve: add SilentRequestHandler to avoid double-logging requests.W. Trevor King2012-08-231-2/+8
* Make the full UUIDs optional for `new` and `comment`.W. Trevor King2012-03-032-2/+14
* Print full UUIDs during `new` and `comment`.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)2012-03-022-2/+2
* Avoid generating another StringIO instance in StringInputOutput.get_stdout().W. Trevor King2012-02-241-2/+1
* Ran update-copyright.py.W. Trevor King2012-02-1625-250/+250
* Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.W. Trevor King2011-11-131-1/+1
* Ran update_copyright.py.W. Trevor King2011-11-091-0/+1
* Add ImportError to UnknownCommand output in get_command doctest.W. Trevor King2011-07-301-0/+1
* Raise UserError if summary is not given to `be commit`.W. Trevor King2011-05-251-0/+3
* Attach ImportError message to UnknownCommand to aid debugging.W. Trevor King2011-05-251-3/+8
* Rework summary handling in `be commit`.W. Trevor King2011-05-251-6/+18
* Run update_copyright.py.W. Trevor King2011-05-2524-11/+44
* Move Tim Guirgies' help for status/severity overrides to .W. Trevor King2011-05-253-35/+54
* Remove "be set" reference in favour of actual helpTim Guirgies2011-05-252-2/+32
* Teach be status --help to load per tree configTim Guirgies2011-05-251-0/+4
* Restructure severity help function to match statusTim Guirgies2011-05-251-11/+16
* Fix test_log_request (broken by commit 36699d82).W. Trevor King2011-05-111-1/+1
* Revive the UserError/UsageError distinctionW. Trevor King2011-05-022-6/+30