Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 1 | -2/+3 |
| | |||||
* | improve github importer and iterator | Amine Hilaly | 2019-05-23 | 2 | -24/+34 |
| | | | | | | drop and use query variables instead initialize timeline query variables in the constructor improve naming and add comments to public functions | ||||
* | fix imported bugs count | Amine Hilaly | 2019-05-23 | 1 | -2/+4 |
| | |||||
* | introduce `nextValidIssueEdit` and `nextValidCommentEdit` to escape empty ↵ | Amine Hilaly | 2019-05-23 | 2 | -20/+22 |
| | | | | | | `Diff`objects calling nextValidEdit functions directly after a new query (Fixing a bug where capacity=2) | ||||
* | call NextIssueEdit from ensureIssue | Amine Hilaly | 2019-05-23 | 1 | -10/+9 |
| | |||||
* | Fix importer/exporter design errors | Amine Hilaly | 2019-05-23 | 2 | -51/+66 |
| | |||||
* | Add unicode control characters test case | Amine Hilaly | 2019-05-05 | 2 | -32/+58 |
| | | | | | | | | | | | Move `cleanupText` to utils/text/transform.go `text.Cleanup`: removing unicode control characters except for those allowed by `text.Safe` Add golang.org/x/text dependencies fix text.Cleanup Fix import panic | ||||
* | Fix import bug | Amine Hilaly | 2019-05-05 | 1 | -1/+1 |
| | |||||
* | Add old importer comments in the iterator | Amine Hilaly | 2019-05-05 | 3 | -11/+33 |
| | | | | | Test operation authors Fix typo in test repo url | ||||
* | github: simplify and improve the import test | Michael Muré | 2019-05-05 | 1 | -58/+25 |
| | |||||
* | Improve naming and functions signatures | Amine Hilaly | 2019-05-05 | 4 | -171/+169 |
| | | | | | | expose `NewIterator` in `github` package remove `exist` in tests cases skip tests when env var GITHUB_TOKEN is not given | ||||
* | Add ForceLabelChange functionalities | Amine Hilaly | 2019-05-05 | 1 | -5/+6 |
| | |||||
* | Add importer tests | Amine Hilaly | 2019-05-05 | 7 | -304/+430 |
| | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug | ||||
* | Integrate iterator with importer | Amine Hilaly | 2019-05-05 | 4 | -421/+222 |
| | |||||
* | Add github iterator | Amine Hilaly | 2019-05-05 | 3 | -3/+453 |
| | | | | | use `goto` in .Next* functions Update iterator.go | ||||
* | github: fix potential bug due to var aliasing | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | github: simplify some code | Michael Muré | 2019-03-01 | 1 | -12/+3 |
| | |||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 2 | -44/+61 |
| | |||||
* | bridge: fix typo | Michael Muré | 2019-03-01 | 1 | -6/+6 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 2 | -3/+3 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 2 | -48/+130 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 2 | -10/+15 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -2/+4 |
| | |||||
* | Launchpad bridge: fetch comments. | Cyril Roelandt | 2019-02-27 | 2 | -3/+102 |
| | |||||
* | launchpad: minor cleaning | Michael Muré | 2018-12-17 | 2 | -7/+12 |
| | |||||
* | Initial Launchpad bridge. | Cyril Roelandt | 2018-12-16 | 5 | -0/+333 |
| | | | | This a just a preview. Not all features are expected to work. | ||||
* | bridge: simplify regex | Michael Muré | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | bridge: slightly better error message | Michael Muré | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | github: also pull users email | Michael Muré | 2018-10-07 | 3 | -5/+51 |
| | |||||
* | github: deal with the deleted user case where github return a null actor | Michael Muré | 2018-10-06 | 6 | -76/+179 |
| | |||||
* | github: handle the case where no diff is available for a comment edition | Michael Muré | 2018-10-05 | 1 | -69/+133 |
| | |||||
* | github: explain better what happen with the user credentials | Michael Muré | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | github: incremental import for labels, title edition, status changes | Michael Muré | 2018-10-02 | 1 | -8/+36 |
| | |||||
* | github: incremental import of comments + editions | Michael Muré | 2018-10-02 | 2 | -51/+196 |
| | |||||
* | github: working incremental + comment history for the first comment | Michael Muré | 2018-10-01 | 2 | -115/+334 |
| | |||||
* | add documentation | Michael Muré | 2018-10-01 | 3 | -0/+20 |
| | |||||
* | bridge: first working github importer | Michael Muré | 2018-09-25 | 1 | -78/+231 |
| | |||||
* | github: query most of the data | Michael Muré | 2018-09-24 | 2 | -15/+133 |
| | |||||
* | bridge: validate config before use | Michael Muré | 2018-09-24 | 3 | -0/+24 |
| | |||||
* | commands: add "bridge pull" | Michael Muré | 2018-09-24 | 2 | -0/+49 |
| | |||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 3 | -17/+25 |
| | |||||
* | bridge: big refactor and cleanup | Michael Muré | 2018-09-24 | 5 | -78/+167 |
| | |||||
* | bridge: better interfaces, working github configurator | Michael Muré | 2018-09-21 | 6 | -60/+273 |
| | |||||
* | bridge: make github 2FA work | Michael Muré | 2018-09-21 | 2 | -49/+48 |
| | |||||
* | bridge: add the beginning of a github importer | Michael Muré | 2018-09-21 | 4 | -0/+291 |