Skip to content

labels added#625

Merged
sei-tspencer merged 1 commit intomainfrom
chore/add-mat-labels
Mar 24, 2026
Merged

labels added#625
sei-tspencer merged 1 commit intomainfrom
chore/add-mat-labels

Conversation

@sei-tspencer
Copy link
Copy Markdown
Contributor

No description provided.

@sei-tspencer sei-tspencer requested a review from a team as a code owner March 24, 2026 15:11
@sei-tspencer sei-tspencer merged commit 8378077 into main Mar 24, 2026
5 checks passed
@sei-tspencer sei-tspencer deleted the chore/add-mat-labels branch March 24, 2026 15:47
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 <[email protected]>

* migrate to cmu-sei/Crucible-Github-Actions/.github/workflows/[email protected]

---------

Co-authored-by: Claude Opus 4.6 <[email protected]>

* Use v1 tag for docker-build action (#630)

* merged main and version 0.6.0

---------

Co-authored-by: Andrew Schlackman <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>
Co-authored-by: Jarrett Booz <[email protected]>
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 <[email protected]>

* migrate to cmu-sei/Crucible-Github-Actions/.github/workflows/[email protected]

---------

Co-authored-by: Claude Opus 4.6 <[email protected]>

* Use v1 tag for docker-build action (#630)

* merged main and version 0.6.0

---------

Co-authored-by: Andrew Schlackman <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>
Co-authored-by: Jarrett Booz <[email protected]>

---------

Co-authored-by: Robert Kemerer <[email protected]>
Co-authored-by: Andrew Schlackman <[email protected]>
Co-authored-by: Tim Spencer <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>
Co-authored-by: Jarrett Booz <[email protected]>
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.

2 participants