Skip to content

Add classification banner 2#635

Merged
sei-tspencer merged 7 commits intoadd-caster-classification-bannerfrom
add-classification-banner-2
Apr 9, 2026
Merged

Add classification banner 2#635
sei-tspencer merged 7 commits intoadd-caster-classification-bannerfrom
add-classification-banner-2

Conversation

@sei-tspencer
Copy link
Copy Markdown
Contributor

merged main
version 0.6.0 of common UI

sei-aschlackman and others added 7 commits March 23, 2026 10:24
## 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: 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>
@sei-tspencer sei-tspencer requested a review from a team as a code owner April 9, 2026 14:23
@sei-tspencer sei-tspencer merged commit e969bce into add-caster-classification-banner Apr 9, 2026
1 check passed
@sei-tspencer sei-tspencer deleted the add-classification-banner-2 branch April 9, 2026 15:08
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants