aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/event.go
Commit message (Collapse)AuthorAgeFilesLines
* gitlab: order events on the flyMichael Muré2021-12-051-23/+52
|
* Add some documentation commentsMatthias Simon2021-04-231-17/+19
|
* gitlab: Add new iterator with state change eventsMatthias Simon2021-04-231-0/+184
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.