executor: add part handler (2/2)
Metadata
Current evaluation
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.
Suggested action: —
No scores available.
Issue body
Handle `ActionType.RERUN` and `ActionType.UPDATE` actions.
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. 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. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Added executor part handler to process ActionType.RERUN and ActionType.UPDATE actions. Merged into the codebase by maintainer cmatsuoka. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #66 executor: add part handler (1/2) | craft-parts | merged | 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. | |
| #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. |