Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |