-
3b5f894435
feat(provenance): nh3 HTML sanitizer for scraped post descriptions
bvandeusen
2026-05-18 18:05:45 -04:00
-
9d433fc1ab
fix(test): sidecar idempotency needs phash_threshold=0 (orthogonal splits collapse at default)
bvandeusen
2026-05-18 15:13:48 -04:00
-
9b79b66b76
feat(sidecar): importer creates Source/Post/ImageProvenance from sidecars (idempotent, fail-soft)
bvandeusen
2026-05-18 14:46:17 -04:00
-
ef7e4d92a9
feat(sidecar): minimal gallery-dl sidecar find + parse util
bvandeusen
2026-05-18 14:44:37 -04:00
-
15dac50367
feat(post): add nullable description + attachment_count (migration 0007)
bvandeusen
2026-05-18 09:38:43 -04:00
-
3f2f50cdb9
fix(test): threshold test needs structured images (solid colors phash-collapse)
bvandeusen
2026-05-17 22:25:48 -04:00
-
7f55f360a3
fix(test): phash 'far' case needs structured images — solid colors phash-collapse
bvandeusen
2026-05-17 22:18:07 -04:00
-
c408ffd5fc
feat(phash): ImportFiltersForm exposes phash_threshold
bvandeusen
2026-05-17 22:07:44 -04:00
-
4d5564c363
feat(phash): import task maps 'superseded' to complete + re-queues ML/thumbnail
bvandeusen
2026-05-17 22:06:46 -04:00
-
a510378603
feat(phash): importer near-dup dispatch + in-place supersession (clear ML)
bvandeusen
2026-05-17 22:05:43 -04:00
-
9ef5e5047d
feat(phash): import_settings.phash_threshold (migration 0006) exposed + validated in API
bvandeusen
2026-05-17 22:04:13 -04:00
-
d2e8dd3a3b
feat(phash): compute_phash + find_similar util (hash_size=8, fits existing column)
bvandeusen
2026-05-17 22:02:42 -04:00
-
d00379905e
feat(reader): Read entry points — TagCard icon, TagsView route, SeriesManageView button
bvandeusen
2026-05-17 16:31:40 -04:00
-
0d838bf50d
feat(reader): SeriesReaderView — IR-faithful immersive series reader
bvandeusen
2026-05-17 16:30:48 -04:00
-
4fb176faf6
feat(reader): seriesReader store + pure scroll/progress/clamp helpers
bvandeusen
2026-05-17 16:29:57 -04:00
-
f52c31367a
feat(reader): immersive series-read route + route-aware AppShell (suppress TopNav)
bvandeusen
2026-05-17 16:29:21 -04:00
-
129af2e594
feat(series): list_pages returns full image_url for the reader
bvandeusen
2026-05-17 16:28:20 -04:00
-
9e96525234
fix(test): seriesManage reorder spec must not JSON.parse the bodyless GET refresh
bvandeusen
2026-05-17 12:21:15 -04:00
-
886284d182
feat(series): SeriesManageView + /series/:tagId route + TagCard manage affordance
bvandeusen
2026-05-16 23:38:20 -04:00
-
b19aff198e
feat(series): seriesManage Pinia store + pure moveItem reorder helper
bvandeusen
2026-05-16 23:36:44 -04:00
-
a9e7ee9ba9
feat(series): TagService.merge repoints series_page.series_tag_id
bvandeusen
2026-05-16 23:36:04 -04:00
-
d8e585a76e
feat(series): /api/series pages/add/remove/reorder/cover routes
bvandeusen
2026-05-16 23:35:12 -04:00
-
0db76c70e8
feat(series): SeriesService list/add(move)/remove/reorder/cover with guards
bvandeusen
2026-05-16 23:34:17 -04:00
-
b83baa7d7f
feat(series): SeriesPage model + 0005 migration (unique image, ordered pages)
bvandeusen
2026-05-16 23:33:12 -04:00
-
9062942af6
feat(nav): teleport Gallery Select into the nav action slot
bvandeusen
2026-05-16 19:40:39 -04:00
-
a2529d750a
feat(nav): teleport Showcase Shuffle into the nav action slot
bvandeusen
2026-05-16 19:40:14 -04:00
-
af2598451c
feat(nav): health dot beside wordmark + #fc-nav-actions per-view slot
bvandeusen
2026-05-16 19:39:36 -04:00
-
5a6070c3fa
fix(theme): define on-surface-variant = vellum so muted body text stays readable on obsidian
bvandeusen
2026-05-16 19:01:51 -04:00
-
85b6f37e3d
fix(bulk): Select toggle in a right-aligned toolbar, not floated over the nav health marker
bvandeusen
2026-05-16 18:48:59 -04:00
-
35e26d6226
fix(bulk): node-safe toast (globalThis.window) + common-tags test matches non-empty spec guard
bvandeusen
2026-05-16 18:15:23 -04:00
-
82689e10bc
feat(bulk): IR-style BulkEditorPanel + GalleryView select toggle and wiring
bvandeusen
2026-05-16 18:05:33 -04:00
-
bff9af1478
feat(bulk): GalleryItem select-mode click + checkbox/order-badge overlay
bvandeusen
2026-05-16 18:04:29 -04:00
-
349d8e50ef
feat(bulk): gallerySelection Pinia store with order, mode, bulk actions
bvandeusen
2026-05-16 18:03:54 -04:00
-
f946918cd2
feat(bulk): SuggestionService.for_selection consensus + POST /api/suggestions/bulk
bvandeusen
2026-05-16 18:03:16 -04:00
-
e1c8400c87
feat(bulk): BulkTagService (common_tags/bulk_add/bulk_remove) + 3 image bulk-tag routes
bvandeusen
2026-05-16 18:02:01 -04:00
-
93b6fc21c8
fix(tags): invalid 'copyright' kind 500 — KINDS uses real enum 'fandom'; directory 400s on bad kind
bvandeusen
2026-05-16 15:51:27 -04:00
-
98c9fb9402
fix(tests): read column values not stale ORM entities after Core-DML merge (MissingGreenlet)
bvandeusen
2026-05-16 13:48:50 -04:00
-
a50701ee6d
feat(frontend): inline tag rename, merge confirm dialog, TagsView wiring
bvandeusen
2026-05-16 13:42:46 -04:00
-
1d1574e586
feat(frontend): tagDirectory rename and merge store actions
bvandeusen
2026-05-16 13:41:20 -04:00
-
305687dc33
feat(api): rich 409 merge hint and POST tags merge endpoint with backfill enqueue
bvandeusen
2026-05-16 13:40:37 -04:00
-
8fbeabe9ba
feat(tags): protective alias creation per observed tagger category with kind fallback
bvandeusen
2026-05-16 13:39:16 -04:00
-
33efba8bf5
feat(tags): merge repoints allowlist, embedding, aliases, fandom children
bvandeusen
2026-05-16 13:38:27 -04:00
-
003181ed41
feat(tags): merge repoints image_tag and tag_suggestion_rejection with dedup
bvandeusen
2026-05-16 13:36:13 -04:00
-
e0a455466d
feat(tags): TagService.merge guards + MergeResult + repoint stubs
bvandeusen
2026-05-16 13:35:26 -04:00
-
96e6003b66
feat(tags): TagMergeConflict + provenance helper, enrich rename collision
bvandeusen
2026-05-16 13:34:25 -04:00
-
062a87e968
feat(ui): drop active-link underline + redundant page-title headers
bvandeusen
2026-05-15 23:27:38 -04:00
-
e92b05028b
feat(ui): nav order — Showcase before Gallery
bvandeusen
2026-05-15 23:18:59 -04:00
-
9bb801a566
refactor(ui): AppShell = TopNav + content slot (drop left drawer/v-main)
bvandeusen
2026-05-15 23:14:20 -04:00
-
18ad61265e
feat(ui): IR-style gradient-fade TopNav (brand, centered links, health)
bvandeusen
2026-05-15 23:13:42 -04:00
-
4a29a6d197
fix(web): pass create_app as a hypercorn factory (backend.app:create_app())
bvandeusen
2026-05-15 22:53:49 -04:00
-
dfa6a5c895
fix(integration): lazy seed-snapshot (unblock unit job); isolate recover test from eager import
bvandeusen
2026-05-15 22:43:46 -04:00
-
7a896605e0
fix(integration): snapshot/restore seeded singletons, dispose app engine per test
bvandeusen
2026-05-15 22:35:37 -04:00
-
13be9085b5
fix(integration): asyncio auto-mode, per-test truncation, artist images IN-subquery
bvandeusen
2026-05-15 22:23:32 -04:00
-
65a055408b
ci(integration): reach services by bridge IP via docker socket, no host ports
bvandeusen
2026-05-15 22:18:01 -04:00
-
cd8d0bd606
ci(integration): publish service ports, connect via localhost (host runner)
bvandeusen
2026-05-15 22:02:43 -04:00
-
827a4180a9
ci(integration): add pgvector+redis integration job; amend lint-only policy
bvandeusen
2026-05-15 21:46:10 -04:00
-
5faa19234d
fix(fc2c-i): assert / redirect via navigation, not resolve()
bvandeusen
2026-05-15 21:29:52 -04:00
-
5a4663fa3d
fix(fc2c-i): router falls back to memory history when no window (vitest)
bvandeusen
2026-05-15 21:27:28 -04:00
-
85d8b4b150
fix(fc2c-i): vitest needs plugin-vue to transform SFCs in router.spec
bvandeusen
2026-05-15 21:15:04 -04:00
-
4c1cabe4ee
feat(fc2c-i): rich artist page with sparkline and FC-4 stubs
bvandeusen
2026-05-15 21:14:07 -04:00
-
a984149ee2
feat(fc2c-i): tag directory view with previews, filter, search
bvandeusen
2026-05-15 21:13:26 -04:00
-
c17c4b1667
feat(fc2c-i): showcase view with shortest-column masonry
bvandeusen
2026-05-15 21:12:53 -04:00
-
861e8baeb8
feat(fc2c-i): pinia stores for showcase, tag directory, artist
bvandeusen
2026-05-15 21:12:19 -04:00
-
d166871be8
feat(fc2c-i): gallery accepts ?tag_id deep-link
bvandeusen
2026-05-15 21:11:27 -04:00
-
798d1a7fbc
feat(fc2c-i): front-door redirect, /gallery move, discovery routes
bvandeusen
2026-05-15 21:11:06 -04:00
-
61f9401fde
feat(fc2c-i): usePolyMasonry shortest-column distribution
bvandeusen
2026-05-15 21:10:21 -04:00
-
6bc7689f6e
build(fc2c-i): add Vitest harness and run it in CI
bvandeusen
2026-05-15 21:09:52 -04:00
-
681d7777f3
fix(build): install CPU-only torch in ml image (drops ~5.6GB CUDA layer)
bvandeusen
2026-05-15 21:04:26 -04:00
-
a4c7d44780
fix(fc2c-i): ruff I001 one-per-line import in test_artist_service
bvandeusen
2026-05-15 16:27:55 -04:00
-
e43c2a0dd0
feat(fc2c-i): artist overview + paged images endpoints
bvandeusen
2026-05-15 15:52:02 -04:00
-
8484cb9aaa
feat(fc2c-i): tag directory service and /api/tags/directory
bvandeusen
2026-05-15 15:50:41 -04:00
-
a74b313596
feat(fc2c-i): showcase random-sample service and endpoint
bvandeusen
2026-05-15 15:49:25 -04:00
-
a638c469e0
feat(fc2c-i): migration 0004 enables tsm_system_rows
bvandeusen
2026-05-15 15:48:29 -04:00
-
f7f75fcac6
refactor(fc2c-i): sweep blueprints + ml tasks onto shared get_session (covers tasks/ml.py, a survey gap)
bvandeusen
2026-05-15 15:48:02 -04:00
-
fc33c23dd5
refactor(fc2c-i): single shared async engine with lifecycle dispose
bvandeusen
2026-05-15 13:53:42 -04:00
-
0a4eb0bdc0
fix(fc2b): bare CHECK constraint names (naming-convention double-prefix)
bvandeusen
2026-05-15 12:05:41 -04:00
-
4ebe779b7c
fix(fc2b): lazy-import onnxruntime in tagger (CI collection failure)
bvandeusen
2026-05-15 10:15:24 -04:00
-
4623551bf6
fix(fc2b): ruff import sort in test_ml_tagger.py
bvandeusen
2026-05-15 10:07:38 -04:00
-
cd7721fb03
feat(fc2b): Settings Maintenance tab
bvandeusen
2026-05-15 07:57:42 -04:00
-
6cf82970a1
feat(fc2b): ml / allowlist / aliases Pinia stores
bvandeusen
2026-05-15 07:56:45 -04:00
-
2a21ede912
feat(fc2b): wire SuggestionsPanel + rename into TagPanel; reject-on-remove
bvandeusen
2026-05-15 07:56:22 -04:00
-
5ae2154e88
feat(fc2b): AliasPickerDialog + TagRenameDialog
bvandeusen
2026-05-15 07:55:40 -04:00
-
a8cc6a27dc
feat(fc2b): suggestions store + modal panel components
bvandeusen
2026-05-15 07:55:10 -04:00
-
aa4cc7c629
feat(fc2b): add tag rename (PATCH /api/tags/<id>) + /api/ml admin
bvandeusen
2026-05-15 07:54:12 -04:00
-
46338a1f2e
feat(fc2b): add /api/allowlist and /api/aliases endpoints
bvandeusen
2026-05-15 07:46:38 -04:00
-
07961dfe04
feat(fc2b): add /api/images/<id>/suggestions endpoints
bvandeusen
2026-05-15 07:45:55 -04:00
-
b68a382b60
feat(fc2b): importer enqueues tag_and_embed + ml-worker model self-heal
bvandeusen
2026-05-15 07:45:09 -04:00
-
bb48845268
fix(fc2b): add ML beat schedule entries (missed in Task 9 commit)
bvandeusen
2026-05-15 07:44:12 -04:00
-
3e6cc8fffa
feat(fc2b): add allowlist-apply + centroid recompute tasks + beat
bvandeusen
2026-05-15 07:43:39 -04:00
-
ac7e0d13bc
feat(fc2b): add tag_and_embed + backfill Celery tasks
bvandeusen
2026-05-15 07:40:27 -04:00
-
ed92548c0f
feat(fc2b): add AllowlistService + TagService.rename
bvandeusen
2026-05-15 07:39:33 -04:00
-
7860b86a13
feat(fc2b): add SuggestionService — alias-resolved, threshold-filtered, ranked
bvandeusen
2026-05-15 07:38:33 -04:00
-
dfa67d6437
feat(fc2b): add CentroidService — per-tag SigLIP centroids + similarity
bvandeusen
2026-05-15 07:37:53 -04:00
-
03c6a61673
feat(fc2b): add AliasService — (name, category) -> canonical tag
bvandeusen
2026-05-15 07:37:13 -04:00
-
696c17fe29
feat(fc2b): add SigLIP embedder wrapper
bvandeusen
2026-05-15 07:36:17 -04:00
-
41fa26ed95
feat(fc2b): add Camie tagger ONNX wrapper
bvandeusen
2026-05-15 07:35:58 -04:00
-
906804140c
feat(fc2b): schema migration 0003 — ML pipeline tables
bvandeusen
2026-05-15 07:35:22 -04:00
-
aa9705882f
fix: use npm install in Dockerfile frontend-builder stage (no lockfile)
bvandeusen
2026-05-14 21:01:29 -04:00
-
4aff9c557d
chore: docker compose ergonomics — rename dev override, bake dev defaults
bvandeusen
2026-05-14 18:27:25 -04:00
-
23d2fb24ac
fix(fc2a): three unit-test failures — async fixture decorator, name convention, lazy celery includes
bvandeusen
2026-05-14 15:40:47 -04:00