Force run now on the individual items. #26

Closed
opened 2026-07-29 15:06:47 +02:00 by daniels · 1 comment
Owner
image.png
<img width="1122" alt="image.png" src="attachments/b3ad72f2-552b-4068-8435-dfaad1dd5691">
211 KiB
Author
Owner

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.

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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: daniels/importarr#26