stdlib: accept 'Gitlab source_provenance category (supply-chain#347) - #752
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 42 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
Comment |
|
Also bump the crate version of stdlib plzzzzzz |
GitLab-hosted upstreams (the fpottier trio menhir/visitors/unionFind on gitlab.inria.fr; mesa) had no honest provenance category, so a build.ncl couldn't declare one and they were pushed onto gs:// mirrors + Cpe workarounds. Add a `source_provenance_gitlab` sub-contract (category = 'Gitlab, with required host / owner / repo) and its dispatch arm. `host` is required because GitLab is federated — the same owner/repo on gitlab.com vs gitlab.inria.fr are different projects. Pairs with minimal-supply-chain#347/#348, which adds the matching `Provenance::Gitlab { host, owner, repo }` (parse + pkg:generic identity). Verified with nickel: a valid Gitlab block exports, a block missing `host` is a contract error, and the existing categories still validate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
6c6dd2e to
906a7e0
Compare
Requested on review — the embedded stdlib changed (new 'Gitlab source_provenance contract), so bump the crate + the workspace dep pin + lock. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Done, bumped the version and the pointer in the lock |
Companion to gominimal/minimal-supply-chain#347 / #348.
GitLab-hosted upstreams — the fpottier trio (
menhir/visitors/unionFindongitlab.inria.fr, hard deps of charon-ml/aeneas) andmesa— had no honestsource_provenancecategory, so a build.ncl couldn't declare one; they werepushed onto
gs://mirrors andCpeworkarounds.This adds a
source_provenance_gitlabsub-contract and its dispatch arm:hostis required because the sameowner/repoongitlab.comvsgitlab.inria.frare different projects.Pairs with supply-chain #348, which adds the matching
Provenance::Gitlab { host, owner, repo }(parse tiers +pkg:generic/{host}/{owner}/{repo}purl identity that joins OSV GIT-ecosystemadvisories). Verified with
nickel export: a valid Gitlab block exports, a blockmissing
hostis a contract error, and GithubRepo/GnuProject/Sourceforge/Websitestill validate.
🤖 Generated with Claude Code