Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 | 1 | -1/+1 |
| | | | | | | | | The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff | ||||
* | added EventMentionedInCommit | Henrik Buestad | 2023-01-13 | 1 | -0/+4 |
| | |||||
* | make go1.19 fmt happy | Michael Muré | 2023-01-11 | 1 | -4/+5 |
| | |||||
* | gitlab: order events on the fly | Michael Muré | 2021-12-05 | 1 | -23/+52 |
| | |||||
* | Add some documentation comments | Matthias Simon | 2021-04-23 | 1 | -17/+19 |
| | |||||
* | gitlab: Add new iterator with state change events | Matthias Simon | 2021-04-23 | 1 | -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. |