feat: add live PR/issue queue dashboard to web UI (Closes #429) #445
Labels
Clear labels
allocator
anti-stomp
architecture
bug
chore
codex
concurrency
contamination
control-plane
dashboard
database
design
documentation
enhancement
gitea
glitchtip
important
incident
incident-bridge
integration
jenkins
labels
leases
mcp
mcp-health
mcp-menu
multi-project
mutating
nice-to-have
observability
portability
preflight
protected-branch
queue
read-only
reconnect
recovery
refactor
release
reliability
resumable-review
reviewer
roadmap
safety
security
self-hosted
sentry
stale-runtime
status:blocked
status:in-progress
status:pr-open
status:ready
terminal-lock
testing
tracker
type:bug
type:feature
type:feature
type:guardrail
visibility
workflow
workflow-hardening
workflow-hardening
Controller-owned work allocator
Prevent concurrent LLM session stomping
Architecture / structural design
OpenAI Codex client / workflow session surface
Concurrent session safety
Workflow or session contamination incident
MCP control-plane coordination and allocation authority
MCP operational dashboard/queue view
Internal coordination storage (SQLite/Postgres)
Design / investigation, no implementation
Docs / runbooks
New feature or improvement
Gitea MCP workflow
GlitchTip integration
Operational or process incident requiring durable audit trail
Sentry-to-Gitea incident bridging
Integration testing
Jenkins integration
Label taxonomy management
Lease adopt/release/expire lifecycle
MCP server / tooling
MCP namespace and runtime health
MCP menu surface
Work spanning multiple monitoring projects or Gitea repos
Mutating action; requires gating
Observability, metrics, traces, error reporting
Cross-platform / portability
Shared preflight gates before mutation
Protected branch / stable-branch policy concern
Work queue visibility and allocation
Read-only, no mutation
MCP client reconnect/reload recovery path
Recovery paths for stale/foreign leases
Code refactor / restructure
Release / versioning
Reliability / failure handling
Persist and resume prepared review verdicts across sessions
Reviewer workflow tooling
Roadmap / umbrella issue
Safety rails and fail-closed mutation guards
Security / trust boundary
Self-hosted infrastructure integration
Sentry error monitoring integration
Stale backend daemon / runtime-vs-master parity failures
Issue is blocked
Issue is being worked on
Issue has an open pull request
Issue is ready for work
Terminal review lock (#332) path
Tests / test coverage
Issue tracker hygiene / meta
Bug or defect
Feature or enhancement
Feature or enhancement
Safety gate or guardrail
Workflow state visibility for LLMs/operators
Cross-tool workflow
LLM workflow coordination hardening
LLM workflow coordination hardening
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Scaled-Tech-Consulting/Gitea-Tools#445
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Closes #429. Child of tracker #425. Canonical queue-dashboard PR — rebased onto current
master(3599a9e) with only #429 work. Supersedes #446.Adds a read-only live queue dashboard at
/queueand/api/queuefor the default registry project: open PRs and issues with mergeability, linkage, classification badges, and explicit pagination proof.Base / head
masterf5370a9(rebased--onto master, dropping already-merged stack commits for #427/#428)c91e364(feat) +f5370a9(test hardening), both #429Changes (only #429 queue-dashboard)
webui/queue_loader.py— Gitea read fetch, badge classification, pagination metadatawebui/queue_views.py— HTML tables + pagination proofwebui/app.py,webui/layout.py—/queue,/api/queueroutes + nav linkdocs/webui-local-dev.md— queue dashboard sectiontests/test_webui_queue_dashboard.py,tests/test_webui_skeleton.pyNo #437/#439/#441 (#426/#427/#428) stack diff — that content is already in
master.Validation
34 passed (10 subtests).
Worktree
branches/issue-429-queue-dashboard@f5370a9The review of PR #445 (feat: add live PR/issue queue dashboard to web UI (Closes #429)) has completed successfully.
feat/issue-429-queue-dashboardat pinned HEAD commit365b87aee716c85f62009c19bdf0b5f766f9a1dein isolated review worktree.feat/issue-426-internal-web-ui-skeletonexists and points toa8fcf0e01cede2b1f0d3013797f2f05a05b6b002./queueand JSON API endpoint/api/queueare read-only and explicitly block all write methods (POST, PUT, PATCH, DELETE) with HTTP 405.test_webui_skeleton.py,test_webui_project_registry.py,test_webui_prompt_library.py,test_webui_queue_dashboard.py) pass cleanly.Approved!
Stack reconciliation complete (#429)
gitea.pr.close)master(3599a9e)365b87af5370a9(already rebased ontomaster; 2 commits, queue-dashboard only)365b87a→f5370a9); fresh independent review requiredReviewer prompt: Audit untouched head
f5370a94d3739908dbb6acbd50996568ccb8dafdon basemaster. Run:Expected: 34 passed.
Independent re-audit — APPROVE (fresh head
f5370a9)Auditor:
sysadmin/prgs-reviewer(not PR authorjcwalker3).Pinned untouched head:
f5370a94d3739908dbb6acbd50996568ccb8dafd(matches live PR head).Base:
master(3599a9e).Worktree + cleanliness
branches/review-feat-issue-429-queue-dashboard).git status --porcelainempty before and after tests.Scope (PR-only vs
master)7 files, 2 commits — queue-dashboard only:
webui/queue_loader.py,webui/queue_views.pywebui/app.py,webui/layout.py(/queue,/api/queue, GET-only + 405 handler)docs/webui-local-dev.md,tests/test_webui_queue_dashboard.py,tests/test_webui_skeleton.pyNo unique #437/#439/#441 stack diff (already in
master).Behavior verified in code
fetch_errorsurfaced; no fake empty queue (fail closed)./api/queueJSON.Tests (untouched PR head)
Prior review note
Earlier APPROVAL at
365b87aon stale stack base is superseded by this review atf5370a9onmaster.Approved for merge (reviewer does not merge).
The review of PR #445 (feat: add live PR/issue queue dashboard to web UI (Closes #429)) on its updated head SHA has completed successfully.
feat/issue-429-queue-dashboardat updated HEAD commitf5370a94d3739908dbb6acbd50996568ccb8dafdin isolated review worktree./queueand JSON API endpoint/api/queueare read-only and explicitly block all write methods (POST, PUT, PATCH, DELETE) with HTTP 405.Approved!
APPROVE supplement — full test output
Auditor:
sysadmin/prgs-reviewer(not PR authorjcwalker3).Pinned untouched head:
f5370a94d3739908dbb6acbd50996568ccb8dafd.Base:
master(3599a9e).Note: APPROVE already submitted at this head (see review thread). This comment supplements that review with the complete pytest log.
Worktree + cleanliness
branches/review-feat-issue-429-queue-dashboard@f5370a9git status --porcelainempty before and after testsCommand (untouched PR head)
Result
34 passed, 1 warning, 10 subtests passed in 2.75s
Full verbose output in the follow-up comment.
APPROVE supplement — full pytest output (complete log)
Pinned head:
f5370a94d3739908dbb6acbd50996568ccb8dafd