CalejoControl/deploy
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
..
config Add comprehensive SSH deployment system 2025-10-30 09:15:56 +00:00
keys Add comprehensive SSH deployment system 2025-10-30 09:15:56 +00:00
ssh Add untracked test files and update deployment scripts 2025-11-06 19:29:21 +00:00
SSH_DEPLOYMENT.md Add comprehensive SSH deployment system 2025-10-30 09:15:56 +00:00
deploy-onprem.sh Reorganize repository structure for better organization 2025-11-06 19:53:39 +00:00
generate-monitoring-secrets.sh Reorganize repository structure for better organization 2025-11-06 19:53:39 +00:00
setup-monitoring.sh Reorganize repository structure for better organization 2025-11-06 19:53:39 +00:00
setup-server.sh Reorganize repository structure for better organization 2025-11-06 19:53:39 +00:00
start-remote-test.sh Reorganize repository structure for better organization 2025-11-06 19:53:39 +00:00
test-deployment.sh Reorganize repository structure for better organization 2025-11-06 19:53:39 +00:00
validate-deployment.sh Reorganize repository structure for better organization 2025-11-06 19:53:39 +00:00