aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_webui.md
Commit message (Collapse)AuthorAgeFilesLines
* Add option to specify host addressSascha2021-02-281-5/+6
| | | | | | | | | | | | | | | | | | | '--host'-cmdline-option is added to the webui command. Previously, the WebUI couldn't be hosted inside of a container. As the WebUI-server only listend per default to localhost and there was no option to change the address, the server should listend to. This means, that the WebUI was only reachable from localhost. So only from inside of the container but never from outside. The '--host'-option allows to set the IP address or a hostname which the WebUI-server should listen to. E.g. by setting 0.0.0.0 or :: as address. Update documentation for new option. Update shell completion for new option. Compilation seems to add another go-gitlab version.
* Add support for read-only mode for web UI.Luke Granger-Brown2020-06-271-4/+5
| | | | Fixes #402.
* commands: add flags/config to control the automatic opening in the default ↵Michael Muré2019-05-271-1/+7
| | | | browser
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-3/+3
|
* commands: description cleanupMichael Muré2018-09-211-1/+1
|
* ls: support expressing a query with flags as wellMichael Muré2018-09-101-1/+1
|
* webui: Add flag to specify which port to listen toQuentin Gliech2018-07-221-1/+2
|
* use DisableAutoGenTag to not have to commit the documentation after each buildMichael Muré2018-07-201-1/+0
|
* generate markdown documentationMichael Muré2018-07-201-0/+23