Commit Graph

11 Commits

Author SHA1 Message Date
GW_MC
86e9fd42bb test: Add unit tests for frontend routing and file handling
Some checks failed
Test / get-ci-image (pull_request) Successful in 48s
Test / lint-frontend (pull_request) Successful in 1m10s
Test / frontend-build (pull_request) Successful in 25s
Test / test-frontend (pull_request) Successful in 1m13s
Verify / get-ci-image (pull_request) Successful in 5s
Test / lint-crates (pull_request) Successful in 6m10s
Test / test-crates (pull_request) Failing after 6m22s
Verify / verify-generated-db-entities (pull_request) Successful in 7m5s
2026-04-24 12:14:36 +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
1eeca606ec feat: Remove debug handler attributes from fallback and file handler functions
All checks were successful
Test / get-ci-image (pull_request) Successful in 7s
Test / lint-frontend (pull_request) Successful in 26s
Test / frontend-build (pull_request) Successful in 23s
Verify / get-ci-image (pull_request) Successful in 4s
Test / test-frontend (pull_request) Successful in 34s
Test / lint-crates (pull_request) Successful in 5m48s
Test / test-crates (pull_request) Successful in 5m59s
Verify / verify-generated-db-entities (pull_request) Successful in 6m28s
2026-04-18 08:37:08 +00:00
GW_MC
a9a08d2ef8 feat: Enhance SSH Agent gRPC server logging for better monitoring 2026-04-18 07:31:45 +00:00
GW_MC
bbde3c1b60 feat: Refactor agent server initialization to support parallel api server 2026-04-18 07:31:29 +00:00
GW_MC
e2d364722b feat: Add frontend routing and asset handling with Axum 2026-04-18 07:30:37 +00:00
GW_MC
da0ab29b2a feat: Update dependencies and add frontend distribution path 2026-04-18 07:26:37 +00:00
GW_MC
109d693d59 feat: Add comprehensive unit tests for CLI and CertificateService, covering command parsing and certificate generation 2026-03-21 03:42:47 +00:00
GW_MC
d7cbb2a2ce feat: Remove unused SeaORM entity files for certificates, organizations, setup tokens, upstreams, users, virtual hosts, and workspaces 2026-03-21 03:17:43 +00:00
GW_MC
f5eb25993b feat: Implement SSH Agent Connector and gRPC server
- Added `AgentConnectorTrait` and `AgentConnector` for managing agent connections.
- Introduced `SshAgentConnector` to handle SSH-related functionalities and start a gRPC server.
- Created database entities for `agents`, `certificates`, `organizations`, `public_key_revocations`, `setup_tokens`, `upstreams`, `users`, `virtual_hosts`, and `workspaces` using SeaORM.
- Developed `CertificateService` for managing certificate generation and retrieval.
- Implemented the main server logic to initialize the database connection and start the agent server.
- Configured development settings in `development.toml` for server and database connections.
2026-03-21 03:09:39 +00:00
GW_MC
9c55a11712 init project structure 2026-03-06 13:28:14 +00:00