Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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> | |||||
* | commands: read token from stdin in bridge configuration | Amine Hilaly | 2019-08-31 | 1 | -11/+11 | |
| | | | | bridge: improve bridge config validation | |||||
* | commands: add a "tui" alias for "termui" | Michael Muré | 2019-08-31 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #205 from seeduvax/issue-178 | Michael Muré | 2019-08-31 | 1 | -1/+1 | |
|\ | | | | | issue 178: fetch the repo dir with rev-parse --git-dir | |||||
| * | issue 178: fetch the repo dir with rev-parse --git-dir | Sebastien Devaux | 2019-08-24 | 1 | -1/+1 | |
| | | | | | | | | | | Since is returns the .git dir directly, it is not more needed to concatenate .git. | |||||
* | | readme: tweaking | Michael Muré | 2019-08-24 | 1 | -1/+1 | |
| | | ||||||
* | | docs: update implementation table | Amine Hilaly | 2019-08-24 | 1 | -2/+9 | |
| | | | | | | | | docs: add bridge usage examples | |||||
* | | bridge/gitlab: fix edit comment request and remove label functionalities | Amine Hilaly | 2019-08-19 | 1 | -1/+0 | |
|/ | ||||||
* | commands: silence export and import nothing events | Amine Hilaly | 2019-08-19 | 2 | -2/+6 | |
| | ||||||
* | bridge/core: add context.Context to ImportAll and ExportAll signatures | Amine Hilaly | 2019-08-18 | 2 | -7/+96 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bridge/core: add ImportResult objects to stream import events bridge/core: launchpad support asynchronous import bridge/github: cancellable export and import functions bridge/gitlab: cancellable export and import functions commands: bridge pull/push gracefull kill bridge/github: fix github import bridge/github: use simple context for imports bridge/core: name parameters in interfaces github/core: Add EventError to export and import events types bridge/gitlab: add context support in gitlab requests functions bridge/gitlab: remove imported events count from importer logic bridge/github: remove imported events count from importer logic bridge/github: add context support in query and muration requets bridge/github: fix bug duplicate editions after multiple calls bridge/core: import import and export events String methods bridge/gitlab: fix error handling in note import events commands/bridge: Add statistics about imports and exports bridge/gitlab: properly handle context cancellation bridge/github: improve error handling bridge: break iterators on context cancel or timeout bridge: add context timeout support bridge: improve event formating and error handling commands: handle interrupt and switch cases bridge/github: add export mutation timeouts bridge: fix race condition bug in the github and gitlab importers bridge/github: improve context error handling | |||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 11 | -22/+23 | |
| | ||||||
* | bug: compute op's ID based on the serialized data on disk | Michael Muré | 2019-08-08 | 1 | -5/+5 | |
| | ||||||
* | commands: fix a missing line break | Michael Muré | 2019-07-07 | 1 | -1/+1 | |
| |