Merged in feature/remove-mocks (pull request #202)

Feature/remove mocks

* remove mocks

* cleanup db migrations
This commit is contained in:
Jay Brown
2026-01-15 20:39:32 +00:00
parent 0ddae4f91e
commit 35d72fccbe
244 changed files with 2573 additions and 50860 deletions
+3 -15
View File
@@ -10,13 +10,9 @@ Adds an event for each document into the DOCSYNC queue for the given Client.
## docCleanRunner
**Listens For**: Body Containing Document ID.
Listens For: Body Containing Document ID.
**Action**.
If the document is not already clean according to the collector standards, a clean is triggered.
An event with the document id is pushed to the DOCTEXT queue.
Action: If the document is not already clean according to the collector standards, a clean is triggered. Note: Text extraction has been removed. The document pipeline ends after cleaning. See remove_texttract_and_mocks_plan.md for details.
## docInitRunner
@@ -50,13 +46,7 @@ If eligible, send an event to the DOCCLEAN queue.
## docTextRunner
**Listens For**: Body Containing Document ID
**Action**.
If the document text is not already extracted according to the collector standards, trigger the textract job for text detection.
This is the terminal step in the document processing pipeline. Query processing has been removed - pipeline ends after text extraction.
DEPRECATED: This runner is deprecated and no longer has any functionality. It is left in place until deployment code is updated accordingly. See remove_texttract_and_mocks_plan.md for details.
## healthcheck
@@ -116,8 +106,6 @@ It will identify the type of event and the location of said event, and forward t
It supports the document initialisation and document text processing stages. Events may be pushed to the DOCINIT queue.
## textExtractor
## cognito.auth.harness
## permit.setup