GW_MC
81fbf8281f
Refactor health check API to include OpenAPI tagging and enhance HealthInfo schema documentation
2025-12-05 18:17:29 +08:00
GW_MC
8875122e1b
Add OpenAPI specification and generation command
2025-12-05 18:03:25 +08:00
GW_MC
65d40c1e83
Add start server command and logging setup for CLI
2025-12-05 18:03:17 +08:00
GW_MC
d2b842d933
Add CLI command for generating OpenAPI documentation
2025-12-05 17:22:51 +08:00
GW_MC
34ebfaddbc
Add OpenAPI support and health info endpoint documentation
2025-12-05 17:01:29 +08:00
GW_MC
5210c64c5d
Simplify health endpoint
Test / verify-generated-code (pull_request) Successful in 54s
Test / test-frontend (pull_request) Successful in 22s
Test / frontend-build (pull_request) Successful in 25s
Test / test (pull_request) Successful in 1m12s
Test / lint (pull_request) Successful in 1m13s
2025-12-05 15:08:21 +08:00
GW_MC
23c6bc4fd0
Add #[allow(dead_code)] annotation to HealthState::new for test usage
Test / verify-generated-code (pull_request) Successful in 55s
Test / test-frontend (pull_request) Successful in 20s
Test / frontend-build (pull_request) Successful in 23s
Test / test (pull_request) Successful in 1m13s
Test / lint (pull_request) Successful in 1m15s
2025-12-05 14:20:56 +08:00
GW_MC
bbc6977e73
Add health check routes and state management
Test / verify-generated-code (pull_request) Successful in 56s
Test / test-frontend (pull_request) Successful in 22s
Test / frontend-build (pull_request) Successful in 24s
Test / test (pull_request) Successful in 1m14s
Test / lint (pull_request) Failing after 1m13s
2025-12-05 14:05:09 +08:00
GW_MC
edbcdaeff4
Implement frontend routing and API fallback handling; add dependencies for include_dir and mime_guess
Test / verify-generated-code (pull_request) Successful in 7m59s
Test / test (pull_request) Failing after 1m12s
Test / lint (pull_request) Failing after 1m11s
2025-12-02 19:25:46 +08:00
GW_MC
f4e6eb56c8
Update sea-orm dependencies to use workspace configuration; add dead code annotations in service error handling and settings service
Test / verify-generated-code (pull_request) Successful in 7m57s
Test / test (pull_request) Successful in 1m9s
Test / lint (pull_request) Successful in 1m9s
2025-12-02 17:12:24 +08:00
GW_MC
f71cf370cd
Refactor AppState and update database connection handling; integrate SettingsService
2025-12-02 16:56:01 +08:00
GW_MC
fae951c902
Add async-trait and sea-orm dependencies; implement SettingsService for configuration management
2025-12-02 16:55:39 +08:00
GW_MC
8b98590a1e
Add service_error module for error handling
2025-12-02 16:55:08 +08:00
GW_MC
6cd55d06a2
Implement basic middleware handling
Test / verify-generated-code (pull_request) Successful in 8m1s
Test / test (pull_request) Successful in 1m9s
Test / lint (pull_request) Successful in 1m5s
2025-12-02 15:47:56 +08:00
GW_MC
547d73fab7
temp allow deadcode for AppState struct
Test / verify-generated-code (pull_request) Successful in 8m32s
Test / test (pull_request) Successful in 1m10s
Test / lint (pull_request) Successful in 1m7s
2025-11-27 19:05:41 +08:00
GW_MC
537737b1cc
refactor configs into a crate
2025-11-27 18:59:40 +08:00
GW_MC
bb622df89b
Basic route structure
2025-11-27 18:50:11 +08:00
GW_MC
e849b71a40
Implement API setup with configuration management and startup tasks
...
- Add `Cargo.toml` for API with dependencies.
- Create `config.rs` for managing application settings.
- Implement logging and server settings in `config.rs`.
- Add `main.rs` to initialize the application and handle database connections.
- Introduce `task` module with startup tasks, including database migrations.
- Update `.gitignore` to exclude `config.yaml` and remove `.gitkeep`.
2025-11-26 19:45:37 +08:00
GW_MC
43c6b54ebd
add gitkeep for api
Test / verify-generated-code (pull_request) Successful in 7m53s
Test / test (pull_request) Successful in 8m3s
Test / lint (pull_request) Failing after 7m21s
2025-11-15 12:52:40 +08:00