• Joined on 2025-11-10
GW_MC pushed to master at GW_MC/YANPM 2025-12-05 20:50:39 +08:00
f9c1cac50f Merge pull request 'feature/openapi' (#7) from feature/openapi into master
5e0ab960f9 fix: update import path for TanstackQueryApiClient to use the correct generated client
75a3777cb0 add verify frontend api client
d33f4f103f move generated client into generated/api-client
a7524ab076 Added openapi based api client
Compare 11 commits »
GW_MC merged pull request GW_MC/YANPM#7 2025-12-05 20:50:37 +08:00
feature/openapi
GW_MC pushed to feature/openapi at GW_MC/YANPM 2025-12-05 20:43:50 +08:00
5e0ab960f9 fix: update import path for TanstackQueryApiClient to use the correct generated client
GW_MC pushed to feature/openapi at GW_MC/YANPM 2025-12-05 20:40:15 +08:00
75a3777cb0 add verify frontend api client
GW_MC pushed to feature/openapi at GW_MC/YANPM 2025-12-05 20:40:04 +08:00
d33f4f103f move generated client into generated/api-client
a7524ab076 Added openapi based api client
Compare 2 commits »
GW_MC created pull request GW_MC/YANPM#7 2025-12-05 19:00:36 +08:00
WIP: feature/openapi
GW_MC pushed to feature/openapi at GW_MC/YANPM 2025-12-05 19:00:13 +08:00
1c051f9502 Add verification workflow for generated code and OpenAPI spec
GW_MC pushed to feature/openapi at GW_MC/YANPM 2025-12-05 18:17:37 +08:00
81fbf8281f Refactor health check API to include OpenAPI tagging and enhance HealthInfo schema documentation
8875122e1b Add OpenAPI specification and generation command
65d40c1e83 Add start server command and logging setup for CLI
d2b842d933 Add CLI command for generating OpenAPI documentation
Compare 4 commits »
GW_MC created branch feature/openapi in GW_MC/YANPM 2025-12-05 17:01:34 +08:00
GW_MC pushed to feature/openapi at GW_MC/YANPM 2025-12-05 17:01:34 +08:00
34ebfaddbc Add OpenAPI support and health info endpoint documentation
GW_MC pushed to master at GW_MC/YANPM 2025-12-05 15:15:36 +08:00
efdb47a117 Merge pull request 'Add health check routes and state management' (#6) from feature/health-check into master
5210c64c5d Simplify health endpoint
23c6bc4fd0 Add #[allow(dead_code)] annotation to HealthState::new for test usage
bbc6977e73 Add health check routes and state management
Compare 4 commits »
GW_MC merged pull request GW_MC/YANPM#6 2025-12-05 15:15:33 +08:00
Add health check routes and state management
GW_MC pushed to feature/health-check at GW_MC/YANPM 2025-12-05 15:08:25 +08:00
5210c64c5d Simplify health endpoint
GW_MC pushed to feature/health-check at GW_MC/YANPM 2025-12-05 14:21:01 +08:00
23c6bc4fd0 Add #[allow(dead_code)] annotation to HealthState::new for test usage
GW_MC created pull request GW_MC/YANPM#6 2025-12-05 14:05:58 +08:00
WIP: Add health check routes and state management
GW_MC pushed to feature/health-check at GW_MC/YANPM 2025-12-05 14:05:14 +08:00
bbc6977e73 Add health check routes and state management
GW_MC created branch feature/health-check in GW_MC/YANPM 2025-12-05 14:05:14 +08:00
GW_MC pushed to master at GW_MC/YANPM 2025-12-02 20:50:10 +08:00
968911e489 Merge pull request 'setup frontend' (#5) from feature/frontend-setup into master
c79ef265db use workflow specific cache instead of artifact
0374d63efe Add frontend build artifact handling and linting steps to CI workflow
06cabb0e18 Add catch-all 404 route and NotFound component to frontend routing
051951dc44 Added frontend testing script and job
Compare 7 commits »
GW_MC merged pull request GW_MC/YANPM#5 2025-12-02 20:50:08 +08:00
setup frontend
GW_MC pushed to feature/frontend-setup at GW_MC/YANPM 2025-12-02 20:44:23 +08:00
c79ef265db use workflow specific cache instead of artifact