Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests for the github bridge (#706) | rng-dynamics | 2021-09-14 | 1 | -23/+33 |
| | | | Add integration test for github bridge | ||||
* | feature: Github bridge mutation rate limit (#694) | rng-dynamics | 2021-09-14 | 1 | -42/+10 |
| | | | Unified handling of rate limiting of github graphql api | ||||
* | Github bridge: Refactor | Alexander Scharinger | 2021-03-22 | 1 | -9/+13 |
| | |||||
* | Fix errors: deadlock and empty titles | Alexander Scharinger | 2021-03-15 | 1 | -5/+5 |
| | |||||
* | Deal with github bridge import rate limit | Alexander Scharinger | 2021-02-28 | 1 | -98/+146 |
| | |||||
* | Fix bug | Alexander Scharinger | 2021-01-26 | 1 | -1/+1 |
| | |||||
* | Integrate new Github Bridge import | Alexander Scharinger | 2021-01-24 | 1 | -91/+6 |
| | |||||
* | Add GraphQL github-bridge query for comment edits | Alexander Scharinger | 2021-01-24 | 1 | -0/+12 |
| | |||||
* | Add GraphQL github timeline query and iterator | Alexander Scharinger | 2021-01-24 | 1 | -0/+12 |
| | |||||
* | Add issue edit iterator | Alexander Scharinger | 2021-01-24 | 1 | -12/+25 |
| | |||||
* | Add GraphQL github issue query | Alexander Scharinger | 2021-01-24 | 1 | -0/+17 |
| | |||||
* | WIP: Pinpoint some of the reasons for bug #385 | Alexander Scharinger | 2020-12-12 | 1 | -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 step | Michael Muré | 2020-02-10 | 1 | -8/+6 |
| | |||||
* | github: follow API changes | Michael Muré | 2019-11-11 | 1 | -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 Hilaly | 2019-08-19 | 1 | -0/+14 |
| | | | | using github graphql api | ||||
* | [bridge/github] import: avoid retrieving ghost email in userQuery | Amine Hilaly | 2019-07-06 | 1 | -2/+1 |
| | | | | | | request rename userQuery to ghostQuery | ||||
* | [bridge/github] correct label & comment edit mutations bugs | Amine Hilaly | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | [bridge/github] exporter: Improve error handling | Amine Hilaly | 2019-06-24 | 1 | -0/+8 |
| | | | | | | [bridge/github] queries: use api v4 for getLabel / createLabel [bridge/github] add comments to getIdentityClient | ||||
* | Add github iterator | Amine Hilaly | 2019-05-05 | 1 | -3/+3 |
| | | | | | use `goto` in .Next* functions Update iterator.go | ||||
* | github: also pull users email | Michael Muré | 2018-10-07 | 1 | -1/+15 |
| | |||||
* | github: deal with the deleted user case where github return a null actor | Michael Muré | 2018-10-06 | 1 | -2/+6 |
| | |||||
* | github: incremental import of comments + editions | Michael Muré | 2018-10-02 | 1 | -4/+28 |
| | |||||
* | github: working incremental + comment history for the first comment | Michael Muré | 2018-10-01 | 1 | -0/+128 |