Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 | 2 | -5/+8 |
|\ | |||||
| * | 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 ability to search by arbitrary metadata | Miklos Vajna | 2021-02-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Example: ~/git/git-bug/git-bug ls --metadata github-url=https://github.com/author/myproject/issues/42 or ~/git/git-bug/git-bug ls metadata:github-url:\"https://github.com/author/myproject/issues/42\" Fixes the cmdline part of <https://github.com/MichaelMure/git-bug/issues/567>. | ||||
* | | minor cleanups | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | | |||||
* | | Change the comment ID to use both bug and comment ID references. | vince | 2021-02-14 | 2 | -0/+21 |
| | | | | | | | | | | Add comment edit command This commit adds the comment edit command, which provides a CLI tool that allows a user to edit a comment. | ||||
* | | deal with the previous changes | Michael Muré | 2021-02-14 | 1 | -1/+1 |
|/ | |||||
* | Update docs for full text search | Mike Goldin | 2020-11-17 | 1 | -1/+7 |
| | |||||
* | Vendor: upgrade spf13/cobra to v1.1.1 (#479) | 6543 | 2020-10-27 | 31 | -124/+0 |
| | | | | | | | * build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1 * update doc (man & md) * update bash|fish|zsh completion | ||||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 26 | -25/+48 |
| | |||||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 1 | -1/+1 |
| | |||||
* | Add support for read-only mode for web UI. | Luke Granger-Brown | 2020-06-27 | 1 | -4/+5 |
| | | | | Fixes #402. | ||||
* | cmds: cleanup and re-generate files | Michael Muré | 2020-06-24 | 3 | -4/+6 |
| | |||||
* | Merge pull request #403 from MichaelMure/ls-dump | Vincent Tiu | 2020-06-18 | 1 | -0/+1 |
|\ | | | | | [ls] add support for different output formats | ||||
| * | ls: Add support to ls dump bug information in specific formats | vince | 2020-06-16 | 1 | -0/+1 |
| | | | | | | | | This adds an optional flag to the ls command that allows users to specify the format they wish to dump the output as. Currently, supported parameters are 'default', 'plain' and 'json'. | ||||
* | | doc: fix typos | Martin Michlmayr | 2020-06-16 | 1 | -1/+1 |
|/ | |||||
* | DOC: commands/root.go: syntax | Wes Turner | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | update auto-generated files | Michael Muré | 2020-02-23 | 2 | -2/+2 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -9/+11 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 1 | -0/+2 |
| | |||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 1 | -0/+1 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -9/+9 |
| | |||||
* | github: tiny cleanups of the configurator | Michael Muré | 2019-11-26 | 1 | -8/+9 |
| | |||||
* | cli: rename "token" into "auth" | Michael Muré | 2019-11-10 | 9 | -93/+93 |
| | |||||
* | cli: add bridge token show | Michael Muré | 2019-11-10 | 3 | -4/+27 |
| | |||||
* | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 4 | -13/+10 |
| | |||||
* | token: regenerate documentation and fix imports | amine | 2019-11-09 | 1 | -5/+3 |
| | |||||
* | tokens: use a hash as token identifier instead of the token it self | amine | 2019-11-09 | 4 | -1/+75 |
| | |||||
* | bridge: various cleanups | Michael Muré | 2019-11-09 | 1 | -0/+1 |
| | |||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 1 | -3/+3 |
| | |||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 1 | -1/+3 |
| | |||||
* | doc/man: update generated documentations | Amine Hilaly | 2019-08-31 | 1 | -2/+9 |
| | |||||
* | commands: add bridge configure completion scripts | Amine Hilaly | 2019-08-31 | 1 | -0/+1 |
| | |||||
* | bridge: update generated docs | Amine Hilaly | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | [misc] update man docs and completion scripts | Amine Hilaly | 2019-06-24 | 2 | -0/+23 |
| | | | | | | [cache] BugCache: Fix set metadata raw [bridge/github] Fix graphql input objects | ||||
* | misc: generate PowerShell command completion | Michael Muré | 2019-06-23 | 1 | -1/+1 |
| | |||||
* | rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKEN | Amine Hilaly | 2019-06-07 | 2 | -5/+5 |
| | |||||
* | Update man pages and bash_completion | Amine Hilaly | 2019-05-29 | 2 | -3/+59 |
| | |||||
* | commands: add flags/config to control the automatic opening in the default ↵ | Michael Muré | 2019-05-27 | 3 | -4/+10 |
| | | | | browser | ||||
* | commands: fix ls not displaying the new Identities properly | Michael Muré | 2019-04-11 | 2 | -9/+11 |
| | |||||
* | commands: add a --field flag to "git bug user" to display users details ↵ | Michael Muré | 2019-04-03 | 1 | -1/+2 |
| | | | | individually | ||||
* | commands: add "show --field humanId" | Michael Muré | 2019-04-03 | 1 | -1/+1 |
| | |||||
* | regenerate md and man files | Michael Muré | 2019-03-27 | 11 | -27/+35 |
| | |||||
* | cache: make the title filter case insensitive | Michael Muré | 2019-03-03 | 1 | -0/+1 |
| | |||||
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 1 | -2/+1 |
| | |||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 31 | -115/+138 |
| | |||||
* | commands: add a "user adopt" command to use an existing identity | Michael Muré | 2019-03-01 | 1 | -0/+22 |
| | |||||
* | commands: add a super-fast "user ls" command | Michael Muré | 2019-03-01 | 2 | -0/+24 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 7 | -95/+27 |
| |