aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/iterator.go
Commit message (Collapse)AuthorAgeFilesLines
* Change client default timeout value to 60 secondsAmine Hilaly2019-05-291-6/+6
| | | | | add named return values for easier validation for 2FA codes
* Change keyUser to keyOwner in Github bridgeAmine Hilaly2019-05-291-7/+7
|
* improve github importer and iteratorAmine Hilaly2019-05-231-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 Hilaly2019-05-231-19/+21
| | | | | | `Diff`objects calling nextValidEdit functions directly after a new query (Fixing a bug where capacity=2)
* Fix importer/exporter design errorsAmine Hilaly2019-05-231-10/+25
|
* 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