| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- go fmt
- add a shorthand
- fix displayed webUI URL in the terminal
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'--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.
|
|
|
|
|
|
|
| |
* build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1
* update doc (man & md)
* update bash|fish|zsh completion
|
|
|
|
| |
Fixes #402.
|
| |
|
|
|
|
| |
browser
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|