aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/iterator.go
Commit message (Expand)AuthorAgeFilesLines
* Add commentsAlexander Scharinger2021-01-281-9/+41
* Integrate new Github Bridge importAlexander Scharinger2021-01-241-720/+239
* Add GraphQL github-bridge query for comment editsAlexander Scharinger2021-01-241-1/+80
* Add GraphQL github timeline query and iteratorAlexander Scharinger2021-01-241-3/+103
* Add issue edit iteratorAlexander Scharinger2021-01-241-1/+72
* Add issue iteratorAlexander Scharinger2021-01-241-0/+90
* Add GraphQL github issue queryAlexander Scharinger2021-01-241-0/+23
* WIP: Pinpoint some of the reasons for bug #385Alexander Scharinger2020-12-121-2/+29
* 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