feat(registries): add `list-registries` command
Metadata
Current evaluation
Merged addition of the list-registries command, resolving issue #5001. Approved by reviewers, passed CI checks, and integrated into the codebase.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/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`)
-----
Add support for the `list-registries` command.
Fixes #5001
(CRAFT-3295)
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged addition of the list-registries command, resolving issue #5001. Approved by reviewers, passed CI checks, and integrated into the codebase. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged by maintainer mr-cal, implementing the list-registries command to resolve issue #5001 and CRAFT-3295. The feature passed all linting and cross-version Python tests prior to integration. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to add the list-registries command, resolving issue #5001. The change passed all linting and testing checks and was integrated without additional comments. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #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. | |
| #5001 registries: implement `list-registries` | snapcraft | closed | Implemented the list-registry-sets command, including base services, store client calls, and spread tests. The feature was completed and merged via pull request #5014, resolving the original request. | |
| #5072 feat: build, sign and publish registries | snapcraft | merged | Merged. Finalizes the edit-registries command by adding build, sign, and publish capabilities for registries, resolving #5018. Approved by two reviewers, passed CI, and spanned 11 files. Spread tests deferred to a separate PR. |