aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/import.go
Commit message (Expand)AuthorAgeFilesLines
...
* improve github importer and iteratorAmine Hilaly2019-05-231-11/+9
* fix imported bugs countAmine Hilaly2019-05-231-2/+4
* call NextIssueEdit from ensureIssueAmine Hilaly2019-05-231-10/+9
* Fix importer/exporter design errorsAmine Hilaly2019-05-231-41/+41
* Add unicode control characters test caseAmine Hilaly2019-05-051-15/+31
* Fix import bugAmine Hilaly2019-05-051-1/+1
* Add old importer comments in the iteratorAmine Hilaly2019-05-051-0/+4
* Improve naming and functions signaturesAmine Hilaly2019-05-051-17/+17
* Add ForceLabelChange functionalitiesAmine Hilaly2019-05-051-5/+6
* Add importer testsAmine Hilaly2019-05-051-183/+193
* Integrate iterator with importerAmine Hilaly2019-05-051-400/+194
* github: fix potential bug due to var aliasingMichael Muré2019-03-011-1/+2
* github: simplify some codeMichael Muré2019-03-011-12/+3
* github: fix 3 edge-case failuresMichael Muré2019-03-011-39/+56
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-011-2/+2
* identity: more progress and fixesMichael Muré2019-03-011-40/+98
* identity: more progress and fixesMichael Muré2019-03-011-9/+14
* github: also pull users emailMichael Muré2018-10-071-2/+29
* github: deal with the deleted user case where github return a null actorMichael Muré2018-10-061-35/+67
* github: handle the case where no diff is available for a comment editionMichael Muré2018-10-051-69/+133
* github: incremental import for labels, title edition, status changesMichael Muré2018-10-021-8/+36
* github: incremental import of comments + editionsMichael Muré2018-10-021-47/+168
* github: working incremental + comment history for the first commentMichael Muré2018-10-011-115/+206
* bridge: first working github importerMichael Muré2018-09-251-78/+231
* github: query most of the dataMichael Muré2018-09-241-0/+124