aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/git-bug-webui.1
Commit message (Collapse)AuthorAgeFilesLines
* commands: reorg into different packagesMichael Muré2022-11-201-1/+1
|
* webui: add a flag to log handling errorsMichael Muré2022-08-231-0/+4
|
* update gqlgenMichael Muré2022-02-151-13/+13
|
* commands: minor fixes for the webui open with queryMichael Muré2021-03-071-2/+2
| | | | | | - go fmt - add a shorthand - fix displayed webUI URL in the terminal
* webui: allow specifying the initial queryMiklos Vajna2021-03-071-0/+4
| | | | | | | | | | | | 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-1/+5
| | | | | | | | | | | | | | | | | | | '--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.
* Vendor: upgrade spf13/cobra to v1.1.1 (#479)65432020-10-271-2/+1
| | | | | | | * build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1 * update doc (man & md) * update bash|fish|zsh completion
* Add support for read-only mode for web UI.Luke Granger-Brown2020-06-271-0/+4
| | | | Fixes #402.
* update auto-generated filesMichael Muré2020-02-231-7/+6
|
* commands: add flags/config to control the automatic opening in the default ↵Michael Muré2019-05-271-1/+13
| | | | browser
* update generated filesMichael Muré2019-04-011-1/+1
|
* update generated filesMichael Muré2019-03-011-3/+3
|
* man: update the date in the generated docMichael Muré2019-02-161-1/+1
|
* update generated doc with the new dateMichael Muré2018-12-221-1/+1
|
* docs: update manpages due to change of monthMichael Muré2018-10-011-1/+1
|
* ls: support expressing a query with flags as wellMichael Muré2018-09-101-4/+4
|
* manpages: updateMichael Muré2018-09-021-1/+1
|
* manpages: update names following the change of sectionMichael Muré2018-08-061-0/+33