Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | commands: reorg into different packages | Michael Muré | 2022-11-20 |
| | |||
* | Add command-specific argument completions | Johannes Altmanninger | 2022-05-01 |
| | | | | | | | | | | | | | | | | | | | | | | Complete bug IDs, bridges, users, labels where appropriate. This works in bash and fish. ZSH is not yet supported by Cobra. In fish, descriptions (the part of a completion after the "\t") are shown as completion label, and can be searched with Ctrl+S. Reproduce with fish -C 'source misc/fish_completion/git-bug' git bug select ^I (tested with fish version 3.3.1) Also works with bash, but only for "git-bug" (with the dash) bash --rcfile <(echo source misc/bash_completion/git-bug) git-bug select ^I Closes #493 | ||
* | commands: proper backend close on RunE error | Michael Muré | 2021-05-09 |
| | |||
* | deal with the previous changes | Michael Muré | 2021-02-14 |
| | |||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 |
| | |||
* | commands: open and close the backend in a single place, simplify commands | Michael Muré | 2020-06-28 |
| | |||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 |
| | |||
* | identity: bring back the login to hold that info from bridges (purely ↵ | Michael Muré | 2020-02-25 |
| | | | | informational) | ||
* | it compiles \o/ | Michael Muré | 2020-02-08 |
| | |||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 |
| | |||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 |
| | |||
* | commands: add a --field flag to "git bug user" to display users details ↵ | Michael Muré | 2019-04-03 |
| | | | | individually | ||
* | Renamed user id to user-id and metioned bug for some commands | Jocelyn FACCHINI | 2019-03-23 |
| | |||
* | commands: "user ls" also show metadata | Michael Muré | 2019-03-01 |
| | |||
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 |
| | |||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 |
| | |||
* | identity: store the times properly | Michael Muré | 2019-03-01 |
| | |||
* | identity: working identity cache | Michael Muré | 2019-03-01 |
| | |||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 |