aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/iterator
Commit message (Collapse)AuthorAgeFilesLines
* gitlab: Add new iterator with state change eventsMatthias Simon2021-04-234-422/+0
| | | | | | | | | Retrieving events is spread across various various Gitlab APIs. This makes importing and sorting Gitlab events by time quite complicated. This commit replaces the old iterators with a goroutine/channel-based iterator, which merges the individual Gitlab API streams into a single (sorted) event stream.
* gitlab: fix iterator (paginate with first index 1) and avoid the trailing ↵Michael Muré2020-04-043-12/+38
| | | | API call
* gitlab: refactor the iterator, fix bugsMichael Muré2020-03-284-0/+396
Notably, properly reset sub iterators when changing to the next issue