aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command
Commit message (Expand)AuthorAgeFilesLines
* Used PyCharms inspectors.Matěj Cepl2024-03-3019-111/+101
* More cleanups.Matěj Cepl2024-01-302-4/+2
* WIP plenty of clean-ups and porting to Python 3.Matěj Cepl2024-01-2110-46/+47
* conversion of cmp() functionMatěj Cepl2024-01-182-17/+13
* 2to3 conversion of the repo.Matěj Cepl2024-01-1825-187/+180
* remove serve-storage and HTTP storage driverMatthew Fernandez2017-11-072-355/+2
* fix: remove server-storage help text referencing --authMatthew Fernandez2017-10-281-5/+1
* fix: remove legacy help textMatthew Fernandez2017-10-281-2/+0
* remove check_login from the WSGI server appMatthew Fernandez2017-10-262-30/+0
* remove --auth option from server commandsMatthew Fernandez2017-10-262-5/+2
* remove support for ArchMatthew Fernandez2017-10-251-2/+0
* trivial: remove an unused importMatthew Fernandez2017-10-071-1/+0
* trivial: fix syntax errorMatthew Fernandez2017-10-071-1/+1
* Merget patch from Matthew Fernandez to fix some typosGianluca Montecchi2017-01-243-3/+3
* Incorrect accquiring bugdir command line argumentMatěj Cepl2013-10-313-3/+3
* command:target: Print full ID (bugdir/bug) on --resolveW. Trevor King2013-07-101-1/+1
* command:html: Rework comment <div> closingW. Trevor King2013-03-121-4/+2
* Transition to libbe.LOG for loggingW. Trevor King2013-01-241-3/+3
* 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