Merged
Conversation
- In _loopHandler: detect restart when state is 'running' (not just 'not-started'), since stopped projects leave loop components with state='running' on disk - In _loopHandler restart path: use currentIndex (the interrupted iteration) instead of prevIndex (the already-finished iteration) when looking up the instance directory to resume from - In _PSHandler: same fix — detect restart when state is 'running' or 'not-started' Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
When a project restarts, gitCommit was committing execution states (stopped/failed/running) that were staged in *.wheel.json files. Add sanitizeStagedJsonFiles() which, before the restart gitCommit: 1. Finds all staged *.wheel.json files via gitStatus 2. Saves their original content 3. Writes a sanitized version (state set to 'not-started') and re-stages After gitCommit, restoreSanitizedJsonFiles() writes the originals back to the working tree, so: - HEAD has clean 'not-started' state - Index matches HEAD (no staged changes) - Working tree retains original content (currentIndex etc. intact for loop restart logic) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- show failed task list on hover to status field
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.