Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clean up code and fix suggestions | vince | 2020-06-24 | 3 | -83/+110 | |
| | ||||||
* | Add org-mode formatting option | vince | 2020-06-23 | 3 | -8/+187 | |
| | | | | This adds an option to the formatting flag on the ls, show and user ls commands that allows the user to specify the format of the output in org-mode. This will be useful for emacs users to read it in the editor. | |||||
* | Add output formatting support to the 'show' and 'user ls' commands | vince | 2020-06-21 | 3 | -27/+264 | |
| | | | | | | This adds options to specify an output format for the commands in question. Supported formats are currently: - 'plain': plaintext, stripped of all colors - 'json': prints output as a json object | |||||
* | Merge pull request #403 from MichaelMure/ls-dump | Vincent Tiu | 2020-06-18 | 1 | -5/+123 | |
|\ | | | | | [ls] add support for different output formats | |||||
| * | Print JSON as a well-formed object | vince | 2020-06-18 | 1 | -4/+6 | |
| | | | | | | | | This prints all the bugs in a JSON array instead of one by one. | |||||
| * | ls: Add support to ls dump bug information in specific formats | vince | 2020-06-16 | 1 | -5/+121 | |
| | | | | | | | | 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 | |
| | ||||||
* | query: no need for an ast package | Michael Muré | 2020-03-28 | 1 | -48/+28 | |
| | ||||||
* | cache: replace the all-in-one query parser by a complete one with ↵ | Michael Muré | 2020-03-28 | 1 | -32/+25 | |
| | | | | AST/lexer/parser | |||||
* | Merge pull request #344 from MichaelMure/github-lowercase-login | Michael Muré | 2020-02-29 | 1 | -0/+6 | |
|\ | | | | | github: fix matching cred/identity with badly cased login | |||||
| * | github: correct casing for user provided login | Michael Muré | 2020-02-29 | 1 | -0/+6 | |
| | | ||||||
* | | identity: bring back the login to hold that info from bridges (purely ↵ | Michael Muré | 2020-02-25 | 2 | -1/+4 | |
|/ | | | | informational) | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -10/+12 | |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | |||||
* | auth: refactor and introduce Login and LoginPassword, salt IDs | Michael Muré | 2020-02-12 | 1 | -1/+1 | |
| | ||||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 6 | -63/+72 | |
| | ||||||
* | input: better reusable prompt functions | Michael Muré | 2020-02-08 | 1 | -3/+3 | |
| | ||||||
* | various cleanups suggested by golang-ci | Michael Muré | 2020-02-08 | 1 | -3/+1 | |
| | ||||||
* | upgrade to gqlgen master, waiting for a release | Michael Muré | 2020-02-05 | 1 | -2/+2 | |
| | ||||||
* | bridge: allow to configure and pull without having set a user first | Michael Muré | 2019-12-25 | 5 | -9/+57 | |
| | | | | | | | | | | - init() only the importer or exporter as required - assign a "default user" user Id to credentials at creation if no user has been set - "bridge auth": also display the user - "bridge auth show": adapt to a potential "default user" user Id - "bridge configure": allow to run without a user set - "bridge pull": allow to run without a user set - "user adopt": replace "default user" by the actual user id when run | |||||
* | Merge pull request #274 from MichaelMure/gitlab-bridge | Michael Muré | 2019-12-10 | 1 | -0/+1 | |
|\ | | | | | bridge/gitlab: support self-hosted GitLab instance | |||||
| * | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 1 | -0/+1 | |
| | | ||||||
* | | cmd: "user create" only assign the user identity if not set | Michael Muré | 2019-12-10 | 1 | -1/+8 | |
|/ | ||||||
* | Merge pull request #271 from MichaelMure/bridge-credentials | Michael Muré | 2019-12-10 | 17 | -67/+111 | |
|\ | | | | | bridge: huge refactor to accept multiple kind of credentials | |||||
| * | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 17 | -67/+111 | |
| | | ||||||
* | | bridge: fix incorrect last import time on context cancel | Michael Muré | 2019-12-09 | 1 | -4/+14 | |
|/ | ||||||
* | bridge: move export event handling to the CLI | Michael Muré | 2019-11-26 | 1 | -1/+15 | |
| | ||||||
* | bridge: trim inputs during bridge configuration | amine | 2019-11-25 | 1 | -2/+2 | |
| | ||||||
* | commands: add bridge configure --token-id flag | amine | 2019-11-23 | 1 | -1/+3 | |
| | ||||||
* | bridge configure: no default name if the default has already been created | Michael Muré | 2019-11-19 | 1 | -1/+11 | |
| | ||||||
* | cli: rename "token" into "auth" | Michael Muré | 2019-11-10 | 4 | -36/+34 | |
| | ||||||
* | cli: add bridge token show | Michael Muré | 2019-11-10 | 2 | -2/+38 | |
| | ||||||
* | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 3 | -29/+63 | |
| | ||||||
* | bridge/core: store token in the global config and replace scopes with create ↵ | amine | 2019-11-09 | 3 | -34/+19 | |
| | | | | date | |||||
* | tokens: use entity.Id as id type | amine | 2019-11-09 | 1 | -1/+1 | |
| | ||||||
* | tokens: use a hash as token identifier instead of the token it self | amine | 2019-11-09 | 3 | -47/+36 | |
| | ||||||
* | bridge: various cleanups | Michael Muré | 2019-11-09 | 1 | -8/+7 | |
| | ||||||
* | commands: use token value as identifier | Amine | 2019-11-09 | 2 | -6/+3 | |
| | ||||||
* | bridge/core: use token id instead of name | Amine | 2019-11-09 | 3 | -10/+108 | |
| | | | | | commands: add bridge token rm/add commands: improve bridge token printing | |||||
* | commands: add bridge token subcommand | Amine | 2019-11-09 | 1 | -0/+64 | |
| | ||||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 1 | -16/+30 | |
| | ||||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 2 | -23/+28 | |
| | ||||||
* | Merge pull request #228 from ludovicm67/patch-cli-label-colors | Michael Muré | 2019-11-03 | 5 | -13/+31 | |
|\ | | | | | Display label colors in termui | |||||
| * | switch to go-term-text to fix bad underflow for label rendering | Michael Muré | 2019-11-03 | 5 | -20/+21 | |
| | | ||||||
| * | ls: add labels color + formatting for comments | ludovicm67 | 2019-10-28 | 1 | -5/+22 | |
| | | ||||||
* | | bridge: use new repository configuration interface | amine | 2019-11-01 | 1 | -1/+1 | |
|/ | | | | commands/webui: use new repository configuration interface | |||||
* | commands: silence usage when cobra commands return an error | Amine | 2019-09-06 | 1 | -3/+5 | |
| | ||||||
* | bridge/core: add tokenStdin field to bridgeParams | Amine Hilaly | 2019-09-02 | 1 | -13/+3 | |
| | | | | commands: move tokenStdin handling logic to bridge.Configure | |||||
* | bridge/github: recover terminal state in password prompts | Amine Hilaly | 2019-08-31 | 1 | -0/+4 | |
| | | | | commands: error if a token is provide but not the bridge name and target | |||||
* | commands: enhance flag description | Amine | 2019-08-31 | 1 | -1/+1 | |
| | | | | | bridge/github: improve configuration logic Co-Authored-By: Michael Muré <batolettre@gmail.com> |