Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: add a flag to log handling errors | Michael Muré | 2022-08-23 | 1 | -0/+1 |
| | |||||
* | commands: minor fixes for the webui open with query | Michael Muré | 2021-03-07 | 1 | -1/+1 |
| | | | | | | - go fmt - add a shorthand - fix displayed webUI URL in the terminal | ||||
* | webui: allow specifying the initial query | Miklos Vajna | 2021-03-07 | 1 | -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 address | Sascha | 2021-02-28 | 1 | -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-Brown | 2020-06-27 | 1 | -4/+5 |
| | | | | Fixes #402. | ||||
* | commands: add flags/config to control the automatic opening in the default ↵ | Michael Muré | 2019-05-27 | 1 | -1/+7 |
| | | | | browser | ||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 1 | -3/+3 |
| | |||||
* | commands: description cleanup | Michael Muré | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | ls: support expressing a query with flags as well | Michael Muré | 2018-09-10 | 1 | -1/+1 |
| | |||||
* | webui: Add flag to specify which port to listen to | Quentin Gliech | 2018-07-22 | 1 | -1/+2 |
| | |||||
* | use DisableAutoGenTag to not have to commit the documentation after each build | Michael Muré | 2018-07-20 | 1 | -1/+0 |
| | |||||
* | generate markdown documentation | Michael Muré | 2018-07-20 | 1 | -0/+23 |