store: initial support for an onprem store
Metadata
Current evaluation
Merged into main, adding initial onprem store support. Approved by one reviewer, passed CI, and increased coverage by 0.08%. The change modifies four files to implement the feature.
Suggested action: —
No scores available.
Issue body
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
- [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 `make lint`?
- [x] Have you successfully run `pytest tests/unit`?
-----
CRAFT-1228
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged into main, adding initial onprem store support. Approved by one reviewer, passed CI, and increased coverage by 0.08%. The change modifies four files to implement the feature. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into main, adding initial support for an onprem store. The changes passed linting and unit tests, increased code coverage by 0.08%, and resolved CRAFT-1228. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into main, adding initial support for an on-premises store. The change passed all linting and unit tests, achieved 98.03% diff coverage, and increased overall project coverage by 0.08%. Resolves CRAFT-1228. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #3887 store: support status for an onprem store | snapcraft | merged | Merged into main. Adds status support for on-prem stores. Approved by maintainers, passed CI checks, and achieved 100% diff coverage before integration. | |
| #3892 store: support close for an on prem store | snapcraft | merged | Merged into main after approval and passing CI. Adds close support for on-prem stores, modifying four files and increasing test coverage by 0.02%. | |
| #3955 onprem store: support new credentials format | snapcraft | merged | Successfully merged changes implementing a new credentials format for the onprem store. Approved by two reviewers, passed CI checks, and modified four files with 21 additions and 8 deletions. | |
| #3880 store: on prem base client | snapcraft | merged | Merged into main. Adds an OnPrem base client derived from craft-store to support Snapcraft's on-premise store. Approved by reviewer, passed CI, and increased unit test coverage by 0.05%. | |
| #3908 tests unit: add for on prem store list-revisions | snapcraft | merged | Merged into main following reviewer approval and successful CI checks. Introduces unit tests for on-prem store list-revisions, raising overall coverage by 0.07%. | |
| #3901 store: on prem support for list-revisions | snapcraft | merged | Merged after approval and CI checks. Migrates list-revisions from legacy to the new codebase, adds on-prem store support via the Releases class, and updates output to omit channel data and handle missing release information. |