feat(ProjectService): make check_supported_base work with bare base
Metadata
Current evaluation
Merged update to ProjectService.check_supported_base enabling bare base support. Builds on PR #874, approved by three reviewers, and passed all CI checks. Changes span nine files with 122 additions and 9 deletions.
Suggested action: —
No scores available.
Issue body
Builds on top of #874.
- [x] Have you followed the guidelines for contributing?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `make lint && make test`?
- [x] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
---
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged update to ProjectService.check_supported_base enabling bare base support. Builds on PR #874, approved by three reviewers, and passed all CI checks. Changes span nine files with 122 additions and 9 deletions. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a feature update to ProjectService that enables check_supported_base to handle bare bases. The change builds on PR #874 and was merged by maintainer lengau after passing standard checks. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #812 feat(ProjectService): make the ProjectService compatible with multi-base | craft-application | merged | Merged update making ProjectService compatible with multi-base platforms. Adds an AppMetadata flag to validate support and errors if unsupported. Approved by two reviewers, passed CI checks, and merged 370 days ago. | |
| #850 feat: add check for unsupported bases | craft-application | merged | Merged a feature implementing a check for unsupported bases, introducing the --allow-unsupported-base flag to bypass restrictions. Approved by three reviewers with all CI checks passing. |