bvandeusen and Claude Opus 4.7
9d5abb09f6
fix(maintenance): recover_interrupted_tasks also sweeps pending/queued orphans (>30 min) to failed
...
scan_directory creates ImportTask rows with status='pending' (commit) then
in a second pass transitions to 'queued' + .delay() (commit). Crashes in
that window leave rows orphaned with no recovery path. Operator hit 5490
such rows 2026-05-25; the existing sweep only handled 'processing'.
Flipping to 'failed' (not re-enqueue) lets the operator drain via the
existing /api/import/retry-failed endpoint at their own pace.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 02:00:29 -04:00
bvandeusen and Claude Opus 4.7
832345a245
fix(fc3k): add origin=imported_filesystem to test ImageRecord ctors (second NOT NULL column after mime)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 01:28:54 -04:00
bvandeusen and Claude Opus 4.7
a0136fa30d
fix(fc3k): add mime=image/jpeg to test ImageRecord ctors (NOT NULL) + reorder admin import after stdlib/3rd-party (ruff I001)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 01:12:52 -04:00
bvandeusen and Claude Opus 4.7
de1a4b64b7
fc3k(ui): TagMaintenanceCard — preview-then-commit prune-unused under Settings → Maintenance
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:52:30 -04:00
bvandeusen and Claude Opus 4.7
3f500e592e
fc3k(ui): per-tag dots-menu with Merge + Delete actions; Tier-B count-surfacing modal
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:51:51 -04:00
bvandeusen and Claude Opus 4.7
d97e3f9b59
fc3k(ui): bulk-delete action in BulkEditorPanel with sha8 confirm token + projected counts modal
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:49:45 -04:00
bvandeusen and Claude Opus 4.7
035c49f675
fc3k(ui): ArtistDangerZone card + slot at bottom of ArtistView with cascade-delete flow
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:48:17 -04:00
bvandeusen and Claude Opus 4.7
e41ab1cca5
fc3k(ui): Pinia admin store — six endpoints + task_run polling for Tier-C dispatched ops
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:47:09 -04:00
bvandeusen and Claude Opus 4.7
42c6b642c2
fc3k(ui): rename + relocate BackupConfirmModal → modal/DestructiveConfirmModal; add tier + projectedCounts props
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:46:37 -04:00
bvandeusen and Claude Opus 4.7
ad3d34a1fc
fc3k: /api/admin endpoint integration tests — dry-run, confirm-mismatch, dispatch, Tier-A/B/C paths
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:45:31 -04:00
bvandeusen and Claude Opus 4.7
b5289ed372
fc3k: admin Celery task tests — registration, success, failure, missing-id idempotency
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:44:33 -04:00
bvandeusen and Claude Opus 4.7
f6aa805725
fc3k: cleanup_service unit tests — projections + mutations + file unlinks against real Postgres
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:43:51 -04:00
bvandeusen and Claude Opus 4.7
f096c9a5fb
fc3k: register admin_bp in api/__init__ all_blueprints
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:42:40 -04:00
bvandeusen and Claude Opus 4.7
676a86b514
fc3k: /api/admin tags prune-unused endpoint — Tier-A preview-then-commit flow
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:42:20 -04:00
bvandeusen and Claude Opus 4.7
44cc625d4a
fc3k: /api/admin tag endpoints — Tier-B delete + merge + usage-count helper
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:42:03 -04:00
bvandeusen and Claude Opus 4.7
f7ee122243
fc3k: /api/admin blueprint — Tier-C artist cascade + bulk image delete with sha8-keyed confirm tokens
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:40:53 -04:00
bvandeusen and Claude Opus 4.7
7c6f11964a
fc3k: celery_app — register admin tasks on maintenance queue
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:40:23 -04:00
bvandeusen and Claude Opus 4.7
94c60c0af2
fc3k: admin Celery tasks — delete_artist_cascade_task + bulk_delete_images_task on maintenance queue
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:40:03 -04:00
bvandeusen and Claude Opus 4.7
6df102b83d
fc3k: cleanup_service mutations — unlink primitive, artist cascade, bulk image delete, tag delete, prune unused
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:39:45 -04:00
bvandeusen and Claude Opus 4.7
2ae01d27e3
fc3k: cleanup_service projections — artist cascade, bulk delete, tag usage, unused tags
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:38:57 -04:00
bvandeusen and Claude Opus 4.7
718cc79905
fix(fc3h): split semicolon-stacked statements (E702) and bridge v-dialog v-model to avoid prop write
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 23:37:06 -04:00
bvandeusen and Claude Opus 4.7
e78a35d333
fc3h: collapse multi-line sqlalchemy import in backup_run.py — fits under line-length=100, ruff I001 would bounce
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 23:12:06 -04:00
bvandeusen and Claude Opus 4.7
83bd3b4b2d
fc3h(ui): slot BackupCard into Maintenance panel above migration card
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 23:06:22 -04:00
bvandeusen and Claude Opus 4.7
aecedd9fe4
fc3h(ui): BackupCard.vue + BackupRunsTable.vue — combined card with DB + Images sub-sections
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 23:06:00 -04:00
bvandeusen and Claude Opus 4.7
1e34b1b428
fc3h(ui): BackupConfirmModal.vue — typed-token confirmation for restore + delete
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 23:05:04 -04:00
bvandeusen and Claude Opus 4.7
102c21feaa
fc3h(ui): Pinia backup store — runs, triggers, restore, delete, tag, settings
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 23:04:37 -04:00
bvandeusen and Claude Opus 4.7
57a338f7e6
fc3h(tests): drop pinned migration-backup tests (retired surface; coverage moved to test_backup_service.py + test_api_system_backup.py)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 23:03:57 -04:00
bvandeusen and Claude Opus 4.7
d04983138a
fc3h: /api/system/backup endpoint integration tests
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 23:02:32 -04:00
bvandeusen and Claude Opus 4.7
9ec6fdb596
fc3h: Celery task integration tests (backup, restore, prune, nightly)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 23:01:39 -04:00
bvandeusen and Claude Opus 4.7
86ad9b80e9
fc3h: backup_service unit tests (subprocess monkeypatched)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 23:00:40 -04:00
bvandeusen and Claude Opus 4.7
2b05f147f4
fc3h: migrators docstring — note backup/rollback retired to backup_service.py
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 23:00:01 -04:00
bvandeusen and Claude Opus 4.7
70e1e010d1
fc3h: remove backend/app/services/migrators/backup.py + rollback.py (relocated to backup_service.py)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:59:18 -04:00
bvandeusen and Claude Opus 4.7
d3d4320ed5
fc3h: retire backup + rollback from migrate API/task — moved to /api/system/backup/* per FC-3h
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:59:11 -04:00
bvandeusen and Claude Opus 4.7
7d42cddb11
fc3h: /api/system/backup blueprint — trigger, list, get, patch, restore, delete, settings
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:57:25 -04:00
bvandeusen and Claude Opus 4.7
1f01c4819a
fc3h: celery_app — register backup tasks (include + maintenance route + Beat hourly tick + daily prune)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:56:06 -04:00
bvandeusen and Claude Opus 4.7
06d527cb92
fc3h: prune_backups (daily retention) + backup_db_nightly (hourly tick, settings-gated)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:55:19 -04:00
bvandeusen and Claude Opus 4.7
e9ea376aed
fc3h: restore_db_task + restore_images_task — restore creates 'restoring' marker row linked via restored_from_id
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:53:50 -04:00
bvandeusen and Claude Opus 4.7
882cb491ba
fc3h: backup_db_task + backup_images_task Celery tasks
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:53:26 -04:00
bvandeusen and Claude Opus 4.7
319e7de547
fc3h: backup_service.py — DB + images backup/restore + unlink helpers (relocated, split per-kind)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:52:35 -04:00
bvandeusen and Claude Opus 4.7
e43312a129
fc3h: ImportSettings backup_* knobs + alembic 0018 (nightly-enabled, hour, keep-N per kind)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:52:00 -04:00
bvandeusen and Claude Opus 4.7
8f2732a56f
fc3h: alembic 0017 — backup_run table with indexes + partial-tag
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:51:22 -04:00
bvandeusen and Claude Opus 4.7
c3e855bd9b
fc3h: BackupRun model — artifact record for backup/restore runs
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:50:59 -04:00
bvandeusen and Claude Opus 4.7
37fcc74954
fix(fc3i): single-line celery.signals import + INT32 bounds on target_id + dict.fromkeys + rewrite retry test as direct _finalize unit
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:22:42 -04:00
bvandeusen and Claude Opus 4.7
6a532c1497
fc3i(ui): Settings → Activity tab + Overview summary card
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:10:14 -04:00
bvandeusen and Claude Opus 4.7
368613068a
fc3i(ui): SystemActivityTab.vue — queues + failures + all-activity panes
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:09:20 -04:00
bvandeusen and Claude Opus 4.7
ddbb84d8aa
fc3i(ui): SystemActivitySummary.vue — Overview-tab quick summary card (5s poll)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:08:30 -04:00
bvandeusen and Claude Opus 4.7
9b252948f9
fc3i(ui): QueuesTable.vue — shared queue/worker/recent table (compact + detailed)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:07:57 -04:00
bvandeusen and Claude Opus 4.7
89d0cb2124
fc3i(ui): systemActivity Pinia store — queues, workers, runs, failures
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:07:28 -04:00
bvandeusen and Claude Opus 4.7
36611cbe00
fc3i: tests for recover_stalled_task_runs + prune_task_runs
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:07:01 -04:00
bvandeusen and Claude Opus 4.7
48ef22445a
fc3i: integration tests for /api/system/activity/* endpoints
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:06:20 -04:00
bvandeusen and Claude Opus 4.7
e523d0ac94
fc3i: integration tests for Celery signal → task_run lifecycle
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:05:32 -04:00
bvandeusen and Claude Opus 4.7
541e2bfe6a
fc3i: /api/system/activity blueprint — queues, workers, runs, failures
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:04:34 -04:00
bvandeusen and Claude Opus 4.7
7782672a51
fc3i: recover_stalled_task_runs + prune_task_runs maintenance tasks + Beat entries
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:03:33 -04:00
bvandeusen and Claude Opus 4.7
d12b51f6b7
fc3i: Celery signal handlers populate task_run on every task lifecycle event
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:01:47 -04:00
bvandeusen and Claude Opus 4.7
0cda46fcdb
fc3i: alembic 0016 — task_run table with single + composite indexes
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:00:46 -04:00
bvandeusen and Claude Opus 4.7
79fee98db4
fc3i: TaskRun model — per-Celery-task lifecycle audit row
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:00:14 -04:00
bvandeusen and Claude Opus 4.7
b1d68929c5
fix(tests): drop test_post_apply_without_backup_rejected (gate retired in 5535677)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 20:15:10 -04:00
bvandeusen and Claude Opus 4.7
553567738e
fix: drop migration backup-gate (FC-3h supersedes) + modal Escape via document-level listener so video focus can't swallow it
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 14:38:33 -04:00
bvandeusen and Claude Opus 4.7
c9a3f12847
fix(lint): tag_apply.py — one blank line between imports and module-level comment (ruff I001, third bounce on this rule)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 14:22:05 -04:00
bvandeusen and Claude Opus 4.7
538c1591e8
fc-3g-ext: IR Post/Provenance restore (tag_apply phase 4) + modal artist fallback
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 14:08:18 -04:00
bvandeusen and Claude Opus 4.7
4437488899
fix(tests): unpin test_recover_interrupted_only_old from STUCK_THRESHOLD_MINUTES (was -5min fresh / now -30sec so threshold can move freely)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 12:40:27 -04:00
bvandeusen and Claude Opus 4.7
96039fc983
fix(ext): wrap /api/extension/manifest filesystem work in asyncio.to_thread (ruff ASYNC240)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 12:20:36 -04:00
bvandeusen and Claude Opus 4.7
9f008af6c8
fix(ci): extension.yml — single-line bot commit message so YAML block scalar doesn't break
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 11:58:39 -04:00
bvandeusen and Claude Opus 4.7
be0f472894
fix(workers): worker-level recovery — autoretry on transient errors + tightened sweep (5min) + import_media_file body-wrap so no path leaves rows stuck in 'processing'
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 11:46:36 -04:00
bvandeusen and Claude Opus 4.7
dd4874ae8d
fix: 30min wall-clock timeout on backup subprocess + global padding-top on .fc-content so views don't start under the sticky TopNav
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 11:10:04 -04:00
bvandeusen and Claude Opus 4.7
4ae9815d61
fix(ui): useApi passes FormData through unaltered so multipart uploads work (IR/GS ingest from UI was JSON-stringifying FormData into '{}')
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:43:44 -04:00
bvandeusen and Claude Opus 4.7
4da8538054
fc3g(ci): extension workflow — lint on dev/main, sign+commit XPI on main
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:41:15 -04:00
bvandeusen and Claude Opus 4.7
d85c108cec
fc3g(ui): BrowserExtensionCard on Settings → Maintenance — one-click Firefox install + key copy/rotate
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:40:56 -04:00
bvandeusen and Claude Opus 4.7
cd838ec904
fc3g: integration tests for /api/extension/* and /extension/<filename>
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:40:00 -04:00
bvandeusen and Claude Opus 4.7
2e1aaffd93
fc3g: serve /extension/<filename> with x-xpinstall MIME so Firefox installs in one click
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:39:10 -04:00
bvandeusen and Claude Opus 4.7
2065672a31
fc3g: /api/extension blueprint — quick-add-source + manifest endpoints, registered
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:38:35 -04:00
bvandeusen and Claude Opus 4.7
46d199450d
fc3g: ExtensionService.quick_add_source — derive platform+slug, find-or-create Artist+Source
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:37:39 -04:00
bvandeusen and Claude Opus 4.7
379445c244
fc3g(ext): content script — floating 'Add to FabledCurator' button on artist pages
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:37:02 -04:00
bvandeusen and Claude Opus 4.7
b067a3eec1
fc3g(ext): options page — FC URL + API key form with test-connection button
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:36:31 -04:00
bvandeusen and Claude Opus 4.7
b7832c941d
fc3g(ext): popup UI — platforms + sources tabs, export-all CTA, status indicator
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:35:55 -04:00
bvandeusen and Claude Opus 4.7
df82abe75e
fc3g(ext): background script — message router, Discord token capture, Pixiv OAuth
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:34:11 -04:00
bvandeusen and Claude Opus 4.7
c1d3046778
fc3g(ext): cookies extraction + FC backend API client
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:33:26 -04:00
bvandeusen and Claude Opus 4.7
9b01b19666
fc3g(ext): platform registry + artist-page URL patterns
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:32:47 -04:00
bvandeusen and Claude Opus 4.7
a06c4f009f
fc3g(ext): bootstrap extension/ skeleton (manifest, package, icon, README)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 23:32:23 -04:00
bvandeusen and Claude Opus 4.7
05b398c352
fix(ui): TopNav side cells use flex: 1 1 0 (equal weight) so middle link block stays centered regardless of action-slot content
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 22:24:41 -04:00
bvandeusen and Claude Opus 4.7
7a5a71471e
fix(scan): auto-finalize empty scans + system_stats picks running batch with actual work
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 21:25:57 -04:00
bvandeusen and Claude Opus 4.7
38a45baad5
feat(ui): click outside the image in the viewer modal closes it (parity with IR)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 21:24:06 -04:00
bvandeusen and Claude Opus 4.7
c9ddcd0f60
fix(ui): viewer modal — haze background through to the image, fit-to-view at zoom 1
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 21:21:02 -04:00
bvandeusen and Claude Opus 4.7
95bc761a69
fix(ui): TopNav uses 1fr/auto/1fr grid so Gallery/Showcase action buttons don't shift the centered links
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 21:16:37 -04:00
bvandeusen and Claude Opus 4.7
6acf273267
fix(ui): poll import task list during active batch so Recent Import Tasks doesn't sit stale
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 21:12:17 -04:00
bvandeusen and Claude Opus 4.7
f5efbea053
feat(fc5): /api/migrate/cleanup — delete every image attributed to one artist, files + thumbs + DB
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 12:09:56 -04:00
bvandeusen and Claude Opus 4.7
f653c26680
fix(web): serve /images/<path> from disk so thumbnails+originals render instead of grey placeholders
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 11:51:08 -04:00
bvandeusen and Claude Opus 4.7
505dca1b4d
fix(ui): mount ImageViewer globally so tile clicks open as overlay, not route-redirect to /gallery
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 11:13:19 -04:00
bvandeusen and Claude Opus 4.7
061dc9e605
fix(tasks): collapse double blank line between imports and IMAGES_ROOT in import_file.py (ruff I001)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 11:05:35 -04:00
bvandeusen and Claude Opus 4.7
7d8b9c3d90
fix(tasks): share one sync engine per worker process to stop connection-pool leak
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 10:44:16 -04:00
bvandeusen and Claude Opus 4.7
8f25b27315
fix(import): scan_directory skips paths with existing non-failed ImportTask
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 10:25:27 -04:00
bvandeusen and Claude Opus 4.7
d6eba8e4bd
feat(ui): redesign /subscriptions as v-data-table with expandable source rows (GS-style)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 10:17:17 -04:00
bvandeusen and Claude Opus 4.7
6f68bf5fa7
feat(ui): bump thumbnail sizes 1.5x, make Settings fluid, add subscription_count stat
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 23:18:22 -04:00
bvandeusen and Claude Opus 4.7
ec44c653fe
fc5: strip SQLAlchemy +psycopg/+asyncpg driver suffix when passing URL to pg_dump/psql
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 22:54:19 -04:00
bvandeusen and Claude Opus 4.7
8188985029
fc5: lift Quart request body cap to 1 GiB so large IR exports don't 413
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 22:23:29 -04:00
bvandeusen and Claude Opus 4.7
7f26217166
fc5: install postgresql-client + zstd in runtime image so backup/rollback work
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 22:17:18 -04:00
bvandeusen and Claude Opus 4.7
599697c912
fix(fc5): ruff I001 — alphabetical order of import statements (backup < gs_ingest < rollback)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 14:04:10 -04:00
bvandeusen and Claude Opus 4.7
9fb3d11412
fix(fc5): ruff I001 — consolidate unaliased imports + tests/test_gs_ingest credential_type assertion
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 13:29:09 -04:00
bvandeusen and Claude Opus 4.7
e5885f85c5
fix(fc5): ruff (E712, ASYNC230/240, I001) + Credential.credential_type + FileStorage in api_migrate test
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 13:20:42 -04:00
bvandeusen and Claude Opus 4.7
26fd3f9f2c
fc5: docker-compose comment — legacy IR images bind-mount example at /import/imagerepo
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 09:05:12 -04:00