aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core/interfaces.go
Commit message (Collapse)AuthorAgeFilesLines
* [bridge/github] improve comments and documentationAmine2019-07-051-1/+1
| | | | | | [bridge/github] improve error handling and tests Co-Authored-By: Michael Muré <batolettre@gmail.com>
* [core] Implement ExportResultsAmine Hilaly2019-06-301-1/+1
| | | | | Use ExportResult chan to send export events Remove exportedBugs and exportedLabels
* changes to the BridgeImpl InterfaceAmine Hilaly2019-05-291-1/+1
| | | | | Add bridge params Change bridge.Configure signature
* Add importer testsAmine Hilaly2019-05-051-4/+4
| | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug
* github: deal with the deleted user case where github return a null actorMichael Muré2018-10-061-8/+10
|
* bridge: validate config before useMichael Muré2018-09-241-0/+3
|
* bridge: big refactor and cleanupMichael Muré2018-09-241-11/+15
|
* bridge: better interfaces, working github configuratorMichael Muré2018-09-211-0/+29