aboutsummaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #247 from MichaelMure/bridge-originMichael Muré2019-11-1914-101/+103
|\ | | | | bridge: move keyOrigin to core package
| * bridge/launchpad: add missing metadataamine2019-11-1914-101/+103
| | | | | | | | bridge: use a specific key for origin metadata
* | bridge/core: document import/export eventsMichael Muré2019-11-192-1/+24
| |
* | bridge/github: fix iterator regressionamine2019-11-111-2/+4
| |
* | github: follow API changesMichael Muré2019-11-112-21/+21
| | | | | | | | https://developer.github.com/v4/changelog/2019-06-04-schema-changes/
* | cli: add bridge token showMichael Muré2019-11-101-1/+1
| |
* | bridge: various improvement on the global token PRMichael Muré2019-11-102-47/+67
| |
* | token: regenerate documentation and fix importsamine2019-11-091-1/+1
| |
* | bridge/core: store token in the global config and replace scopes with create ↵amine2019-11-091-123/+45
| | | | | | | | date
* | tokens: use entity.Id as id typeamine2019-11-091-8/+9
| |
* | tokens: use a hash as token identifier instead of the token it selfamine2019-11-091-32/+97
| |
* | bridge: various cleanupsMichael Muré2019-11-095-59/+40
| |
* | commands: use token value as identifierAmine2019-11-091-31/+14
| |
* | bridge/core: use token id instead of nameAmine2019-11-091-40/+25
| | | | | | | | | | commands: add bridge token rm/add commands: improve bridge token printing
* | bridge/core: comment token functionalitiesAmine2019-11-091-18/+32
| |
* | bridge/core: Implement token functionalitiesAmine2019-11-091-0/+211
| |
* | bridge/github: improve iterator readabilityamine2019-11-051-34/+49
| |
* | bridge/gitlab: add missing error check in export testsamine2019-11-051-1/+4
| |
* | bridge/github: improve iterator NextTimelineItem functionamine2019-11-051-0/+6
|/
* bridge: improvement on the import resume featureMichael Muré2019-11-031-29/+20
|
* commands: support bridge imports after a given date and resumable importsamine2019-11-031-7/+72
|
* Merge pull request #234 from ↵Michael Muré2019-11-031-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 sliceamine2019-10-241-1/+2
| |
* | Merge pull request #228 from ludovicm67/patch-cli-label-colorsMichael Muré2019-11-031-1/+1
|\ \ | | | | | | Display label colors in termui
| * | bug: rename RGBA to Colorludovicm672019-10-151-1/+1
| |/
* / bridge: use new repository configuration interfaceamine2019-11-011-5/+5
|/ | | | commands/webui: use new repository configuration interface
* bridge/gitlab: iterator use simple swapAmine2019-10-131-8/+9
| | | | bridge/gitlab: add documentation explaining why we are doing this
* bridge/gitlab: iterator now query all label events when NextLabelEvent() i ↵Amine2019-10-021-28/+27
| | | | called, and sort them by ID
* bridge/gitlab: fix integration testsAmine2019-10-012-1/+18
|
* bridge/core: add tokenStdin field to bridgeParamsAmine Hilaly2019-09-023-6/+21
| | | | commands: move tokenStdin handling logic to bridge.Configure
* bridge/github: move cleaners to where is calledAmine Hilaly2019-09-011-10/+20
|
* bridge/github: recover terminal state in password promptsAmine Hilaly2019-08-311-0/+11
| | | | commands: error if a token is provide but not the bridge name and target
* commands: enhance flag description Amine2019-08-311-1/+1
| | | | | bridge/github: improve configuration logic Co-Authored-By: Michael Muré <batolettre@gmail.com>
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-313-4/+29
| | | | bridge: improve bridge config validation
* bridge/gitlab: remove gitlab url checking before exportAmine Hilaly2019-08-241-8/+0
|
* bridge/gitlab: exporter ignore issues imported from or exported to different ↵Amine Hilaly2019-08-231-4/+24
| | | | projects
* bridge/gitlab: improve exporter error handling and label change operationsAmine Hilaly2019-08-231-33/+23
|
* bridge/gitlab: fix edit comment request and remove label functionalitiesAmine Hilaly2019-08-194-113/+70
|
* bridge/gitlab: rebase and correct exporterAmine Hilaly2019-08-192-71/+135
|
* bridge/gitlab: add exporter e2e testsAmine Hilaly2019-08-192-79/+315
| | | | bridge/gitlab: fix export bugs and rebase
* bridge/gitlab: add exporter implementationAmine Hilaly2019-08-192-3/+519
|
* bridge/github: add exporter test cases for label change bugAmine Hilaly2019-08-191-1/+7
|
* bridge/github: fix name case sensitivity in retrieving and creating labels ↵Amine Hilaly2019-08-192-14/+58
| | | | using github graphql api
* bridge/github: improve error handling and Nothing eventsAmine Hilaly2019-08-184-8/+6
| | | | vendor: add package golang.org/x/sync/errgroup
* bridge/gthub: use errgroup.Group instead of sync.WaitGroupAmine Hilaly2019-08-181-28/+13
|
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-1815-369/+696
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merge pull request #193 from MichaelMure/immutableIDAmine2019-08-136-116/+75
|\ | | | | Future proof the operation's ID
| * more hash-->id fixesMichael Muré2019-08-131-1/+1
| |
| * finish the refactoring for the dedicated identifier typeMichael Muré2019-08-126-49/+55
| |
| * github: fix bad refactorMichael Muré2019-08-081-1/+1
| |