executor: add part handler (1/2)
Metadata
Current evaluation
Merged: executor part handler implementation. Adds package fetching, unpacking, step execution, and state generation. Approved by two reviewers, passed CI, and modified six files with 695 additions.
Suggested action: —
No scores available.
Issue body
Handle part run actions by fetching and unpacking packages, calling the
appropriate step handler, and generating the step state data.
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged: executor part handler implementation. Adds package fetching, unpacking, step execution, and state generation. Approved by two reviewers, passed CI, and modified six files with 695 additions. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Implements a part handler for the executor to fetch, unpack, execute steps, and generate state data. This is the first of two planned parts. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #68 executor: add part handler (2/2) | craft-parts | merged | Merged. Implements a part handler for ActionType.RERUN and ActionType.UPDATE actions. Approved by two reviewers, the change modifies five files with 521 additions and six deletions. | |
| #62 executor: add errors raised in part handling | craft-parts | merged | Merged after approval by two reviewers and passing CI checks. The changes define errors raised by the part handler during action execution, adding 45 lines across two files to improve executor error handling. | |
| #59 executor: add the step handler | craft-parts | merged | Merged after two approvals and CI. Adds a step handler to the executor for built-in actions and user scripts, featuring a FIFO-based control API ported from Snapcraft. Added 823 lines across six files. | |
| #58 executor: add step handler errors | craft-parts | merged | Merged implementation of error classes for executor step handling. Approved by two reviewers, adding 128 lines across two files. The changes formalize step execution error handling and were signed off by maintainer cmatsuoka. | |
| #60 executor: add callbacks | craft-parts | merged | Executor callbacks merged. Approved by two reviewers and passing CI, the change adds 353 lines across five files to run application-specified functions at lifecycle points like before or after steps and execution phases. |