aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_webui.md
Commit message (Collapse)AuthorAgeFilesLines
* commands: reorg into different packagesMichael Muré2022-11-201-2/+2
|
* webui: add a flag to log handling errorsMichael Muré2022-08-231-0/+1
|
* commands: minor fixes for the webui open with queryMichael Muré2021-03-071-1/+1
| | | | | | - go fmt - add a shorthand - fix displayed webUI URL in the terminal
* webui: allow specifying the initial queryMiklos Vajna2021-03-071-6/+7
| | | | | | | | | | | | Example use-case: given a github URL in a source code comment or commit message, one can now run: git bug webui --query 'metadata:github-url:"https://github.com/author/myproject/issues/42"' on the commandline to look up the details of that issue on the web ui quickly, offline. Fixes <https://github.com/MichaelMure/git-bug/issues/592>.
* 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