aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/import_query.go
Commit message (Collapse)AuthorAgeFilesLines
* github/gitlab: many fixes and improvments at the config stepMichael Muré2020-02-101-8/+6
|
* github: follow API changesMichael Muré2019-11-111-2/+2
| | | | https://developer.github.com/v4/changelog/2019-06-04-schema-changes/
* bridge/github: fix name case sensitivity in retrieving and creating labels ↵Amine Hilaly2019-08-191-0/+14
| | | | using github graphql api
* [bridge/github] import: avoid retrieving ghost email in userQueryAmine Hilaly2019-07-061-2/+1
| | | | | | request rename userQuery to ghostQuery
* [bridge/github] correct label & comment edit mutations bugsAmine Hilaly2019-06-241-1/+1
|
* [bridge/github] exporter: Improve error handlingAmine Hilaly2019-06-241-0/+8
| | | | | | [bridge/github] queries: use api v4 for getLabel / createLabel [bridge/github] add comments to getIdentityClient
* Add github iteratorAmine Hilaly2019-05-051-3/+3
| | | | | use `goto` in .Next* functions Update iterator.go
* github: also pull users emailMichael Muré2018-10-071-1/+15
|
* github: deal with the deleted user case where github return a null actorMichael Muré2018-10-061-2/+6
|
* github: incremental import of comments + editionsMichael Muré2018-10-021-4/+28
|
* github: working incremental + comment history for the first commentMichael Muré2018-10-011-0/+128