feat(services): app services that don't depend on a project
Metadata
Current evaluation
Merged after approval by two reviewers and passing CI. The pull request adds app services independent of a project, modifying 17 files. The diff achieved 96.29% coverage, causing a minor 0.10% overall coverage decrease.
Suggested action: —
No scores available.
Issue body
- [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 `tox`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after approval by two reviewers and passing CI. The pull request adds app services independent of a project, modifying 17 files. The diff achieved 96.29% coverage, causing a minor 0.10% overall coverage decrease. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into main, introducing application services independent of project dependencies. The commit achieved 96.29% diff coverage, resulting in a 0.10% overall coverage decrease. Integrated by maintainer lengau. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #646 feat!(services): add a project service | craft-application | merged | Merged the new ProjectService for handling projects. Changes replace the abstract service class, update the service factory and Application, and add unit and integration tests. Approved by two reviewers and passed CI. |