aboutsummaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Expand)AuthorAgeFilesLines
* bridge/github: fix iterator regressionamine2019-11-111-2/+4
* github: follow API changesMichael Muré2019-11-112-21/+21
* 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
* 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
* 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 MichaelMure/dependabot/dep/github.com/xanzy/go-g...Michael Muré2019-11-031-1/+2
|\
| * 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
|\ \
| * | bug: rename RGBA to Colorludovicm672019-10-151-1/+1
| |/
* / bridge: use new repository configuration interfaceamine2019-11-011-5/+5
|/
* bridge/gitlab: iterator use simple swapAmine2019-10-131-8/+9
* bridge/gitlab: iterator now query all label events when NextLabelEvent() i ca...Amine2019-10-021-28/+27
* bridge/gitlab: fix integration testsAmine2019-10-012-1/+18
* bridge/core: add tokenStdin field to bridgeParamsAmine Hilaly2019-09-023-6/+21
* 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: enhance flag description Amine2019-08-311-1/+1
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-313-4/+29
* 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
* 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: 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 us...Amine Hilaly2019-08-192-14/+58
* bridge/github: improve error handling and Nothing eventsAmine Hilaly2019-08-184-8/+6
* 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
* Merge pull request #193 from MichaelMure/immutableIDAmine2019-08-136-116/+75
|\
| * 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
| * fix everything following the hash-->id changeMichael Muré2019-08-084-87/+40
* | bridge/gitlab: importer handle mentions in other issue and merge requestsAmine Hilaly2019-08-112-1/+13
|/
* bridge/gitlab: fix bug when running import multiple timesAmine Hilaly2019-07-311-7/+18