Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 | 1 | -0/+16 |
|\ | |||||
| * | commands: minor fixes for the webui open with query | Michael Muré | 2021-03-07 | 1 | -0/+2 |
| | | | | | | | | | | | | - go fmt - add a shorthand - fix displayed webUI URL in the terminal | ||||
| * | webui: allow specifying the initial query | Miklos Vajna | 2021-03-07 | 1 | -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 address | Sascha | 2021-02-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '--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/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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>. | ||||
* | | Change the comment ID to use both bug and comment ID references. | vince | 2021-02-14 | 1 | -0/+33 |
|/ | | | | | Add comment edit command This commit adds the comment edit command, which provides a CLI tool that allows a user to edit a comment. | ||||
* | Vendor: upgrade spf13/cobra to v1.1.1 (#479) | 6543 | 2020-10-27 | 1 | -5/+107 |
| | | | | | | | * 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 | 1 | -0/+21 |
| | |||||
* | Add support for read-only mode for web UI. | Luke Granger-Brown | 2020-06-27 | 1 | -0/+2 |
| | | | | Fixes #402. | ||||
* | cmds: cleanup and re-generate files | Michael Muré | 2020-06-24 | 1 | -1/+8 |
| | |||||
* | ls: Add support to ls dump bug information in specific formats | vince | 2020-06-16 | 1 | -0/+4 |
| | | | | 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'. | ||||
* | update cobra | Michael Muré | 2020-06-14 | 1 | -0/+66 |
| | |||||
* | update auto-generated files | Michael Muré | 2020-02-23 | 1 | -4/+11 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -4/+8 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 1 | -0/+8 |
| | |||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 1 | -0/+4 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -5/+4 |
| | |||||
* | github: tiny cleanups of the configurator | Michael Muré | 2019-11-26 | 1 | -0/+4 |
| | |||||
* | cli: rename "token" into "auth" | Michael Muré | 2019-11-10 | 1 | -49/+49 |
| | |||||
* | cli: add bridge token show | Michael Muré | 2019-11-10 | 1 | -0/+21 |
| | |||||
* | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 1 | -10/+0 |
| | |||||
* | token: regenerate documentation and fix imports | amine | 2019-11-09 | 1 | -7/+0 |
| | |||||
* | bridge: various cleanups | Michael Muré | 2019-11-09 | 1 | -0/+84 |
| | |||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 1 | -0/+7 |
| | |||||
* | commands: add bridge configure completion scripts | Amine Hilaly | 2019-08-31 | 1 | -0/+2 |
| | |||||
* | commands: add a "tui" alias for "termui" | Michael Muré | 2019-08-31 | 1 | -0/+4 |
| | |||||
* | [misc] update man docs and completion scripts | Amine Hilaly | 2019-06-24 | 1 | -0/+21 |
| | | | | | | [cache] BugCache: Fix set metadata raw [bridge/github] Fix graphql input objects | ||||
* | Update man pages and bash_completion | Amine Hilaly | 2019-05-29 | 1 | -0/+24 |
| | |||||
* | commands: add flags/config to control the automatic opening in the default ↵ | Michael Muré | 2019-05-27 | 1 | -2/+31 |
| | | | | browser | ||||
* | commands: fix ls not displaying the new Identities properly | Michael Muré | 2019-04-11 | 1 | -0/+6 |
| | |||||
* | commands: add a --field flag to "git bug user" to display users details ↵ | Michael Muré | 2019-04-03 | 1 | -0/+3 |
| | | | | individually | ||||
* | cache: make the title filter case insensitive | Michael Muré | 2019-03-03 | 1 | -0/+3 |
| | |||||
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 1 | -3/+0 |
| | |||||
* | commands: add a "user adopt" command to use an existing identity | Michael Muré | 2019-03-01 | 1 | -0/+21 |
| | |||||
* | commands: add a super-fast "user ls" command | Michael Muré | 2019-03-01 | 1 | -0/+24 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 1 | -21/+42 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -0/+21 |
| | |||||
* | Merge pull request #97 from sladyn98/ls_id_branch | Michael Muré | 2019-02-25 | 1 | -0/+21 |
|\ | | | | | A command to list matching bug id from a prefix | ||||
| * | ls-id.go: Add ls-id [<prefix>] command | Sladyn | 2019-02-14 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes https://github.com/MichaelMure/git-bug/issues/47 | ||||
* | | add a "version" command with various outputs, including the git hash and tag | Michael Muré | 2019-02-20 | 1 | -0/+30 |
|/ | |||||
* | commands: show: change for a single valued --field flag | Michael Muré | 2019-01-07 | 1 | -0/+3 |
| | |||||
* | commands: fix "comment add" flags set on the wrong command | Michael Muré | 2018-10-17 | 1 | -6/+6 |
| | |||||
* | commands: add a "deselect" command to deselect a previously selected bug | Michael Muré | 2018-09-26 | 1 | -0/+21 |
| | |||||
* | commands: add "bridge pull" | Michael Muré | 2018-09-24 | 1 | -0/+21 |
| | |||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 1 | -0/+21 |
| | |||||
* | commands: add the "bridge" and "bridge configure" commands | Michael Muré | 2018-09-24 | 1 | -0/+42 |
| | |||||
* | commands: add a "ls-labels" command that output valid labels | Michael Muré | 2018-09-21 | 1 | -0/+21 |
| | |||||
* | commands: add a "select" command to select a bug for future implicit use | Michael Muré | 2018-09-18 | 1 | -0/+21 |
| | |||||
* | commands: add a "label rm" command to remove labels from a bug | Michael Muré | 2018-09-17 | 1 | -0/+21 |
| | |||||
* | commands: add a "label add" command to add new label to a bug | Michael Muré | 2018-09-17 | 1 | -0/+21 |
| |