mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 15:04:31 +00:00
Separation of concerns: merge silent/UI actions & modularize screens. ProleInstallerBase (actions.py): Created shared base class with 37 deduplicated methods previously duplicated between ProleSilentInstaller and ProleInstaller. Namespace, environment, secret, deployment, port-forward, authority/repair, image, and logging helpers now defined once. Subclasses override _get_input() to bridge their data-access layers. screens.py -> screens/ package (18 mixin modules): Split 10,234-line monolithic screens.py into focused mixin modules: base, navigation, welcome, dependencies, network, environment, database, cluster, services, security, ollama, supabase, docker, build, packaging, deploy, validate, cfg. __init__.py composes ProleInstaller from all mixins and re-exports has_display(), main() for full backward compatibility. All 37 tests pass with no regressions. |
||
|---|---|---|
| .. | ||
| etc | ||
| fixtures | ||
| installer | ||
| final_comprehensive_test.sh | ||
| final_test.sh | ||
| run_tests.sh | ||
| silent_install_test.sh | ||
| test_all_prole_home_fixes.sh | ||
| test_build_system.sh | ||
| test_docker_build_fix.sh | ||
| test_embedded_resources.sh | ||
| test_init_authority.sh | ||
| test_install_logic.py | ||
| test_navigation.py | ||
| test_network_scan_fix.sh | ||
| test_resource_paths.py | ||
| test_service_layer_navigation.py | ||