aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/iterator.go
Commit message (Expand)AuthorAgeFilesLines
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-2/+2
* bridge/github: fix iterator regressionamine2019-11-111-2/+4
* github: follow API changesMichael Muré2019-11-111-19/+19
* bridge/github: improve iterator readabilityamine2019-11-051-34/+49
* bridge/github: improve iterator NextTimelineItem functionamine2019-11-051-0/+6
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-27/+31
* [bridge/github] use context.WithTimeout on all graphql queriesAmine Hilaly2019-06-241-4/+21
* [cache] BugCache: Add set metadata methodsAmine Hilaly2019-06-241-1/+1
* Change client default timeout value to 60 secondsAmine Hilaly2019-05-291-6/+6
* Change keyUser to keyOwner in Github bridgeAmine Hilaly2019-05-291-7/+7
* improve github importer and iteratorAmine Hilaly2019-05-231-13/+25
* introduce `nextValidIssueEdit` and `nextValidCommentEdit` to escape empty `Di...Amine Hilaly2019-05-231-19/+21
* Fix importer/exporter design errorsAmine Hilaly2019-05-231-10/+25
* Add old importer comments in the iteratorAmine Hilaly2019-05-051-1/+12
* Improve naming and functions signaturesAmine Hilaly2019-05-051-73/+81
* Add importer testsAmine Hilaly2019-05-051-21/+4
* Integrate iterator with importerAmine Hilaly2019-05-051-14/+15
* Add github iteratorAmine Hilaly2019-05-051-0/+406