Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 | 2 | -0/+8 |
| | | | | | | | | | | | | 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>. | ||||
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 2 | -8/+8 |
| | |||||
* | Vendor: upgrade spf13/cobra to v1.1.1 (#479) | 6543 | 2020-10-27 | 3 | -527/+342 |
| | | | | | | | * build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1 * update doc (man & md) * update bash|fish|zsh completion | ||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -3/+3 |
| | | | | | | - bug doesn't commit identities anymore, only make sure they are commit - cache use an IdentityResolver to load bugs with identities from the cache (deps injection) - IdentityCache now are identity.Interface | ||||
* | use go-git by default! | Michael Muré | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | misc: move the random bug command on its own package | Michael Muré | 2020-09-27 | 1 | -3/+6 |
| | |||||
* | doc: generate concurrently | Michael Muré | 2020-09-27 | 1 | -2/+1 |
| | |||||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 4 | -11/+48 |
| | |||||
* | 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 | 3 | -1/+5 |
| | | | | Fixes #402. | ||||
* | repo: more tests | Michael Muré | 2020-06-27 | 1 | -1/+2 |
| | |||||
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 | 1 | -3/+1 |
| | | | | | | | | | - allow the creation of arbitrary Lamport clocks, freeing the way to new entities and removing Bug specific (upper layer) code. - generalize the memory-only and persisted Lamport clocks behind a common interface - rework the tests to provide reusable testing code for a Repo, a Clock, a Config, opening a path to add a new Repo implementation more easily - test previously untested components with those new tests Note: one problem found during this endeavor is that `identity.Version` also need to store one time + Lamport time for each other Entity (Bug, config, PR ...). This could possibly done without breaking change but it would be much easier to wait for https://github.com/MichaelMure/git-bug-migration to happen. | ||||
* | cmds: cleanup and re-generate files | Michael Muré | 2020-06-24 | 3 | -9/+21 |
| | |||||
* | Merge pull request #403 from MichaelMure/ls-dump | Vincent Tiu | 2020-06-18 | 3 | -1/+8 |
|\ | | | | | [ls] add support for different output formats | ||||
| * | ls: Add support to ls dump bug information in specific formats | vince | 2020-06-16 | 3 | -1/+8 |
| | | | | | | | | 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 | 2 | -4/+4 |
|/ | |||||
* | generate docs and completion concurrently for a faster "make" | Michael Muré | 2020-06-14 | 5 | -96/+61 |
| | |||||
* | CLI: enable Fish completion | Michael Muré | 2020-06-14 | 2 | -0/+161 |
| | |||||
* | update cobra | Michael Muré | 2020-06-14 | 1 | -0/+66 |
| | |||||
* | readme: document workflows | Michael Muré | 2020-04-04 | 1 | -0/+0 |
| | |||||
* | add workflow diagrams | Michael Muré | 2020-03-01 | 3 | -0/+1 |
| | |||||
* | update webUI's screenshots | Michael Muré | 2020-02-23 | 2 | -0/+0 |
| | |||||
* | update auto-generated files | Michael Muré | 2020-02-23 | 1 | -4/+11 |
| | |||||
* | update auto-generated files | Michael Muré | 2020-02-23 | 2 | -6/+6 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 3 | -21/+28 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 3 | -1/+15 |
| | |||||
* | webui: add logo | ludovicm67 | 2020-01-24 | 1 | -0/+95 |
| | |||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 3 | -0/+7 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 3 | -11/+9 |
| | |||||
* | github: tiny cleanups of the configurator | Michael Muré | 2019-11-26 | 3 | -0/+7 |
| | |||||
* | bug: make sure there is no Operation's hash collision | Michael Muré | 2019-11-19 | 1 | -12/+19 |
| | |||||
* | cli: rename "token" into "auth" | Michael Muré | 2019-11-10 | 3 | -107/+107 |
| | |||||
* | cli: add bridge token show | Michael Muré | 2019-11-10 | 3 | -2/+35 |
| | |||||
* | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 3 | -26/+7 |
| | |||||
* | token: regenerate documentation and fix imports | amine | 2019-11-09 | 3 | -14/+1 |
| | |||||
* | tokens: use a hash as token identifier instead of the token it self | amine | 2019-11-09 | 2 | -10/+6 |
| | |||||
* | bridge: various cleanups | Michael Muré | 2019-11-09 | 3 | -0/+158 |
| | |||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 2 | -3/+3 |
| | |||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 3 | -1/+14 |
| | |||||
* | commands: add bridge configure completion scripts | Amine Hilaly | 2019-08-31 | 3 | -0/+4 |
| | |||||
* | commands: add a "tui" alias for "termui" | Michael Muré | 2019-08-31 | 1 | -0/+4 |
| | |||||
* | docs: replace images with new ones | Amine Hilaly | 2019-08-26 | 2 | -0/+0 |
| | |||||
* | bridge: update generated docs | Amine Hilaly | 2019-07-23 | 2 | -3/+3 |
| | |||||
* | Rebase and add bridge push zsh & powershell completion | Amine Hilaly | 2019-06-24 | 2 | -49/+12 |
| | |||||
* | [misc] update man docs and completion scripts | Amine Hilaly | 2019-06-24 | 2 | -0/+70 |
| | | | | | | [cache] BugCache: Fix set metadata raw [bridge/github] Fix graphql input objects | ||||
* | misc: generate PowerShell command completion | Michael Muré | 2019-06-23 | 5 | -48/+629 |
| |