Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab: Add new iterator with state change events | Matthias Simon | 2021-04-23 | 1 | -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-04 | 1 | -1/+7 |
| | | | | API call | ||||
* | gitlab: refactor the iterator, fix bugs | Michael Muré | 2020-03-28 | 1 | -0/+99 |
Notably, properly reset sub iterators when changing to the next issue |