Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update gqlgen | Michael Muré | 2022-02-15 | 1 | -36/+36 |
| | |||||
* | CLI: Add non-interactive option to interactive commands (#651) | Sascha | 2021-05-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add option to skip the AvatarURL input request Using an empty string for the avatar cli flag e.g. `git-bug user create -a ""` will still result in a prompt. As the avatar URL is an optional option, it should be possible to skip asking for it entirely. Otherwise automated user creation via a script must make use of pipe hacks. * Add global --non-interactive cmdline option * Replace --skipAvatar for --non-interactive option * Cmd BugAdd: respect non-interactive option * Cmd bridge configure: respect non-interactive opt * Cmd CommentAdd: respect non-interactive option * Cmd CommentEdit: respect non-interactive option * Cmd TermUI: respect non-interactive option * Cmd TitleEdit: respect non-interactive option * Remove global non-interactive option * Cmd UserCreate: Use local non-interactive option * Cmd BugAdd: Use local non-interactive option * Cmd BridgeConfigure: Use local non-interactive option * Cmd CommentAdd: Use local non-interactive option * Cmd CommentEdit: Use local non-interactive option * Cmd TermUI: Drop non-interactive option It should be obviouse that the termui is an interactive command. * Cmd TitleEdit: Use local non-interactive option * Update docs * Bridge GitHub: respect non-interactive option * Bridge GitLab: respect non-interactive option * Bridge Jira: respect non-interactive and token opt * Fix failing compilation * Bridge launchpad: respect non-interactive option * bridge: isNonInteractive --> interactive Co-authored-by: Michael Muré <batolettre@gmail.com> | ||||
* | Vendor: upgrade spf13/cobra to v1.1.1 (#479) | 6543 | 2020-10-27 | 1 | -2/+1 |
| | | | | | | | * build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1 * update doc (man & md) * update bash|fish|zsh completion | ||||
* | update auto-generated files | Michael Muré | 2020-02-23 | 1 | -14/+13 |
| | |||||
* | update auto-generated files | Michael Muré | 2020-02-23 | 1 | -1/+1 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -10/+15 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKEN | Amine Hilaly | 2019-06-07 | 1 | -4/+4 |
| | |||||
* | Update man pages and bash_completion | Amine Hilaly | 2019-05-29 | 1 | -1/+86 |
| | |||||
* | update generated files | Michael Muré | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | update generated files | Michael Muré | 2019-03-01 | 1 | -3/+3 |
| | |||||
* | man: update the date in the generated doc | Michael Muré | 2019-02-16 | 1 | -1/+1 |
| | |||||
* | update generated doc with the new date | Michael Muré | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | docs: update manpages due to change of month | Michael Muré | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | commands: add the "bridge" and "bridge configure" commands | Michael Muré | 2018-09-24 | 1 | -0/+29 |