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