Commit Graph

4 Commits

Author SHA1 Message Date
Miguel 79f496df34 feat: Enhance session management and logging, sanitize parameters for JSON serialization 2025-09-14 13:06:48 +02:00
Miguel bed4fcde1f Add migration script and proxy system support
- Created migration script for adding proxy support in the ScriptsManager.
- Added new columns to the execution_logs table: project_id, proxy_port, proxy_url, execution_mode.
- Created script_proxy_executions table for managing proxy executions.
- Implemented performance indexes for improved query efficiency.
- Added configuration files for various test scripts in user workspace.
- Developed a comprehensive test script for the proxy system functionality.
- Implemented a Water Hammer Simulator with Flask, including calculation and export features.
- Enhanced logging and session management for better tracking of user actions and execution status.
2025-09-14 09:37:05 +02:00
Miguel 89ae9cd773 feat: Add Docker entrypoint scripts for SIDEL ScriptsManager
- Implemented `docker-entrypoint-debug.sh` for debugging purposes, including environment checks and database setup.
- Created `docker-entrypoint-simple.sh` for a streamlined entrypoint without debug information.
- Developed `docker-entrypoint.sh` with additional checks for directory structure and environment validation.
- Added `migrate_sqlite_to_postgresql.py` script for migrating data from SQLite to PostgreSQL, including backup and verification features.
- Created SQL scripts for initializing the PostgreSQL database, including extensions, indexes, and default data.
- Enhanced database setup procedures to support both PostgreSQL and SQLite configurations.
2025-09-13 19:25:33 +02:00
Miguel d0f12f3fb6 Base con Docker 2025-09-13 11:46:46 +02:00