Commit Graph

9 Commits

Author SHA1 Message Date
GW_MC
d6a829c529 refactor: enhance handler traits to support dynamic sizing and improve cancellation handling 2026-06-01 10:05:40 +00:00
GW_MC
9991b20b28 feat: implement Nginx command and file system handlers for configuration management 2026-06-01 08:25:04 +00:00
GW_MC
8dbbeb4b24 refactor: streamline master message handling by removing unnecessary Arc and Mutex usage, and reorganizing handler structure 2026-05-31 09:41:48 +00:00
GW_MC
f428f18f87 feat: implement MasterHandler for handling master messages and add retry logic 2026-05-06 09:23:51 +00:00
GW_MC
4252154420 fix: enhance NginxHandler to return config file paths and improve error handling 2026-04-27 07:15:30 +00:00
GW_MC
0575c34fd6 fix: improve config file handling and add tests for NginxHandler
Co-authored-by: Copilot <copilot@github.com>
2026-04-25 07:22:19 +00:00
GW_MC
60af2c5b80 Merge branch 'master' into feature/nginx-handler
All checks were successful
Test / get-ci-image (pull_request) Successful in 6s
Test / test-frontend (pull_request) Successful in 12s
Test / lint-frontend (pull_request) Successful in 15s
Test / frontend-build (pull_request) Successful in 13s
Verify / get-ci-image (pull_request) Successful in 5s
Test / lint-crates (pull_request) Successful in 5m4s
Test / test-crates (pull_request) Successful in 5m9s
Verify / verify-generated-db-entities (pull_request) Successful in 5m57s
2026-04-16 05:03:05 +00:00
GW_MC
84808832dd feat: Add setup for Rust environment and implement test workflows 2026-04-11 09:04:09 +00:00
GW_MC
e831640540 feat: Implement NginxHandler with reload, stop, validate, and config management methods 2026-04-11 07:32:20 +00:00