Commit graph

8 commits

Author SHA1 Message Date
32db61c381 feat(audit): implement audit logging for search requests and results
All checks were successful
Publish FaceAI Container / publish (push) Successful in 13m22s
- Added configuration options for audit database path and retention days in backend and processor.
- Integrated audit logging in server and worker processes to track search requests, completions, and failures.
- Created utility functions for reading and parsing audit logs in end-to-end tests.
- Updated Docker Compose files to include audit database configuration.
- Added new tests to verify audit log entries for successful and no-results searches.
2026-05-19 23:29:38 +02:00
a026fec62b Added support for new faceai parameters
All checks were successful
Publish FaceAI Container / publish (push) Successful in 9m39s
2026-05-09 14:46:44 +02:00
539a848e95 feat: Add environment configuration files and update Docker Compose setup for development and production 2026-04-20 19:58:42 +02:00
87d9238795 Add processor heartbeat management and improve health check functionality
All checks were successful
Publish FaceAI Container / publish (push) Successful in 3m7s
- Introduced processor heartbeat configuration in environment variables and Docker setup.
- Implemented heartbeat publishing in the processor worker.
- Enhanced health check endpoint to include processor availability status.
- Updated frontend components to handle processor unavailability messages.
- Added legacy return functionality in the upload panel.
2026-04-19 11:50:11 +02:00
cf316c8563 Slimmed the image
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m54s
2026-04-19 11:25:25 +02:00
d36b0f4e46 Refactor FaceAI build process and update Docker configurations to include matcher binary 2026-04-19 11:00:50 +02:00
9f56dfba1d Add legacy URL handling and update environment configurations 2026-04-19 08:48:15 +02:00
9bd7f19c8f docks and stacks 2026-04-18 10:57:58 +02:00