Commit graph

2 commits

Author SHA256 Message Date
Till Wegmueller
1e48b1de66
Update database connection details to production configuration
- Change data source name and JDBC URL for production environment.
- Add new data source mapping file for SQL console.

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
2025-11-11 20:23:48 +01:00
Till Wegmueller
81a93ef1a7
Enable job log persistence, HTTP server, and extend CI/packaging support
This commit introduces:
- Log persistence feature with a new `job_logs` table and related APIs for recording and retrieving job logs.
- An HTTP server for serving log endpoints and job results.
- Updates to the CI pipeline to enable persistence by default and ensure PostgreSQL readiness.
- Docker Compose updates with a Postgres service and MinIO integration for object storage.
- Packaging scripts for Arch Linux, including systemd service units for deployment.
2025-11-02 23:37:11 +01:00