Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #568 from vmiklos/search-metadata | Michael Muré | 2021-02-27 | 2 | -0/+5 |
|\ | | | | | Add ability to search by arbitrary metadata | ||||
| * | Add ability to search by arbitrary metadata | Miklos Vajna | 2021-02-21 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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>. | ||||
* | | doc: cleanup query documentation | Michael Muré | 2021-02-20 | 1 | -10/+9 |
|/ | |||||
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 1 | -3/+2 |
| | |||||
* | Update docs for full text search | Mike Goldin | 2020-11-17 | 2 | -2/+14 |
| | |||||
* | Vendor: upgrade spf13/cobra to v1.1.1 (#479) | 6543 | 2020-10-27 | 69 | -200/+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 | ||||
* | doc: generate concurrently | Michael Muré | 2020-09-27 | 1 | -19/+21 |
| | |||||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 52 | -51/+102 |
| | |||||
* | typos and minor readme fix | Michael Muré | 2020-07-15 | 1 | -1/+1 |
| | |||||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 3 | -7/+7 |
| | |||||
* | Add support for read-only mode for web UI. | Luke Granger-Brown | 2020-06-27 | 2 | -4/+9 |
| | | | | Fixes #402. | ||||
* | cmds: cleanup and re-generate files | Michael Muré | 2020-06-24 | 6 | -7/+17 |
| | |||||
* | Merge pull request #403 from MichaelMure/ls-dump | Vincent Tiu | 2020-06-18 | 2 | -0/+5 |
|\ | | | | | [ls] add support for different output formats | ||||
| * | ls: Add support to ls dump bug information in specific formats | vince | 2020-06-16 | 2 | -0/+5 |
| | | | | | | | | 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 | 3 | -12/+12 |
|/ | |||||
* | generate docs and completion concurrently for a faster "make" | Michael Muré | 2020-06-14 | 3 | -82/+83 |
| | |||||
* | DOC: commands/root.go: syntax | Wes Turner | 2020-05-01 | 2 | -2/+2 |
| | |||||
* | github-howto: change title | Michael Muré | 2020-03-01 | 1 | -1/+1 |
| | |||||
* | howto: link to other ressources | Michael Muré | 2020-03-01 | 1 | -0/+11 |
| | |||||
* | doc: refresh the github howto | Michael Muré | 2020-03-01 | 1 | -2/+10 |
| | |||||
* | doc: fix typos | Michael Muré | 2020-03-01 | 1 | -2/+2 |
| | |||||
* | add a how-to to explain usage with Github | Michael Muré | 2020-03-01 | 1 | -0/+61 |
| | |||||
* | update auto-generated files | Michael Muré | 2020-02-23 | 37 | -212/+175 |
| | |||||
* | update auto-generated files | Michael Muré | 2020-02-23 | 4 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-15 | 4 | -23/+30 |
|\ | |||||
| * | bridges: massive refactor | Michael Muré | 2020-02-15 | 2 | -19/+26 |
| | | | | | | | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-09 | 2 | -0/+10 |
|\| | |||||
| * | it compiles \o/ | Michael Muré | 2020-02-08 | 2 | -0/+10 |
| | | |||||
* | | repair after rebase | Josh Bialkowski | 2019-12-18 | 1 | -1/+1 |
| | | |||||
* | | codereview #5: reverse-map and ImportWarning | Josh Bialkowski | 2019-12-18 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | * Fix git config reader can't read values with spaces * Add bug-id-revmap config option for the reverse map, and use this in the importer * Add NewImportWarning for things that aren't exactly errors. Use this for unhandled changelog events. * Add NewExportWarning for things that aren't exactly errors. Use this for un-exportable status changes. * Strip newlines from titles on import | ||||
* | | codereview #2: some cleanup, correct use of nothing-events | Josh Bialkowski | 2019-12-18 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * return error, don't panic * skipping status export is an error * use switch in config.go * move PromptPassword to input * move client construction into getIdentityClient * use non-pointer context throughout client since it is an interface * remove some TODOs * don't emit multiple nothing-events, just one per bug only if nothing happened. * rename EditBody to EditCreateComment * add configuration notes about additional values * store bug id map in a dictionary in the config * some fixes from testing | ||||
* | | Implement jira bridge | Josh Bialkowski | 2019-12-18 | 4 | -3/+368 |
|/ | |||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 2 | -0/+5 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 2 | -13/+13 |
| | |||||
* | github: tiny cleanups of the configurator | Michael Muré | 2019-11-26 | 2 | -8/+13 |
| | |||||
* | cli: rename "token" into "auth" | Michael Muré | 2019-11-10 | 15 | -135/+135 |
| | |||||
* | cli: add bridge token show | Michael Muré | 2019-11-10 | 6 | -8/+60 |
| | |||||
* | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 6 | -26/+15 |
| | |||||
* | token: regenerate documentation and fix imports | amine | 2019-11-09 | 2 | -11/+3 |
| | |||||
* | tokens: use a hash as token identifier instead of the token it self | amine | 2019-11-09 | 7 | -1/+180 |
| | |||||
* | bridge: various cleanups | Michael Muré | 2019-11-09 | 2 | -1/+2 |
| | |||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 2 | -5/+5 |
| | |||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 2 | -1/+11 |
| | |||||
* | Make the ADD_COMMENT example more realistic | hoijui | 2019-10-29 | 1 | -2/+2 |
| | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | model: try to describe the `OperationPack` format more clearly | hoijui | 2019-10-28 | 1 | -12/+22 |
| | |||||
* | Merge pull request #225 from hoijui/patch-2 | Michael Muré | 2019-10-12 | 1 | -0/+2 |
|\ | | | | | Model: reference git internals documentation | ||||
| * | Update model.md | Michael Muré | 2019-10-12 | 1 | -3/+1 |
| | | |||||
| * | Model: reference git internals documentation | hoijui | 2019-10-11 | 1 | -0/+4 |
| | | |||||
* | | Model: fix minor grammar issues and clarify a bit | hoijui | 2019-10-11 | 1 | -16/+16 |
|/ | |||||
* | doc/man: update generated documentations | Amine Hilaly | 2019-08-31 | 2 | -4/+18 |
| |