Implemented issue #26 on branch `26-force-run-now-individual-items` at commit `5829623`.
## What changed
- Added a per-row **Run now** button for queue items that already expose `can_run_now`.
- Added `run-now` support to `/api/queue-items/{item_id}/action` so only the selected queue item is imported.
- Added regression coverage that verifies running one manual item does not import the other queued item.
## Verification
- `.venv/bin/python -m pytest -q tests/test_queue_controls.py` → 7 passed
- `.venv/bin/python -m pytest -q -vv` → 33 passed, 1 existing Starlette/httpx deprecation warning
## Result
Ready for manual inspection.
daniels
added the ready label 2026-07-29 19:57:15 +02:00
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.
Implemented issue #26 on branch
26-force-run-now-individual-itemsat commit5829623.What changed
can_run_now.run-nowsupport to/api/queue-items/{item_id}/actionso only the selected queue item is imported.Verification
.venv/bin/python -m pytest -q tests/test_queue_controls.py→ 7 passed.venv/bin/python -m pytest -q -vv→ 33 passed, 1 existing Starlette/httpx deprecation warningResult
Ready for manual inspection.