Commit Graph

10 Commits

Author SHA1 Message Date
GW_MC
1daac01583 Merge branch 'master' into feature/nginx-handler
All checks were successful
Test / get-ci-image (pull_request) Successful in 6s
Test / lint-frontend (pull_request) Successful in 24s
Test / test-frontend (pull_request) Successful in 25s
Verify / get-ci-image (pull_request) Successful in 5s
Test / frontend-build (pull_request) Successful in 40s
Test / lint-crates (pull_request) Successful in 4m58s
Test / test-crates (pull_request) Successful in 5m16s
Verify / verify-generated-db-entities (pull_request) Successful in 5m42s
2026-04-25 06:43:58 +00:00
GW_MC
d9fe053d41 feat: Add new dependencies for axum-test and related packages in Cargo.lock 2026-04-24 12:08:00 +00:00
GW_MC
da0ab29b2a feat: Update dependencies and add frontend distribution path 2026-04-18 07:26:37 +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
a023cbc082 feat: Add 'anyhow' dependency 2026-04-01 10:02:48 +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
261e6b1bdb feat: Update project configuration and add new development commands 2026-03-21 03:06:41 +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
4ce28b9005 feat: Initialize NxMesh project with Docker, Nginx, PostgreSQL, and Rust backend
- Add Docker Compose configuration for development environment
- Create Nginx configuration files for routing and health checks
- Set up PostgreSQL database with health checks
- Add .dockerignore and .gitignore files to exclude unnecessary files
- Initialize Cargo.toml and Cargo.lock for Rust dependencies
- Include GNU General Public License for project
- Add README.md for project description
- Create Justfile for development workflow commands
2026-03-05 11:43:10 +00:00