CalejoControl/scripts
openhands 744e8f6946 Reorganize repository structure for better organization
Created organized directory structure:
- scripts/ - for utility scripts (test runners, etc.)
- tests/mocks/ - for mock servers
- deploy/ - for all deployment scripts
- src/dashboard/ - for dashboard assets

Moved files:
- Test runners: run_tests_by_system.py, run_tests_detailed.py, run_tests_with_db.sh → scripts/
- Deployment scripts: deploy-onprem.sh, setup-server.sh, etc. → deploy/
- Mock servers: mock-optimization-server.py, mock-scada-server.py → tests/mocks/
- Individual tests: test_*.py files → tests/
- Integration tests: test-e2e-deployment.py, test-remote-integration.py → tests/integration/
- Dashboard assets: fixed-dashboard.js → src/dashboard/

Deleted redundant files:
- pytest-mock.ini (redundant with pytest.ini)
- setup-server-backup.sh (duplicate of setup-server.sh)

Kept essential files in root:
- Core documentation (README.md, QUICKSTART.md, etc.)
- Environment templates
- Docker files
- Main test runner (run_tests.py)
- Application entry point (start_dashboard.py)
2025-11-06 19:53:39 +00:00
..
backup.sh Add untracked test files and update deployment scripts 2025-11-06 19:29:21 +00:00
restore.sh Add untracked test files and update deployment scripts 2025-11-06 19:29:21 +00:00
run-mock-tests.sh Add untracked test files and update deployment scripts 2025-11-06 19:29:21 +00:00
run-reliable-e2e-tests.py Complete production deployment with fixes 2025-11-01 10:28:25 +00:00
run-smoke-tests.sh Add untracked test files and update deployment scripts 2025-11-06 19:29:21 +00:00
run_tests_by_system.py Reorganize repository structure for better organization 2025-11-06 19:53:39 +00:00
run_tests_detailed.py Reorganize repository structure for better organization 2025-11-06 19:53:39 +00:00
run_tests_with_db.sh Reorganize repository structure for better organization 2025-11-06 19:53:39 +00:00
security_audit.sh Add untracked test files and update deployment scripts 2025-11-06 19:29:21 +00:00
setup-test-environment.sh Add untracked test files and update deployment scripts 2025-11-06 19:29:21 +00:00
test-mock-services-standalone.py Add untracked test files and update deployment scripts 2025-11-06 19:29:21 +00:00
test-mock-services.sh Add untracked test files and update deployment scripts 2025-11-06 19:29:21 +00:00