v8.2.1: Refactor HA and Config Compare modules, optimize service installation flow, and add Spanish language support

- Replaced unused AJAX and JS methods (`cleanProvisioningProcess`, `showErrorStatus`) in HA management with simpler, streamlined equivalents. Moved HA cluster data fetching logic to the new endpoint (`HAClustersView`).
- Introduced `compareConfig()` method to improve configuration diff rendering. Removed redundant templates (`compare.html`), leveraging external Diff2Html library.
- Simplified HA service installation logic in `Reconfigure`, enabling task-based tracking. Removed redundant progress logic (`increaseProgressValue`, `checkInstallResp`).
- Added support for Spanish localization (`es-ES.html`, updated `languages.html` template).
- Replaced Python PagerDuty SDK for a more actively maintained library.
- Fixed description rendering logic in HA cluster templates.
- Updated Nginx to support multiple aliases per server.
- Minor dependency updates and comments cleanup in Ansible WAF tasks.
This commit is contained in:
Aidaho
2025-07-03 17:57:53 +03:00
parent a3eb55749d
commit 073a86be80
49 changed files with 1768 additions and 461 deletions

View File

@@ -13,7 +13,7 @@ peewee>=3.14.10
PyMySQL>=1.0.2
distro>=1.2.0
psutil>=5.9.1
pdpyras>=4.5.2
pagerduty>=2.1.2
pika>=1.3.1
Werkzeug==3.0.3
Flask==3.0.3