plugins: use v1 import path for all plugins
Metadata
Current evaluation
Merged following reviewer approval and successful CI checks. Updated all plugin import paths to v1 across 25 files, resulting in a net change of +86/-94 lines.
Suggested action: —
No scores available.
Issue body
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
- [ ] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `./runtests.sh static`?
- [ ] Have you successfully run `./runtests.sh tests/unit`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged following reviewer approval and successful CI checks. Updated all plugin import paths to v1 across 25 files, resulting in a net change of +86/-94 lines. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged update switching all plugin import paths to v1. Authored by maintainer sergiusens, the change was integrated directly into the codebase without additional review comments. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged update to standardize all plugin import paths to the v1 namespace. The change was integrated by maintainer sergiusens without additional review comments or revisions. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #202 plugins: export missing symbols | craft-parts | merged | Exported missing plugin symbols and removed unused import noqa tags. Merged after approval and passing CI checks, modifying two files with seven additions and three deletions. | |
| #263 plugins: fix cmake plugin prefix | craft-parts | merged | Merged after two approvals and passing CI. Fixed cmake plugin prefix path formatting and aligned the installation prefix with v1 plugins. Rebased on main. |