chore: sync derniers changements code/docs/tests avant restart services
This commit is contained in:
parent
9712d9f375
commit
3519b948f8
@ -41,5 +41,3 @@ FOLDER_HASH=xxxx FILE_HASH=yyyy ./tests/enrich_address_pipeline.test.sh
|
|||||||
- OK: test validé
|
- OK: test validé
|
||||||
- SKIP: conditions non remplies (variables/env ou données manquantes)
|
- SKIP: conditions non remplies (variables/env ou données manquantes)
|
||||||
- ERR: action attendue non réalisée
|
- ERR: action attendue non réalisée
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>IA - Lecoffre.io</title>
|
<title>IA - Lecoffre.io</title>
|
||||||
<script type="module" crossorigin src="/assets/index-CedKFzDs.js"></script>
|
<script type="module" crossorigin src="/assets/index-D2TD1aux.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-CLc7aCgS.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-CLc7aCgS.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -399,4 +399,3 @@ export async function getEnrichmentStatus(folderHash: string, fileHash: string,
|
|||||||
if (!res.ok) throw new Error('Erreur statut enrichissement')
|
if (!res.ok) throw new Error('Erreur statut enrichissement')
|
||||||
return res.json() as Promise<{ success: boolean; state?: string; sources?: string[]; message?: string }>
|
return res.json() as Promise<{ success: boolean; state?: string; sources?: string[]; message?: string }>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -25,5 +25,3 @@ else
|
|||||||
echo "[ERR] Statut introuvable: $STATUS_PATH" >&2
|
echo "[ERR] Statut introuvable: $STATUS_PATH" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -21,5 +21,3 @@ else
|
|||||||
echo "[ERR] Extraction refusée (HTTP $HTTP_CODE)" >&2
|
echo "[ERR] Extraction refusée (HTTP $HTTP_CODE)" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user