Commit Graph

3 Commits

Author SHA1 Message Date
Miguel a655e68b71 Refactor code structure for improved readability and maintainability 2025-09-14 12:10:06 +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 d0f12f3fb6 Base con Docker 2025-09-13 11:46:46 +02:00