Expand description
GitlabCiRegistry — the deps_core::Registry implementation for GitLab CI.
Routes every dependency against its (host, endpoint) route (spec §7a), a process-wide
route table capped at MAX_GITLAB_ROUTES (spec §4.6), and a per-host rate-limit gate
(spec §9.3).
Structs§
- Gitlab
CiRegistry deps_core::Registryimplementation for GitLab CI, routing every fetch across the registered(host, endpoint)table (spec §7a).- TagIndex
- Per-
PackageNametag/release-name -> commit-SHA cross-reference.
Constants§
- MAX_
GITLAB_ ROUTES - Upper bound on
GitlabCiRegistry::routes’ entry count. - REGISTRY
- Display name for the registry backing GitLab CI version lookups.