Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to search by arbitrary metadata | Miklos Vajna | 2021-02-21 | 1 | -0/+4 |
| | | | | | | | | | | | | 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>. | ||||
* | 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 | 38 | -76/+38 |
| | | | | | | | * 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 | -26/+54 |
| | |||||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 1 | -4/+4 |
| | |||||
* | Add support for read-only mode for web UI. | Luke Granger-Brown | 2020-06-27 | 1 | -0/+4 |
| | | | | Fixes #402. | ||||
* | cmds: cleanup and re-generate files | Michael Muré | 2020-06-24 | 3 | -3/+11 |
| | |||||
* | Merge pull request #403 from MichaelMure/ls-dump | Vincent Tiu | 2020-06-18 | 1 | -0/+4 |
|\ | | | | | [ls] add support for different output formats | ||||
| * | 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'. | ||||
* | | 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 | 37 | -212/+175 |
| | |||||
* | update auto-generated files | Michael Muré | 2020-02-23 | 2 | -2/+2 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -10/+15 |
| | | | | | | - 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 | -4/+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 | 6 | -42/+42 |
| | |||||
* | cli: add bridge token show | Michael Muré | 2019-11-10 | 3 | -4/+33 |
| | |||||
* | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 2 | -13/+5 |
| | |||||
* | token: regenerate documentation and fix imports | amine | 2019-11-09 | 1 | -6/+0 |
| | |||||
* | tokens: use a hash as token identifier instead of the token it self | amine | 2019-11-09 | 3 | -0/+105 |
| | |||||
* | bridge: various cleanups | Michael Muré | 2019-11-09 | 1 | -1/+1 |
| | |||||
* | 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/+8 |
| | |||||
* | 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/+4 |
| | |||||
* | 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 | -1/+30 |
| | | | | | | [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 | -2/+87 |
| | |||||
* | commands: add flags/config to control the automatic opening in the default ↵ | Michael Muré | 2019-05-27 | 1 | -1/+13 |
| | | | | browser | ||||
* | vendor: update dependencies | Michael Muré | 2019-05-22 | 1 | -2/+2 |
| | |||||
* | commands: fix ls not displaying the new Identities properly | Michael Muré | 2019-04-11 | 2 | -1/+9 |
| | |||||
* | commands: add a --field flag to "git bug user" to display users details ↵ | Michael Muré | 2019-04-03 | 1 | -0/+4 |
| | | | | individually | ||||
* | commands: add "show --field humanId" | Michael Muré | 2019-04-03 | 1 | -1/+1 |
| | |||||
* | update generated files | Michael Muré | 2019-04-01 | 32 | -32/+32 |
| | |||||
* | regenerate md and man files | Michael Muré | 2019-03-27 | 10 | -16/+25 |
| | |||||
* | cache: make the title filter case insensitive | Michael Muré | 2019-03-03 | 1 | -0/+4 |
| | |||||
* | update generated files | Michael Muré | 2019-03-01 | 31 | -89/+89 |
| | |||||
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 1 | -4/+0 |
| | |||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 1 | -0/+29 |
| | |||||
* | commands: add a "user adopt" command to use an existing identity | Michael Muré | 2019-03-01 | 2 | -1/+30 |
| | |||||
* | commands: add a super-fast "user ls" command | Michael Muré | 2019-03-01 | 2 | -1/+34 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 4 | -34/+34 |
| | |||||
* | identity: all tests green o/ | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -0/+29 |
| |