aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/import_query.go
Commit message (Collapse)AuthorAgeFilesLines
* Tests for the github bridge (#706)rng-dynamics2021-09-141-23/+33
| | | Add integration test for github bridge
* feature: Github bridge mutation rate limit (#694)rng-dynamics2021-09-141-42/+10
| | | Unified handling of rate limiting of github graphql api
* Github bridge: RefactorAlexander Scharinger2021-03-221-9/+13
|
* Fix errors: deadlock and empty titlesAlexander Scharinger2021-03-151-5/+5
|
* Deal with github bridge import rate limitAlexander Scharinger2021-02-281-98/+146
|
* Fix bugAlexander Scharinger2021-01-261-1/+1
|
* Integrate new Github Bridge importAlexander Scharinger2021-01-241-91/+6
|
* Add GraphQL github-bridge query for comment editsAlexander Scharinger2021-01-241-0/+12
|
* Add GraphQL github timeline query and iteratorAlexander Scharinger2021-01-241-0/+12
|
* Add issue edit iteratorAlexander Scharinger2021-01-241-12/+25
|
* Add GraphQL github issue queryAlexander Scharinger2021-01-241-0/+17
|
* WIP: Pinpoint some of the reasons for bug #385Alexander Scharinger2020-12-121-3/+19
| | | | | | | | | Work in progress. The github bridge contains a bug documented in issue #385. This commit shows what is the problem. There might be more problems. I have changed the GraphQL query for timeline items and there are much less wrong imports now. (Are there any malformed imports left?) I would like to rework the entire bridge/github/iterator in the near future in order to create a reliable fix for this bug.
* 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