Commit Graph

159 Commits

Author SHA1 Message Date
81ea0bc6d1 feat: fix project service
All checks were successful
Build and Release / release (push) Successful in 1m33s
2026-05-25 08:42:39 +07:00
636f75953b feat: implement submission service and clean up docker-compose configuration
All checks were successful
Build and Release / release (push) Successful in 1m32s
2026-05-25 08:14:51 +07:00
24899ef697 feat: implement submission service for managing project submission lifecycle and status updates
All checks were successful
Build and Release / release (push) Successful in 1m30s
2026-05-25 07:58:59 +07:00
d1848174ef feat: initialize Swagger documentation and API schemas
All checks were successful
Build and Release / release (push) Successful in 1m30s
2026-05-24 19:39:00 +07:00
81294af909 feat: implement geometry, battle replay, and entity repositories with caching support
All checks were successful
Build and Release / release (push) Successful in 1m31s
2026-05-24 19:37:06 +07:00
2fa420492c feat: implement geometry and project management modules with associated controllers, services, and routes 2026-05-24 19:34:46 +07:00
ff56ba3d32 feat: implement geometry CRUD operations and entity association management in SQLC and service layer
All checks were successful
Build and Release / release (push) Successful in 1m32s
2026-05-24 18:08:25 +07:00
3cdecdccec feat: reimplement geometry module with database schema, repository, service layer, and API documentation
All checks were successful
Build and Release / release (push) Successful in 1m36s
2026-05-24 17:31:32 +07:00
8d3b02f312 feat: add GoongController to proxy requests and manage caching headers
All checks were successful
Build and Release / release (push) Successful in 1m31s
2026-05-24 16:01:22 +07:00
8b3204f96e feat: implement Goong API proxy with Redis caching, automatic key injection, and response filtering
All checks were successful
Build and Release / release (push) Successful in 1m31s
2026-05-24 15:47:39 +07:00
5a75798609 feat: implement submission repository and service layer with caching support
All checks were successful
Build and Release / release (push) Successful in 1m32s
2026-05-24 13:11:40 +07:00
9dacfd036d feat: implement submission lifecycle management with creation, review, and status tracking services
All checks were successful
Build and Release / release (push) Successful in 1m29s
2026-05-24 12:58:30 +07:00
ae8028549e UPDATE: try fix proxy
All checks were successful
Build and Release / release (push) Successful in 1m31s
2026-05-20 16:11:50 +07:00
e41855e538 fix(goong): add Cross-Origin-Resource-Policy header to proxy response
All checks were successful
Build and Release / release (push) Successful in 1m32s
2026-05-20 15:45:51 +07:00
5fe3025c72 UPDATE: ignore patterns
All checks were successful
Build and Release / release (push) Successful in 1m33s
2026-05-20 06:33:37 +07:00
9cd244df12 UPDATE: Fix bug cache
All checks were successful
Build and Release / release (push) Successful in 1m31s
2026-05-19 16:49:13 +07:00
111a884574 feat: implement Goong service and controller for location functionality and update database schema diagram
All checks were successful
Build and Release / release (push) Successful in 1m28s
2026-05-18 22:05:51 +07:00
965c74abaf fix(goong): bump proxy cache version prefix to goong_proxy_v2 to clear dirty cache
All checks were successful
Build and Release / release (push) Successful in 1m31s
2026-05-18 20:14:29 +07:00
72fab311c8 feat: add GoongService for authenticated proxying and caching of Goong API requests
All checks were successful
Build and Release / release (push) Successful in 1m31s
2026-05-18 20:10:30 +07:00
ba5ac2df7d feat: implement GoongController to proxy requests with automatic API key injection
All checks were successful
Build and Release / release (push) Successful in 1m32s
2026-05-18 19:39:02 +07:00
65f73a70f1 feat: implement History API service with Swagger documentation and routing
All checks were successful
Build and Release / release (push) Successful in 1m36s
2026-05-18 19:29:10 +07:00
fc7320cda1 feat: implement user routes with authentication and role-based access control
All checks were successful
Build and Release / release (push) Successful in 1m36s
2026-05-17 23:39:53 +07:00
374c3b4f47 feat: implement battle replay module with database migrations, repository, and CRUD service endpoints
All checks were successful
Build and Release / release (push) Successful in 1m32s
2026-05-17 22:25:48 +07:00
94601dbe58 feat: generate Swagger API documentation and remove database port exposure from docker-compose
All checks were successful
Build and Release / release (push) Successful in 1m36s
2026-05-14 13:52:11 +07:00
27e9dacf19 feat: implement project repository with Redis caching and transaction support
All checks were successful
Build and Release / release (push) Successful in 1m36s
2026-05-14 13:37:37 +07:00
a5a597f2a1 feat: implement WikiRepository with caching and database integration for wiki management
All checks were successful
Build and Release / release (push) Successful in 1m30s
2026-05-14 12:58:48 +07:00
8aceee9130 feat: implement WikiRepository with caching and transaction support
All checks were successful
Build and Release / release (push) Successful in 1m28s
2026-05-14 12:56:30 +07:00
e7d4f5f7cd feat: implement cron worker for daily statistics updates and weekly S3 database backups
All checks were successful
Build and Release / release (push) Successful in 1m28s
2026-05-14 11:55:46 +07:00
033e5bf60b feat: implement authentication service and controller for user signin, signup, logout, and token refresh
All checks were successful
Build and Release / release (push) Successful in 1m30s
2026-05-13 16:38:23 +07:00
b94618c7d7 feat: implement cron worker for automated daily statistics and weekly database backups
All checks were successful
Build and Release / release (push) Successful in 1m29s
2026-05-11 11:08:49 +07:00
2873e42eab feat: implement wiki and wiki content management system including database schemas, DTOs, and API endpoints
All checks were successful
Build and Release / release (push) Successful in 1m33s
2026-05-11 11:02:57 +07:00
8cee6b6622 feat: implement wiki and entity repositories and services with corresponding SQL queries and generation
All checks were successful
Build and Release / release (push) Successful in 1m30s
2026-05-10 11:38:33 +07:00
12a04f0670 feat: add ChatbotController for handling AI chat queries and history retrieval
All checks were successful
Build and Release / release (push) Successful in 1m36s
2026-05-09 11:12:26 +07:00
27c78db66d feat: implement geometry service with persistence layer and API documentation
All checks were successful
Build and Release / release (push) Successful in 1m33s
2026-05-09 00:43:45 +07:00
b2ee16457d feat: implement chat repository with caching support and add new commit service for history management
All checks were successful
Build and Release / release (push) Successful in 1m27s
2026-05-08 21:15:54 +07:00
600246426b feat: implement chat and conversation history management with database schema and API endpoints
All checks were successful
Build and Release / release (push) Successful in 1m30s
2026-05-08 21:03:26 +07:00
4d4640c20a feat: add commit snapshot request DTOs for history tracking
All checks were successful
Build and Release / release (push) Successful in 1m33s
2026-05-08 01:53:25 +07:00
11679a7d8e feat: implement cron worker for automated daily statistics and weekly database backups
All checks were successful
Build and Release / release (push) Successful in 1m30s
2026-05-07 11:47:43 +07:00
d6b113dcda feat: generate Swagger documentation for API endpoints
All checks were successful
Build and Release / release (push) Successful in 1m30s
2026-05-07 11:41:26 +07:00
a4fed88b8a feat: implement RAG chatbot service, background cron worker, and asynchronous indexing infrastructure
All checks were successful
Build and Release / release (push) Successful in 1m30s
2026-05-07 11:38:18 +07:00
76bb1735bb refactor: remove commit_snapshot documentation and update docker configuration files
All checks were successful
Build and Release / release (push) Successful in 1m30s
2026-05-07 11:34:18 +07:00
bdaac7ddd8 feat: implement system statistics tracking, commit management controllers, and associated database migrations
All checks were successful
Build and Release / release (push) Successful in 1m49s
2026-05-07 11:31:53 +07:00
ca05785a24 feat: implement CommitService and register commit management routes in the API server
All checks were successful
Build and Release / release (push) Successful in 1m27s
2026-05-06 10:58:44 +07:00
e7b0141684 feat: implement submission repository and service layers with caching support
All checks were successful
Build and Release / release (push) Successful in 1m27s
2026-05-06 10:56:30 +07:00
a61cf085ce feat: implement RAG-based chatbot service with daily usage rate limiting and background index worker
All checks were successful
Build and Release / release (push) Successful in 1m27s
2026-05-06 10:02:00 +07:00
76c5f55cdd feat: generate Swagger API documentation for authentication endpoints
All checks were successful
Build and Release / release (push) Successful in 1m28s
2026-05-06 06:44:02 +07:00
fe9543d896 feat: implement geometry domain with repository, service, and data conversion utilities 2026-05-06 06:43:57 +07:00
taDuc
fcb7f321dd fix: ignore deleted submissions in project submissions list 2026-05-06 03:00:08 +07:00
taDuc
3e202edcc5 geometries: add /geometries/entity search by entity name 2026-05-05 22:29:54 +07:00
taDuc
0a1c0bdf47 geo_type: store numeric code and return int16
All checks were successful
Build and Release / release (push) Successful in 1m27s
2026-05-05 19:53:18 +07:00