feat(models): add registries models
Metadata
Current evaluation
Merged. Adds pydantic models for registries, approved by two reviewers, and passes CI checks. Resolves issue #5019.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/mastex/CONTRIBUTING.md)?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `tox run -m lint`?
- [x] Have you successfully run `tox run -e test-py310`? (supported versions: `py39`, `py310`, `py311`, `py312`)
-----
Adds pydantic models for registries.
Fixes #5019
(CRAFT-3332)
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged. Adds pydantic models for registries, approved by two reviewers, and passes CI checks. Resolves issue #5019. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged addition of pydantic models for registries, resolving issue #5019. The maintainer passed lint and test checks before merging without additional comments. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged implementation adding pydantic models for registries, resolving issue #5019. Author passed lint and test checks before integration. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #5019 registries: create pydantic models | snapcraft | closed | Closed without implementation. The task to formalize pydantic models for registries was abandoned, with tracking transferred to internal Jira ticket CRAFT-3332. No code changes or merges occurred. | |
| #5050 feat: add `edit-registries` command | snapcraft | merged | Implemented and merged the edit-registries command, enabling users to retrieve and edit registries sets. Approved by two reviewers, passed CI, and resolves issue 5020. The remaining functionality will be added separately. |