aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/iterator/labelEvent.go
Commit message (Collapse)AuthorAgeFilesLines
* gitlab: Add new iterator with state change eventsMatthias Simon2021-04-231-105/+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-041-1/+7
| | | | API call
* gitlab: refactor the iterator, fix bugsMichael Muré2020-03-281-0/+99
Notably, properly reset sub iterators when changing to the next issue