Commit Graph

22 Commits

Author SHA1 Message Date
24d3f46a5c feat: add persistence for last deployment path in Nginx handler 2026-06-16 11:09:24 +00:00
3c2cda88f1 feat: add command handling support to Nginx message handler 2026-06-16 10:55:13 +00:00
GW_MC
c0d243f661 feat: added config update message handling 2026-06-06 10:46:42 +00:00
GW_MC
f7162f0c17 feat: implement service initialization and shutdown handling for NxMesh Agent 2026-06-01 10:05:49 +00:00
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
93a36cb101 refactor: simplify client handling by removing Arc and Mutex wrappers from MasterConnectorTrait 2026-05-31 09:41:22 +00:00
GW_MC
f65cae7f33 Merge branch 'master' into feature/nginx-handler 2026-05-31 03:10:55 +00:00
GW_MC
9f72cd4bbb refactor: update health report to connection test and simplify proto definitions 2026-05-31 02:36:30 +00:00
GW_MC
7173f504ed refactor: settings into modules 2026-05-31 02:31:15 +00:00
GW_MC
94d5e178d2 feat: refactor import_certs command into separate module for improved structure 2026-05-31 02:09:51 +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
984334c232 fix: update NginxSettings to be non-optional and improve validation logic 2026-04-27 07:15:09 +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
GW_MC
eba30f557e feat: Add unit tests for CLI and MasterConnector, including certificate extraction and validation 2026-03-21 03:32:09 +00:00
GW_MC
1a453a7e5c feat: Implement SSH master connector and CLI for certificate management 2026-03-21 03:07:58 +00:00
GW_MC
9c55a11712 init project structure 2026-03-06 13:28:14 +00:00