aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/iterator.go
Commit message (Collapse)AuthorAgeFilesLines
* Add old importer comments in the iteratorAmine Hilaly2019-05-051-1/+12
| | | | | Test operation authors Fix typo in test repo url
* Improve naming and functions signaturesAmine Hilaly2019-05-051-73/+81
| | | | | | expose `NewIterator` in `github` package remove `exist` in tests cases skip tests when env var GITHUB_TOKEN is not given
* Add importer testsAmine Hilaly2019-05-051-21/+4
| | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug
* Integrate iterator with importerAmine Hilaly2019-05-051-14/+15
|
* Add github iteratorAmine Hilaly2019-05-051-0/+406
use `goto` in .Next* functions Update iterator.go