fix displaying duplicate plan output in some error cases#624
Merged
sei-aschlackman merged 1 commit intomainfrom Mar 23, 2026
Merged
fix displaying duplicate plan output in some error cases#624sei-aschlackman merged 1 commit intomainfrom
sei-aschlackman merged 1 commit intomainfrom
Conversation
sei-tspencer
approved these changes
Mar 23, 2026
sei-tspencer
added a commit
that referenced
this pull request
Apr 9, 2026
* fix displaying duplicate plan output in some error cases (#624) * labels added (#625) * Support MaxConcurrentRuns queue status display (#626) ## Summary This PR introduces real-time queue positioning and status updates for concurrent runs. **Key Changes:** * **Real-time Queue Position:** Displays the current position for runs waiting in the concurrency queue (e.g., *"Queued (Position 1)"*). * **Non-breaking Status Updates:** Adds a `displayStatus` property to runs via declaration merging. The actual `status` field remains unchanged to prevent breaking existing logic. * **SignalR Event Listeners:** Listens for `RunCreated` and `RunQueuePositionUpdated` events so queued runs appear immediately without requiring a page refresh. * **New `ApplyQueued` Status:** Recognizes the new `ApplyQueued` `RunStatus`. When active, this disables the Plan/Apply buttons, shows the run in the active list, skips terminal streaming, and fetches the queue position. * **Cancellation Support:** Allows users to cancel runs that are currently in the queue (supports both `Queued` and `ApplyQueued` statuses). * **Table UI Updates:** Adds a `columnLabels` input to `cwd-table` so the `displayStatus` column renders correctly with the header label **"Status"**. * **API Client Update:** Regenerated the API client to include the new `QueuePosition` model and queue position endpoints. * Chore/auto version update (#629) * chore: configure automatic version updates via reusable workflow Migrate to the cmu-sei/Crucible-Github-Actions docker-build reusable workflow @docker-v1 and add versionMode/versionFiles inputs to enable automatic version bumping on release. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * migrate to cmu-sei/Crucible-Github-Actions/.github/workflows/docker-build.yaml@docker-v1.1.2 --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> * Use v1 tag for docker-build action (#630) * merged main and version 0.6.0 --------- Co-authored-by: Andrew Schlackman <72105194+sei-aschlackman@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Jarrett Booz <89405171+sei-jbooz@users.noreply.github.com>
sei-tspencer
added a commit
that referenced
this pull request
Apr 9, 2026
* Added classification header * added localNPM config * fix vlan partition alignment * layout fixes * Added settings.shared.json to gitignore * Add classification banner 2 (#635) * fix displaying duplicate plan output in some error cases (#624) * labels added (#625) * Support MaxConcurrentRuns queue status display (#626) ## Summary This PR introduces real-time queue positioning and status updates for concurrent runs. **Key Changes:** * **Real-time Queue Position:** Displays the current position for runs waiting in the concurrency queue (e.g., *"Queued (Position 1)"*). * **Non-breaking Status Updates:** Adds a `displayStatus` property to runs via declaration merging. The actual `status` field remains unchanged to prevent breaking existing logic. * **SignalR Event Listeners:** Listens for `RunCreated` and `RunQueuePositionUpdated` events so queued runs appear immediately without requiring a page refresh. * **New `ApplyQueued` Status:** Recognizes the new `ApplyQueued` `RunStatus`. When active, this disables the Plan/Apply buttons, shows the run in the active list, skips terminal streaming, and fetches the queue position. * **Cancellation Support:** Allows users to cancel runs that are currently in the queue (supports both `Queued` and `ApplyQueued` statuses). * **Table UI Updates:** Adds a `columnLabels` input to `cwd-table` so the `displayStatus` column renders correctly with the header label **"Status"**. * **API Client Update:** Regenerated the API client to include the new `QueuePosition` model and queue position endpoints. * Chore/auto version update (#629) * chore: configure automatic version updates via reusable workflow Migrate to the cmu-sei/Crucible-Github-Actions docker-build reusable workflow @docker-v1 and add versionMode/versionFiles inputs to enable automatic version bumping on release. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * migrate to cmu-sei/Crucible-Github-Actions/.github/workflows/docker-build.yaml@docker-v1.1.2 --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> * Use v1 tag for docker-build action (#630) * merged main and version 0.6.0 --------- Co-authored-by: Andrew Schlackman <72105194+sei-aschlackman@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Jarrett Booz <89405171+sei-jbooz@users.noreply.github.com> --------- Co-authored-by: Robert Kemerer <rkemerer@cert.org> Co-authored-by: Andrew Schlackman <72105194+sei-aschlackman@users.noreply.github.com> Co-authored-by: Tim Spencer <72101647+sei-tspencer@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Jarrett Booz <89405171+sei-jbooz@users.noreply.github.com>
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.