docling-studio/document-parser
Pier-Jean Malandrino f6670ebf22 feat(#251): SqliteStoreRepository — update/delete/find_by_name/clear_default_except
Étend le repo avec les méthodes manquantes pour le CRUD :
- find_by_name : valider unicité name au create/update
- update : remplace les champs mutables (id et created_at intacts)
- clear_default_except : promotion mono-default lors d'un changement de default
- delete : retourne True/False selon suppression effective

Tests dédiés sur chacune des nouvelles méthodes.
2026-05-04 12:18:05 +02:00
..
api feat(#210): feature-flag mode gating + deep-link redirect 2026-04-29 17:53:55 +02:00
domain feat(#205): promote chunks to first-class entities + audit trail 2026-04-29 17:09:59 +02:00
infra feat(#210): feature-flag mode gating + deep-link redirect 2026-04-29 17:53:55 +02:00
persistence feat(#251): SqliteStoreRepository — update/delete/find_by_name/clear_default_except 2026-05-04 12:18:05 +02:00
services feat(#202): introduce Document lifecycle state machine 2026-04-29 15:34:25 +02:00
tests feat(#251): SqliteStoreRepository — update/delete/find_by_name/clear_default_except 2026-05-04 12:18:05 +02:00
tools chore(#206): backfill 0.6.0 doc-centric data model 2026-04-29 17:10:44 +02:00
.dockerignore Work on full Docker integration 2026-03-17 13:33:36 +01:00
conftest.py Format backend codebase with ruff 2026-04-02 12:33:07 +02:00
Dockerfile Fix RapidOCR model download permission in local image 2026-04-03 10:44:20 +02:00
main.py feat(#210): feature-flag mode gating + deep-link redirect 2026-04-29 17:53:55 +02:00
package-lock.json Add slide on side bar in Studio mode 2026-03-20 16:24:38 +01:00
pyproject.toml Add qualityt check and contributing doc 2026-03-21 15:34:54 +01:00
pytest.ini Add a stronger testing strategy 2026-03-18 14:46:37 +01:00
requirements-local.txt Move bbox.py from domain/ to infra/ and unify coordinate logic 2026-04-03 13:17:26 +02:00
requirements-test.txt feat: add hexagonal architecture tests with pytestarch (#177) 2026-04-29 14:00:00 +02:00
requirements.txt refactor(audit): remediate 0.5.0 audit findings — clean architecture, security, DRY, SOLID, perf 2026-04-29 14:00:00 +02:00