registries: implement `list-registries`
Metadata
Current evaluation
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.
Suggested action: —
No scores available.
Issue body
### What needs to get done
* Create a `list-registry-sets` command
* Create a base `AssertionService`
* Create a child `RegistrySetService`
* Add store calls to `snapcraft.store.client`
* Add spread tests
* Implement command:
```
Usage:
snapcraft list-registry-sets [options]
Options:
...
--name: Name of registry set to list
--format: The output format (table | json)
```
This is prototyped in https://github.com/canonical/snapcraft/issues/4917
### Why it needs to get done
To allow users to view registry sets
Blocked by #4911
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | 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. | |
| qwen/qwen3.6-35b-a3b | — | — | Implemented the list-registry-sets command, AssertionService, RegistrySetService, store client calls, and spread tests. Completed and merged via pull request #5014. | |
| qwen/qwen3.6-35b-a3b | — | — | Implemented the list-registry-sets command, base AssertionService, RegistrySetService, store client calls, and spread tests. Resolved via merged pull request #5014. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Implemented the list-registry-sets command, AssertionService, RegistrySetService, store calls, and spread tests. Completed and merged via pull request #5014, resolving the feature request. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Implemented the list-registries command and RegistrySetService via PR #5014. The feature enables users to view registry sets and was successfully merged, resolving the issue. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #5014 feat(registries): add `list-registries` command | snapcraft | merged | Merged addition of the list-registries command, resolving issue #5001. Approved by reviewers, passed CI checks, and integrated into the codebase. | |
| #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. | |
| #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. |