Commit Graph

10 Commits

Author SHA1 Message Date
GW_MC
2dbab85c87 feat: add new database entities and migration for proxy configuration
- Introduced `log_setting`, `proxy_config`, `proxy_setting`, `rewrite_rule`, `server_block`, `ssl_certificate`, and `upstream` entities with their respective fields and relationships.
- Updated `mod.rs` and `prelude.rs` to include new entities.
- Created migration script to set up new tables and relationships in the database.
- Altered existing `agents` table to include a foreign key reference to `agent_group`.
2026-06-21 11:06:20 +00:00
4376167d74 feat: add experimental support for proto3 optional fields in Nginx handler 2026-06-16 11:09:28 +00:00
24d3f46a5c feat: add persistence for last deployment path in Nginx handler 2026-06-16 11:09:24 +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
84808832dd feat: Add setup for Rust environment and implement test workflows 2026-04-11 09:04:09 +00:00
GW_MC
7a9eeb5f3a feat: Add validation for SSH certificates and implement unit tests for SshAuthInterceptor 2026-03-21 03:52:34 +00:00
GW_MC
9640f03d69 feat: Add migration scripts for agents and public key revocations 2026-03-21 03:09:22 +00:00
GW_MC
2fcdc7d0df feat: Add SSH authentication interceptor and update proto definitions 2026-03-21 03:06:56 +00:00
GW_MC
2e3f11d7eb feat: Update dependencies and build configuration for nxmesh-proto 2026-03-06 13:43:46 +00:00
GW_MC
9c55a11712 init project structure 2026-03-06 13:28:14 +00:00