Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cache] BugCache: Add set metadata methods | Amine Hilaly | 2019-06-24 | 1 | -1/+1 |
| | | | | | | [bridge/github] fix add/remove mutation requests [bridge/github] iterator: fix typo | ||||
* | Change client default timeout value to 60 seconds | Amine Hilaly | 2019-05-29 | 1 | -6/+6 |
| | | | | | add named return values for easier validation for 2FA codes | ||||
* | Change keyUser to keyOwner in Github bridge | Amine Hilaly | 2019-05-29 | 1 | -7/+7 |
| | |||||
* | improve github importer and iterator | Amine Hilaly | 2019-05-23 | 1 | -13/+25 |
| | | | | | | drop and use query variables instead initialize timeline query variables in the constructor improve naming and add comments to public functions | ||||
* | introduce `nextValidIssueEdit` and `nextValidCommentEdit` to escape empty ↵ | Amine Hilaly | 2019-05-23 | 1 | -19/+21 |
| | | | | | | `Diff`objects calling nextValidEdit functions directly after a new query (Fixing a bug where capacity=2) | ||||
* | Fix importer/exporter design errors | Amine Hilaly | 2019-05-23 | 1 | -10/+25 |
| | |||||
* | Add old importer comments in the iterator | Amine Hilaly | 2019-05-05 | 1 | -1/+12 |
| | | | | | Test operation authors Fix typo in test repo url | ||||
* | Improve naming and functions signatures | Amine Hilaly | 2019-05-05 | 1 | -73/+81 |
| | | | | | | expose `NewIterator` in `github` package remove `exist` in tests cases skip tests when env var GITHUB_TOKEN is not given | ||||
* | Add importer tests | Amine Hilaly | 2019-05-05 | 1 | -21/+4 |
| | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug | ||||
* | Integrate iterator with importer | Amine Hilaly | 2019-05-05 | 1 | -14/+15 |
| | |||||
* | Add github iterator | Amine Hilaly | 2019-05-05 | 1 | -0/+406 |
use `goto` in .Next* functions Update iterator.go |