summaryrefslogtreecommitdiffstatshomepage
path: root/bridge/gitlab/event.go
Commit message (Collapse)AuthorAge
* deps(crypto): bump golang.org/x/crypto from v0.26.0 to v0.31.0 (fix for ↵Matěj Cepl2025-03-18
| | | | | | | | | CVE-2024-45337) (#1312) To avoid CVE-2024-45337 ("Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto") Related is also moving from the abandoned github.com/xanzy/go-gitlab to the maintained gitlab.com/gitlab-org/api/client-go.
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-24
| | | | | | | | 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 EventMentionedInCommitHenrik Buestad2023-01-13
|
* make go1.19 fmt happyMichael Muré2023-01-11
|
* gitlab: order events on the flyMichael Muré2021-12-05
|
* Add some documentation commentsMatthias Simon2021-04-23
|
* gitlab: Add new iterator with state change eventsMatthias Simon2021-04-23
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.