Skip to main content

Crate gonzalo_ticket_gitlab

Crate gonzalo_ticket_gitlab 

Source
Expand description

GitLab issue connector for gonzalo’s ticket layer.

Implements [gonzalo_ticket::TicketSource] over the GitLab REST v4 API, mapping issues to the canonical [gonzalo_domain::Ticket] (ADR 0010). The mapping ([mapping]) is pure and fixture-tested — it demonstrates the ScopedLabel state signal (workflow:: labels on GitLab free) with a fallback to intrinsic opened/closed. GitLabSource is the thin HTTP layer. Read-only in phase 1.

Structs§

GitLabSource
Imports issues from a single GitLab project.