feat: rename registries to confdbs
Metadata
Current evaluation
Merged PR renaming registries commands to confdbs, introducing list-confdbs and edit-confdbs. Reverts #5195 and fixes #5193. Approved by two reviewers with passing CI. Contains no functional changes.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the [guidelines for contributing](https://github.com/canonical/snapcraft/blob/main/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 the commands `list-confdbs` and `edit-confdbs` in place of `list-registries` and `edit-registries`.
This PR first reverts #5195, then renames `registries` to `confdbs`.
There are no changes to logic or functionality.
Fixes #5193
(CRAFT-3855)
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged PR renaming registries commands to confdbs, introducing list-confdbs and edit-confdbs. Reverts #5195 and fixes #5193. Approved by two reviewers with passing CI. Contains no functional changes. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged PR renaming registries commands to confdbs, introducing list-confdbs and edit-confdbs. Reverts #5195 with no functional changes. Fixes #5193. Labeled feat due to new user-facing commands. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Renamed registries commands to confdbs, introducing list-confdbs and edit-confdbs. Reverts #5195 with no functional changes. Fixes #5193. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #5193 Rename and expose confdbs commands | snapcraft | closed | Requesting exposure of list-confdbs and edit-confdbs commands to replace registry commands was closed without implementation. No linked PR or resolution details exist, indicating the task was abandoned or superseded. | |
| #5195 chore!: unregister registries commands | snapcraft | merged | Merged after two approvals and passing CI. Unregistered list-registries and edit-registries commands to prepare for renaming to list-confdb and edit-confdb. Tests were retained to prevent code rot. | |
| #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. |