feat(inspectors): make the git inspector configurable
Metadata
Current evaluation
Integrated runtime configuration for git inspector URLs. Approved by two reviewers, rebased, and merged. Modifies 11 files with 268 additions and 133 deletions.
Suggested action: —
No scores available.
Issue body
Allow git inspector URLs to be configured at runtime.
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Note: this is stacked on top of #241
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Integrated runtime configuration for git inspector URLs. Approved by two reviewers, rebased, and merged. Modifies 11 files with 268 additions and 133 deletions. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #408 test: add git inspector spread test | fetch-service | merged | Merged a test suite addition featuring a git inspector smoke test. Approved by two reviewers, the change introduces 105 lines across three files to validate inspector functionality. | |
| #73 inspectors: add go module inspector | fetch-service | merged | Merged after approval by two reviewers. Adds a Go module inspector for git repositories, building on the existing git upload-pack inspection logic. | |
| #252 feat(config): merge inspector configuration branch | fetch-service | merged | Merged the inspector configuration branch, resolving issue #210. Approved by two reviewers, the update modifies 51 files with 2042 additions and 688 deletions to consolidate configuration handling. | |
| #66 inspectors: add git service query and upload-pack inspectors | fetch-service | merged | Merged pull request adding git service query and upload-pack inspectors. Approved by two reviewers and integrated into the main branch. The zero-line diff indicates a squash merge. | |
| #141 inspectors/git: deduplicate wanted refs | fetch-service | merged | Merged to deduplicate wanted refs in the git inspector, preventing request rejections when clients request the same ref multiple times. Approved by two reviewers, passed CI, and updated two files. |