• Joined on 2024-06-18
Kai pushed to release at Kai/my-django 2025-11-28 19:12:05 +08:00
ee6c8e8253 feat: add CLAUDE.md for comprehensive development guidance, including commands, architecture overview, and deployment details
Kai pushed to main at Kai/go-kratos 2025-05-23 12:02:48 +08:00
0b8757a824 feat: add Chinese comments for Kafka and WebSocket server functionalities to improve code readability
Kai pushed to main at Kai/go-kratos 2025-05-13 09:36:11 +08:00
e9f0f8fd40 feat: enhance Kafka integration by adding group ID support and improving message handling in WebSocket server
ae2389c0b9 feat: integrate Kafka consumer into WebSocket server and enhance message handling capabilities
Compare 2 commits »
Kai pushed to main at Kai/go-kratos 2025-05-12 11:28:21 +08:00
f47baeac5f feat: implement JWT authentication and WebSocket server with Kafka integration
Kai pushed to main at Kai/go-kratos 2025-05-07 17:20:36 +08:00
dfa96b90a9 refactor: update database handling by removing old MySQL and Redis implementations, and introducing a new database package for MongoDB and Redis connections
Kai pushed to main at Kai/go-kratos 2025-05-06 19:08:03 +08:00
cad5180cff feat: implement user management service with CRUD operations and integrate MongoDB and MySQL support
Kai pushed to main at Kai/go-kratos 2025-04-30 18:16:45 +08:00
d340cf5054 refactor: update dependencies and remove websocket implementation
Kai pushed to main at Kai/go-kratos 2025-04-29 15:37:39 +08:00
521c66324c feat: enhance websocket functionality with improved configuration and message handling
Kai pushed to main at Kai/go-kratos 2025-04-28 19:58:29 +08:00
eaf64b112c feat: add websocket
Kai pushed to main at Kai/go-kratos 2025-04-28 16:29:57 +08:00
8d6eb03ddc update go version
Kai pushed to main at Kai/go-kratos 2025-04-28 16:25:50 +08:00
543c535e6f init
Kai created branch main in Kai/go-kratos 2025-04-28 16:25:50 +08:00
Kai created repository Kai/go-kratos 2025-04-28 16:24:22 +08:00
Kai pushed to release at Kai/my-django 2025-03-25 21:57:05 +08:00
5b387cffd9 fix: correct command syntax in test.yaml by replacing 'docker compose' with 'docker-compose' for proper deployment execution
Kai pushed to release at Kai/my-django 2025-03-25 15:58:29 +08:00
8a11774d98 chore: switch runner type in test.yaml from ubuntu-latest to self-hosted for both build and deploy jobs
Kai pushed to release at Kai/my-django 2025-03-25 15:20:29 +08:00
ac88526613 chore: restore deployment command in test.yaml and comment out echo statement for cleaner workflow
Kai pushed to release at Kai/my-django 2025-03-25 15:12:45 +08:00
5fe3ab01b4 chore: update echo statement in test.yaml for debugging clarity during deployment
Kai pushed to release at Kai/my-django 2025-03-25 15:11:30 +08:00
e03d33ff83 chore: comment out deployment command in test.yaml and add echo statement for debugging purposes
Kai pushed to release at Kai/my-django 2025-03-25 15:04:19 +08:00
d0624ea0b3 feat: add custom list method to AreaViewSet for testing purposes
Kai pushed to release at Kai/my-django 2025-03-24 20:03:19 +08:00
ef578a697b refactor: clean up code formatting in various files for improved readability