Commit Graph

136 Commits

Author SHA1 Message Date
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
29944915cd UPDATE: new db
All checks were successful
Build and Release / release (push) Successful in 1m30s
2026-05-05 16:57:44 +07:00
8b440ad5c8 UPDATE: Fix chatbot
All checks were successful
Build and Release / release (push) Successful in 1m25s
2026-05-05 10:28:44 +07:00
44ebdeedc3 UPDATE: Fix chatbot
All checks were successful
Build and Release / release (push) Successful in 1m24s
2026-05-05 10:21:47 +07:00
de2e1cddf3 UPDATE: Fix chatbot
All checks were successful
Build and Release / release (push) Successful in 1m34s
2026-05-05 10:16:13 +07:00
a8f0597e59 UPDATE: Chatbot module
All checks were successful
Build and Release / release (push) Successful in 2m13s
2026-05-05 00:09:55 +07:00
1998cf2ec0 UPDATE: fix bug
All checks were successful
Build and Release / release (push) Successful in 1m13s
2026-05-04 21:20:47 +07:00
4817c29b8f UPDATE: Try fix bug
All checks were successful
Build and Release / release (push) Successful in 1m11s
2026-05-04 16:06:00 +07:00
57c2e3b5f3 UPDATE: Try fix bug
All checks were successful
Build and Release / release (push) Successful in 1m8s
2026-05-04 15:45:30 +07:00
0744121566 UPDATE: Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m8s
2026-05-04 14:50:48 +07:00
bcc2e192c1 UPDATE: Submission module
All checks were successful
Build and Release / release (push) Successful in 1m14s
2026-05-04 09:55:17 +07:00
f3f2e09fd5 UPDATE: New data
All checks were successful
Build and Release / release (push) Successful in 1m9s
2026-05-02 22:38:07 +07:00
67f70ed696 UPDATE: New data
All checks were successful
Build and Release / release (push) Successful in 1m14s
2026-05-02 22:21:20 +07:00
67e26c8e33 UPDATE: New data
All checks were successful
Build and Release / release (push) Successful in 1m9s
2026-05-02 20:51:33 +07:00
084101f948 UPDATE: change submit
All checks were successful
Build and Release / release (push) Successful in 1m35s
2026-05-01 19:48:35 +07:00
23158eced2 FIx bug
All checks were successful
Build and Release / release (push) Successful in 1m8s
2026-04-29 15:57:24 +07:00
42723510c7 Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m8s
2026-04-29 14:47:00 +07:00
bfe223879b UPDATE: Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m10s
2026-04-28 15:23:37 +07:00
5a4fb2e45b UPDATE: Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m7s
2026-04-28 11:03:16 +07:00
67055e08cb UPDATE: Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m8s
2026-04-28 10:53:43 +07:00
a92fc4bf3b UPDATE: Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m8s
2026-04-28 09:56:41 +07:00
b168a343be UPDATE: Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m11s
2026-04-27 23:41:41 +07:00
17aafacbfd UPDATE: Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m8s
2026-04-27 20:31:01 +07:00
eb08c16232 UPDATE: Swagger
All checks were successful
Build and Release / release (push) Successful in 1m7s
2026-04-26 20:30:42 +07:00