Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab: order events on the fly | Michael Muré | 2021-12-05 | 1 | -40/+4 |
| | |||||
* | Add some documentation comments | Matthias Simon | 2021-04-23 | 1 | -0/+5 |
| | |||||
* | gitlab: Add new iterator with state change events | Matthias Simon | 2021-04-23 | 1 | -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. |