Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 25 | -633/+913 | |
| | | ||||||
* | | bridge: fix incorrect last import time on context cancel | Michael Muré | 2019-12-09 | 1 | -1/+1 | |
|/ | ||||||
* | bridge: move export event handling to the CLI | Michael Muré | 2019-11-26 | 1 | -23/+5 | |
| | ||||||
* | gitlab: configurator cleanup | Michael Muré | 2019-11-26 | 2 | -10/+27 | |
| | ||||||
* | github: tiny cleanups of the configurator | Michael Muré | 2019-11-26 | 1 | -12/+24 | |
| | ||||||
* | bridge: trim inputs during bridge configuration | amine | 2019-11-25 | 2 | -12/+12 | |
| | ||||||
* | bridge/gitlab: add gitlab bridge configuration | amine | 2019-11-24 | 4 | -7/+75 | |
| | ||||||
* | bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions | amine | 2019-11-24 | 2 | -38/+58 | |
| | | | | bridge/github: global fixes | |||||
* | commands: add bridge configure --token-id flag | amine | 2019-11-23 | 1 | -15/+0 | |
| | ||||||
* | bridge/github: use core.ConfigKeyToken instead of keyToken | amine | 2019-11-23 | 2 | -5/+5 | |
| | ||||||
* | bridge/github: configuration with global configs | amine | 2019-11-23 | 1 | -14/+98 | |
| | ||||||
* | bridge/core: load token value in ensureInit | amine | 2019-11-23 | 2 | -4/+87 | |
| | | | | bridge/core: add more token functionalities | |||||
* | Merge pull request #258 from MichaelMure/fixes | Michael Muré | 2019-11-19 | 2 | -1/+4 | |
|\ | | | | | Bridges fixes | |||||
| * | bridge: use the target as well in the token ID | Michael Muré | 2019-11-19 | 1 | -1/+1 | |
| | | ||||||
| * | github: sort project candidate in the interactive wizard | Michael Muré | 2019-11-19 | 1 | -0/+3 | |
| | | ||||||
* | | bridge/launchpad: importer correctly emit NothingEvent | amine | 2019-11-19 | 2 | -5/+4 | |
| | | ||||||
* | | bridge/gitlab: importer and exporter correctly emit NothingEvents | amine | 2019-11-19 | 2 | -11/+11 | |
| | | ||||||
* | | bridge/github: export correctly emit nothing events | amine | 2019-11-19 | 2 | -24/+18 | |
| | | ||||||
* | | bridge/github: importer corectly emit events | amine | 2019-11-19 | 1 | -29/+12 | |
|/ | ||||||
* | Merge pull request #247 from MichaelMure/bridge-origin | Michael Muré | 2019-11-19 | 14 | -101/+103 | |
|\ | | | | | bridge: move keyOrigin to core package | |||||
| * | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 14 | -101/+103 | |
| | | | | | | | | bridge: use a specific key for origin metadata | |||||
* | | bridge/core: document import/export events | Michael Muré | 2019-11-19 | 2 | -1/+24 | |
| | | ||||||
* | | bridge/github: fix iterator regression | amine | 2019-11-11 | 1 | -2/+4 | |
| | | ||||||
* | | github: follow API changes | Michael Muré | 2019-11-11 | 2 | -21/+21 | |
| | | | | | | | | https://developer.github.com/v4/changelog/2019-06-04-schema-changes/ | |||||
* | | cli: add bridge token show | Michael Muré | 2019-11-10 | 1 | -1/+1 | |
| | | ||||||
* | | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 2 | -47/+67 | |
| | | ||||||
* | | token: regenerate documentation and fix imports | amine | 2019-11-09 | 1 | -1/+1 | |
| | | ||||||
* | | bridge/core: store token in the global config and replace scopes with create ↵ | amine | 2019-11-09 | 1 | -123/+45 | |
| | | | | | | | | date | |||||
* | | tokens: use entity.Id as id type | amine | 2019-11-09 | 1 | -8/+9 | |
| | | ||||||
* | | tokens: use a hash as token identifier instead of the token it self | amine | 2019-11-09 | 1 | -32/+97 | |
| | | ||||||
* | | bridge: various cleanups | Michael Muré | 2019-11-09 | 5 | -59/+40 | |
| | | ||||||
* | | commands: use token value as identifier | Amine | 2019-11-09 | 1 | -31/+14 | |
| | | ||||||
* | | bridge/core: use token id instead of name | Amine | 2019-11-09 | 1 | -40/+25 | |
| | | | | | | | | | | commands: add bridge token rm/add commands: improve bridge token printing | |||||
* | | bridge/core: comment token functionalities | Amine | 2019-11-09 | 1 | -18/+32 | |
| | | ||||||
* | | bridge/core: Implement token functionalities | Amine | 2019-11-09 | 1 | -0/+211 | |
| | | ||||||
* | | bridge/github: improve iterator readability | amine | 2019-11-05 | 1 | -34/+49 | |
| | | ||||||
* | | bridge/gitlab: add missing error check in export tests | amine | 2019-11-05 | 1 | -1/+4 | |
| | | ||||||
* | | bridge/github: improve iterator NextTimelineItem function | amine | 2019-11-05 | 1 | -0/+6 | |
|/ | ||||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 1 | -29/+20 | |
| | ||||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 1 | -7/+72 | |
| | ||||||
* | Merge pull request #234 from ↵ | Michael Muré | 2019-11-03 | 1 | -1/+2 | |
|\ | | | | | | | | | MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.21.0 build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0 | |||||
| * | bridge/gitlab: use gitlab.Labels pointer instead of string slice | amine | 2019-10-24 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #228 from ludovicm67/patch-cli-label-colors | Michael Muré | 2019-11-03 | 1 | -1/+1 | |
|\ \ | | | | | | | Display label colors in termui | |||||
| * | | bug: rename RGBA to Color | ludovicm67 | 2019-10-15 | 1 | -1/+1 | |
| |/ | ||||||
* / | bridge: use new repository configuration interface | amine | 2019-11-01 | 1 | -5/+5 | |
|/ | | | | commands/webui: use new repository configuration interface | |||||
* | bridge/gitlab: iterator use simple swap | Amine | 2019-10-13 | 1 | -8/+9 | |
| | | | | bridge/gitlab: add documentation explaining why we are doing this | |||||
* | bridge/gitlab: iterator now query all label events when NextLabelEvent() i ↵ | Amine | 2019-10-02 | 1 | -28/+27 | |
| | | | | called, and sort them by ID | |||||
* | bridge/gitlab: fix integration tests | Amine | 2019-10-01 | 2 | -1/+18 | |
| | ||||||
* | bridge/core: add tokenStdin field to bridgeParams | Amine Hilaly | 2019-09-02 | 3 | -6/+21 | |
| | | | | commands: move tokenStdin handling logic to bridge.Configure | |||||
* | bridge/github: move cleaners to where is called | Amine Hilaly | 2019-09-01 | 1 | -10/+20 | |
| |