• Joined on 2025-11-10
GW_MC merged pull request GW_MC/YANPM#4 2025-12-02 17:25:47 +08:00
feature/api-setup
GW_MC pushed to feature/api-setup at GW_MC/YANPM 2025-12-02 17:12:31 +08:00
f4e6eb56c8 Update sea-orm dependencies to use workspace configuration; add dead code annotations in service error handling and settings service
f71cf370cd Refactor AppState and update database connection handling; integrate SettingsService
fae951c902 Add async-trait and sea-orm dependencies; implement SettingsService for configuration management
8b98590a1e Add service_error module for error handling
Compare 4 commits »
GW_MC pushed to feature/api-setup at GW_MC/YANPM 2025-12-02 15:48:04 +08:00
6cd55d06a2 Implement basic middleware handling
GW_MC created pull request GW_MC/YANPM#4 2025-11-27 19:06:28 +08:00
WIP: feature/api-setup
GW_MC pushed to feature/api-setup at GW_MC/YANPM 2025-11-27 19:05:47 +08:00
547d73fab7 temp allow deadcode for AppState struct
537737b1cc refactor configs into a crate
bb622df89b Basic route structure
e849b71a40 Implement API setup with configuration management and startup tasks
56c1161e97 Change database log level to debug
Compare 6 commits »
GW_MC created branch feature/api-setup in GW_MC/YANPM 2025-11-27 19:05:47 +08:00
GW_MC pushed to master at GW_MC/YANPM 2025-11-19 21:49:33 +08:00
d9105957a8 Merge pull request 'Setup database' (#1) from feature/database-setup into master
f0cfe5ec43 Cache rust toolchain in setup-rust action
afb10424d5 Merge branch 'master' into feature/database-setup
3de9ecc5c1 remove unused returns, and reexport ConnectOption
800c55238d fix clippy
Compare 17 commits »
GW_MC merged pull request GW_MC/YANPM#1 2025-11-19 21:49:32 +08:00
Setup database
GW_MC pushed to feature/database-setup at GW_MC/YANPM 2025-11-19 21:44:43 +08:00
f0cfe5ec43 Cache rust toolchain in setup-rust action
GW_MC pushed to feature/database-setup at GW_MC/YANPM 2025-11-19 21:18:00 +08:00
afb10424d5 Merge branch 'master' into feature/database-setup
a20d6456c6 Merge pull request 'action-runner' (#3) from action-runner into master
f7d6ab9604 Update verify generated code to watch only generated folders
3b459915b6 Add composite action for setting up Rust environment and create test workflow
Compare 4 commits »
GW_MC pushed to feature/database-setup at GW_MC/YANPM 2025-11-19 21:05:36 +08:00
3de9ecc5c1 remove unused returns, and reexport ConnectOption
GW_MC pushed to feature/database-setup at GW_MC/YANPM 2025-11-19 19:59:25 +08:00
800c55238d fix clippy
GW_MC pushed to feature/database-setup at GW_MC/YANPM 2025-11-19 19:27:48 +08:00
6d1888e6c3 Fix clippy warnings
GW_MC pushed to feature/database-setup at GW_MC/YANPM 2025-11-15 12:52:45 +08:00
43c6b54ebd add gitkeep for api
GW_MC pushed to master at GW_MC/YANPM 2025-11-15 12:15:53 +08:00
a20d6456c6 Merge pull request 'action-runner' (#3) from action-runner into master
f7d6ab9604 Update verify generated code to watch only generated folders
3b459915b6 Add composite action for setting up Rust environment and create test workflow
Compare 3 commits »
GW_MC merged pull request GW_MC/YANPM#3 2025-11-15 12:15:53 +08:00
action-runner
GW_MC created pull request GW_MC/YANPM#3 2025-11-15 12:15:36 +08:00
action-runner
GW_MC pushed to action-runner at GW_MC/YANPM 2025-11-15 12:15:28 +08:00
f7d6ab9604 Update verify generated code to watch only generated folders
3b459915b6 Add composite action for setting up Rust environment and create test workflow
Compare 2 commits »
GW_MC created branch action-runner in GW_MC/YANPM 2025-11-15 12:15:28 +08:00
GW_MC pushed to feature/database-setup at GW_MC/YANPM 2025-11-15 11:41:58 +08:00
17f7e06e8a Update verify generated code to watch only generated folders