Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd: better powershell completion, thanks to cobra upgrade | Michael Muré | 2021-02-27 | 1 | -253/+223 |
| | |||||
* | Add ability to search by arbitrary metadata | Miklos Vajna | 2021-02-21 | 1 | -0/+2 |
| | | | | | | | | | | | | 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>. | ||||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 1 | -0/+4 |
| | |||||
* | Add support for read-only mode for web UI. | Luke Granger-Brown | 2020-06-27 | 1 | -0/+1 |
| | | | | Fixes #402. | ||||
* | cmds: cleanup and re-generate files | Michael Muré | 2020-06-24 | 1 | -5/+8 |
| | |||||
* | Merge pull request #403 from MichaelMure/ls-dump | Vincent Tiu | 2020-06-18 | 1 | -0/+2 |
|\ | | | | | [ls] add support for different output formats | ||||
| * | ls: Add support to ls dump bug information in specific formats | vince | 2020-06-16 | 1 | -0/+2 |
| | | | | | | | | 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 | -3/+3 |
|/ | |||||
* | update auto-generated files | Michael Muré | 2020-02-23 | 1 | -4/+4 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -11/+13 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 1 | -0/+4 |
| | |||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 1 | -0/+2 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -4/+3 |
| | |||||
* | github: tiny cleanups of the configurator | Michael Muré | 2019-11-26 | 1 | -0/+2 |
| | |||||
* | cli: rename "token" into "auth" | Michael Muré | 2019-11-10 | 1 | -18/+18 |
| | |||||
* | cli: add bridge token show | Michael Muré | 2019-11-10 | 1 | -1/+5 |
| | |||||
* | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 1 | -10/+4 |
| | |||||
* | token: regenerate documentation and fix imports | amine | 2019-11-09 | 1 | -4/+0 |
| | |||||
* | tokens: use a hash as token identifier instead of the token it self | amine | 2019-11-09 | 1 | -7/+3 |
| | |||||
* | bridge: various cleanups | Michael Muré | 2019-11-09 | 1 | -0/+28 |
| | |||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 1 | -2/+2 |
| | |||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 1 | -0/+4 |
| | |||||
* | commands: add bridge configure completion scripts | Amine Hilaly | 2019-08-31 | 1 | -0/+1 |
| | |||||
* | bridge: update generated docs | Amine Hilaly | 2019-07-23 | 1 | -2/+2 |
| | |||||
* | Rebase and add bridge push zsh & powershell completion | Amine Hilaly | 2019-06-24 | 1 | -0/+4 |
| | |||||
* | misc: generate PowerShell command completion | Michael Muré | 2019-06-23 | 1 | -0/+207 |