- Create verify-git-setup.sh for quick Git configuration validation
- Checks user config, credentials, connectivity, and repository status
- Provides clear feedback and troubleshooting suggestions
- Helps Windows developers validate their setup
- Prevent .git-credentials and other sensitive files from being tracked
- Add .gitconfig, *.pem, *.key to gitignore
- Ensures credential security in cross-platform development
- Add step-by-step Git configuration for Gitea
- Include both token and username URL methods
- Add troubleshooting section for common Git issues
- Provide credential helper configuration examples
- Remove Windows-incompatible files (:Zone.Identifier)
- Add comprehensive Windows development guide
- Update .gitignore to prevent future Windows compatibility issues
- Add cross-platform support section to README
- Enable development on Windows with deployment to Linux
Fixes Windows git clone issues and enables hybrid development workflow
- 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.
- 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.