fix(inspectors/apt): allow translation file request by name
Metadata
Current evaluation
Merged update allowing the apt translation inspector to request files by name, like Translation-en, in addition to SHA256 hash URLs. Approved by two reviewers, passed all CI checks, and modified three files with 33 additions and 7 deletions.
Suggested action: —
No scores available.
Issue body
Extend the apt translation inspector to accept translation file requests by
name (e.g., Translation-en) in addition to the existing by-hash SHA256 URLs.
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged update allowing the apt translation inspector to request files by name, like Translation-en, in addition to SHA256 hash URLs. Approved by two reviewers, passed all CI checks, and modified three files with 33 additions and 7 deletions. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #308 fix(inspectors/apt): rejection fix and additional tests | fetch-service | merged | Merged fix for apt inspector to reject instead of exiting on translation file uncompression failures, plus added inspector tests. Approved by two reviewers and passed CI. | |
| #579 fix(inspectors/apt): recognize small translation files | fetch-service | merged | Merged fix for #574 that adjusts the format verification buffer to accept translation files smaller than the previous threshold. Approved by two reviewers and passed CI checks. | |
| #69 feat(inspector): support apt translation | fetch-service | merged | Merged to add apt translation support to the inspector. Approved by one reviewer, introducing 446 lines across eight files. Requires rebasing onto feature/launchpad-integration to resolve test conflicts. | |
| #102 inspectors/apt: fix release validation of translation file | fetch-service | merged | Merged a fix for the APT inspector to validate translation file release data. The change ensures actual file digest and size match the release entry. Accepted and merged without code modifications. | |
| #338 feat(inspectors/apt): allow packages file download by name | fetch-service | merged | Merged. Updates the apt inspector to download the Packages file by name in gzip format, supporting both gzip and native xz variants. Approved by three reviewers, resolves #332, and changes six files (+177/-98). | |
| #76 inspectors/apt: normalize translation name | fetch-service | merged | Merged following single reviewer approval. The change normalizes the translation name in the inspectors/apt module. Zero lines of code were modified, indicating a metadata or configuration update. Approved and merged by maintainer cmatsuoka. |