aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-091-44/+31
* | 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: 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
* bridge: use new repository configuration interfaceamine2019-11-011-5/+5
* bridge/core: add tokenStdin field to bridgeParamsAmine Hilaly2019-09-021-4/+5
* bridge/gitlab: fix edit comment request and remove label functionalitiesAmine Hilaly2019-08-191-2/+3
* bridge/github: improve error handling and Nothing eventsAmine Hilaly2019-08-182-4/+4
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-184-16/+156
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-12/+16
* bridge/gitlab: change validateProjectURL signatureAmine Hilaly2019-07-231-1/+3
* bridge: detect when trying to configure a bridge with a name already takenMichael Muré2019-07-072-1/+13
* bridge: use a single KeyTarget constant for all bridgesMichael Muré2019-07-071-2/+2
* [bridge/github] improve export label change functionAmine Hilaly2019-07-051-24/+24
* [bridge/github] improve comments and documentationAmine2019-07-052-2/+2
* [core] Implement ExportResultsAmine Hilaly2019-06-303-6/+107
* LoadBridge create a bridge using loadConfigAmine Hilaly2019-06-171-18/+12
* Naming fixesAmine Hilaly2019-06-161-1/+0
* Store bridge type alongside the other params in the configAmine Hilaly2019-06-151-37/+44
* Merge pull request #153 from A-Hilaly/bridge-configurationMichael Muré2019-06-072-3/+12
|\
| * changes to the BridgeImpl InterfaceAmine Hilaly2019-05-292-3/+12
* | Sort bridges listAmine Hilaly2019-06-061-0/+3
|/
* Add importer testsAmine Hilaly2019-05-052-46/+9
* bridge: fix typoMichael Muré2019-03-011-6/+6
* WIP identity in gitMichael Muré2019-03-011-2/+4
* bridge: simplify regexMichael Muré2018-12-041-2/+2
* bridge: slightly better error messageMichael Muré2018-12-041-1/+1
* github: deal with the deleted user case where github return a null actorMichael Muré2018-10-062-35/+102
* add documentationMichael Muré2018-10-011-0/+10
* bridge: validate config before useMichael Muré2018-09-242-0/+8
* commands: add "bridge pull"Michael Muré2018-09-241-0/+41
* commands: add "bridge rm"Michael Muré2018-09-241-16/+15
* bridge: big refactor and cleanupMichael Muré2018-09-242-58/+133
* bridge: better interfaces, working github configuratorMichael Muré2018-09-212-16/+168
* bridge: add the beginning of a github importerMichael Muré2018-09-211-0/+26