Skip to content

SYSTEM Cited by 1 source

GitLab

GitLab is a self-hostable Git-based version-control and CI/CD platform. The sysdesign-wiki references it primarily as the VCS substrate that Cloudflare's AI Code Review system targets:

  • Merge requests (MRs) — GitLab's analog to GitHub Pull Requests; the unit of review.
  • DiffNotes — inline comment threads on specific diff ranges; the structured-comment substrate that Cloudflare's MCP comment server writes into and the incremental re-review pipeline reads back.
  • CI components — self-contained reusable pipeline fragments. Cloudflare ships the AI review as a component included via include: - component: $CI_SERVER_FQDN/ci/ai/opencode@~latest.
  • Approval workflowPOST /approve, POST /unapprove, /submit_review requested_changes as the actions Cloudflare's coordinator maps its severity verdict onto.

Seen in

Last updated · 200 distilled / 1,178 read