Commit Graph

  • 5f28663969 feat: enhance JWT error handling by returning unauthorized status for missing or malformed JWT master Kain344 2026-06-15 22:51:39 +07:00
  • 925935788a feat: reorganize pg_trgm index migrations by removing old files and creating new ones Kain344 2026-06-08 14:03:50 +07:00
  • 53e1e4b8ea feat: implement lexical search functionality in RAG, including new SQL queries and service methods Kain344 2026-06-08 14:00:20 +07:00
  • a77b856973 feat: enhance RAG functionality with context character limits, query rewriting options, and improved timeout settings Kain344 2026-06-08 13:46:32 +07:00
  • 872692d8d2 feat: add detailed logging for RAG chat and rerank attempts, including durations and error handling Kain344 2026-06-08 13:14:40 +07:00
  • 40fced75d9 feat: enhance RAG functionality with query rewriting, result reranking, and additional metadata in responses Kain344 2026-06-08 13:01:55 +07:00
  • 15e81ac12b docs: fix environment variable syntax and update storage provider documentation Kain344 2026-06-07 23:39:54 +07:00
  • 250dca82a7 docs: rewrite README to include comprehensive project documentation and setup guide Kain344 2026-06-07 23:35:49 +07:00
  • 64e69bc085 feat: implement relation request DTO and generate Swagger API documentation Kain344 2026-06-06 19:21:48 +07:00
  • 463f7a3ac0 feat: implement geometry and relation management services with associated DTOs, repository logic, and database queries Kain344 2026-06-06 19:19:18 +07:00
  • fd8d413760 feat: implement relation management system with controllers, services, repositories, and corresponding API documentation. Kain344 2026-06-06 17:22:03 +07:00
  • 7ff15ae662 feat: implement geometry and battle replay repositories, services, and associated database schemas Kain344 2026-06-06 07:14:52 +07:00
  • f55bc6c0e6 feat: implement RAG-based chatbot service with usage limits and history persistence Kain344 2026-06-05 21:20:23 +07:00
  • 32ade66c6c feat: implement chatbot service with RAG-based question answering and history tracking Kain344 2026-06-05 17:55:45 +07:00
  • fdcd44cc00 feat: implement core backend architecture and project management services for the History API Kain344 2026-06-05 14:18:55 +07:00
  • 420a9ad43a feat: implement ChatbotService for RAG-based history Q&A and history retrieval Kain344 2026-06-04 09:53:22 +07:00
  • 9654c059d5 feat: implement ChatbotService for RAG-based AI interactions and history management Kain344 2026-06-04 07:50:25 +07:00
  • e061b9da05 feat: implement RAG utility and chatbot service for AI-powered history assistance Kain344 2026-06-04 01:13:19 +07:00
  • b9df8d33b3 feat: implement RAG indexing worker with vector database schema and document embedding support Kain344 2026-06-04 00:55:41 +07:00
  • 2b07f264b6 feat: implement Fiber server setup and dependency injection for API layers Kain344 2026-06-03 22:29:03 +07:00
  • dfe34b0029 feat: implement core repository layer and redis caching infrastructure Kain344 2026-06-03 22:15:27 +07:00
  • 4676e21740 feat: define usage constants and add unit tests for GeometryService Kain344 2026-06-03 19:43:51 +07:00
  • 54b1522db5 feat: implement battle replay controller, service, and routes with Swagger documentation Kain344 2026-05-28 02:46:48 +07:00
  • 1d0733819d feat: initialize Swagger documentation for authentication and proxy endpoints Kain344 2026-05-27 18:36:56 +07:00
  • d02006390b feat: implement entity and wiki management services, repositories, and routes with associated controllers Kain344 2026-05-27 18:32:35 +07:00
  • e35f67e26b feat: implement wiki and submission management services with corresponding database schema and API endpoints Kain344 2026-05-27 18:00:30 +07:00
  • 79cf5caa0b feat: remove log Kain344 2026-05-26 15:06:11 +07:00
  • a2ea4a443f feat: implement commit service with project permission checks and transaction management Kain344 2026-05-26 14:56:41 +07:00
  • 0a416d40e9 feat: define commit snapshot DTOs and implement submission service submission creation logic Kain344 2026-05-26 14:32:29 +07:00
  • cc92e07d92 feat: add goong integration service and route controllers with associated documentation Kain344 2026-05-26 12:26:20 +07:00
  • 05059185af feat: new domain Kain344 2026-05-26 07:27:41 +07:00
  • 81ea0bc6d1 feat: fix project service Kain344 2026-05-25 08:42:39 +07:00
  • 636f75953b feat: implement submission service and clean up docker-compose configuration Kain344 2026-05-25 08:14:51 +07:00
  • 24899ef697 feat: implement submission service for managing project submission lifecycle and status updates Kain344 2026-05-25 07:58:59 +07:00
  • d1848174ef feat: initialize Swagger documentation and API schemas Kain344 2026-05-24 19:39:00 +07:00
  • 81294af909 feat: implement geometry, battle replay, and entity repositories with caching support Kain344 2026-05-24 19:37:06 +07:00
  • 2fa420492c feat: implement geometry and project management modules with associated controllers, services, and routes Kain344 2026-05-24 19:34:46 +07:00
  • ff56ba3d32 feat: implement geometry CRUD operations and entity association management in SQLC and service layer Kain344 2026-05-24 18:08:25 +07:00
  • 3cdecdccec feat: reimplement geometry module with database schema, repository, service layer, and API documentation Kain344 2026-05-24 17:31:32 +07:00
  • 8d3b02f312 feat: add GoongController to proxy requests and manage caching headers Kain344 2026-05-24 16:01:22 +07:00
  • 8b3204f96e feat: implement Goong API proxy with Redis caching, automatic key injection, and response filtering Kain344 2026-05-24 15:47:39 +07:00
  • 5a75798609 feat: implement submission repository and service layer with caching support Kain344 2026-05-24 13:11:40 +07:00
  • 9dacfd036d feat: implement submission lifecycle management with creation, review, and status tracking services Kain344 2026-05-24 12:58:30 +07:00
  • ae8028549e UPDATE: try fix proxy Kain344 2026-05-20 16:11:50 +07:00
  • e41855e538 fix(goong): add Cross-Origin-Resource-Policy header to proxy response Kain344 2026-05-20 15:45:51 +07:00
  • 5fe3025c72 UPDATE: ignore patterns Kain344 2026-05-20 06:33:37 +07:00
  • 9cd244df12 UPDATE: Fix bug cache Kain344 2026-05-19 16:49:13 +07:00
  • 111a884574 feat: implement Goong service and controller for location functionality and update database schema diagram Kain344 2026-05-18 22:05:51 +07:00
  • 965c74abaf fix(goong): bump proxy cache version prefix to goong_proxy_v2 to clear dirty cache Kain344 2026-05-18 20:14:29 +07:00
  • 72fab311c8 feat: add GoongService for authenticated proxying and caching of Goong API requests Kain344 2026-05-18 20:10:30 +07:00
  • ba5ac2df7d feat: implement GoongController to proxy requests with automatic API key injection Kain344 2026-05-18 19:39:02 +07:00
  • 65f73a70f1 feat: implement History API service with Swagger documentation and routing Kain344 2026-05-18 19:29:10 +07:00
  • fc7320cda1 feat: implement user routes with authentication and role-based access control Kain344 2026-05-17 23:39:53 +07:00
  • 374c3b4f47 feat: implement battle replay module with database migrations, repository, and CRUD service endpoints Kain344 2026-05-17 22:25:48 +07:00
  • 94601dbe58 feat: generate Swagger API documentation and remove database port exposure from docker-compose Kain344 2026-05-14 13:52:11 +07:00
  • 27e9dacf19 feat: implement project repository with Redis caching and transaction support Kain344 2026-05-14 13:37:37 +07:00
  • a5a597f2a1 feat: implement WikiRepository with caching and database integration for wiki management Kain344 2026-05-14 12:58:48 +07:00
  • 8aceee9130 feat: implement WikiRepository with caching and transaction support Kain344 2026-05-14 12:56:30 +07:00
  • e7d4f5f7cd feat: implement cron worker for daily statistics updates and weekly S3 database backups Kain344 2026-05-14 11:55:46 +07:00
  • 033e5bf60b feat: implement authentication service and controller for user signin, signup, logout, and token refresh Kain344 2026-05-13 16:38:23 +07:00
  • b94618c7d7 feat: implement cron worker for automated daily statistics and weekly database backups Kain344 2026-05-11 11:08:49 +07:00
  • 2873e42eab feat: implement wiki and wiki content management system including database schemas, DTOs, and API endpoints Kain344 2026-05-11 11:02:57 +07:00
  • 8cee6b6622 feat: implement wiki and entity repositories and services with corresponding SQL queries and generation Kain344 2026-05-10 11:38:33 +07:00
  • 12a04f0670 feat: add ChatbotController for handling AI chat queries and history retrieval Kain344 2026-05-09 11:12:26 +07:00
  • 27c78db66d feat: implement geometry service with persistence layer and API documentation Kain344 2026-05-09 00:43:45 +07:00
  • b2ee16457d feat: implement chat repository with caching support and add new commit service for history management Kain344 2026-05-08 21:15:54 +07:00
  • 600246426b feat: implement chat and conversation history management with database schema and API endpoints Kain344 2026-05-08 21:03:26 +07:00
  • 4d4640c20a feat: add commit snapshot request DTOs for history tracking Kain344 2026-05-08 01:53:25 +07:00
  • 11679a7d8e feat: implement cron worker for automated daily statistics and weekly database backups Kain344 2026-05-07 11:47:43 +07:00
  • d6b113dcda feat: generate Swagger documentation for API endpoints Kain344 2026-05-07 11:41:26 +07:00
  • a4fed88b8a feat: implement RAG chatbot service, background cron worker, and asynchronous indexing infrastructure Kain344 2026-05-07 11:38:18 +07:00
  • 76bb1735bb refactor: remove commit_snapshot documentation and update docker configuration files Kain344 2026-05-07 11:34:18 +07:00
  • bdaac7ddd8 feat: implement system statistics tracking, commit management controllers, and associated database migrations Kain344 2026-05-07 11:31:53 +07:00
  • ca05785a24 feat: implement CommitService and register commit management routes in the API server Kain344 2026-05-06 10:58:44 +07:00
  • e7b0141684 feat: implement submission repository and service layers with caching support Kain344 2026-05-06 10:56:30 +07:00
  • a61cf085ce feat: implement RAG-based chatbot service with daily usage rate limiting and background index worker Kain344 2026-05-06 10:02:00 +07:00
  • 76c5f55cdd feat: generate Swagger API documentation for authentication endpoints Kain344 2026-05-06 06:44:02 +07:00
  • fe9543d896 feat: implement geometry domain with repository, service, and data conversion utilities Kain344 2026-05-06 06:43:57 +07:00
  • fcb7f321dd fix: ignore deleted submissions in project submissions list taDuc 2026-05-06 03:00:08 +07:00
  • 3e202edcc5 geometries: add /geometries/entity search by entity name taDuc 2026-05-05 22:29:54 +07:00
  • 0a1c0bdf47 geo_type: store numeric code and return int16 taDuc 2026-05-05 19:53:18 +07:00
  • 29944915cd UPDATE: new db Kain344 2026-05-05 16:57:44 +07:00
  • 8b440ad5c8 UPDATE: Fix chatbot Kain344 2026-05-05 10:28:44 +07:00
  • 44ebdeedc3 UPDATE: Fix chatbot Kain344 2026-05-05 10:21:47 +07:00
  • de2e1cddf3 UPDATE: Fix chatbot Kain344 2026-05-05 10:16:13 +07:00
  • a8f0597e59 UPDATE: Chatbot module Kain344 2026-05-05 00:09:55 +07:00
  • 1998cf2ec0 UPDATE: fix bug Kain344 2026-05-04 21:20:47 +07:00
  • 4817c29b8f UPDATE: Try fix bug Kain344 2026-05-04 16:06:00 +07:00
  • 57c2e3b5f3 UPDATE: Try fix bug Kain344 2026-05-04 15:45:30 +07:00
  • 0744121566 UPDATE: Fix bug Kain344 2026-05-04 14:50:48 +07:00
  • bcc2e192c1 UPDATE: Submission module Kain344 2026-05-04 09:55:17 +07:00
  • f3f2e09fd5 UPDATE: New data Kain344 2026-05-02 22:38:07 +07:00
  • 67f70ed696 UPDATE: New data Kain344 2026-05-02 22:21:20 +07:00
  • 67e26c8e33 UPDATE: New data Kain344 2026-05-02 20:51:33 +07:00
  • 084101f948 UPDATE: change submit Kain344 2026-05-01 19:48:35 +07:00
  • 23158eced2 FIx bug Kain344 2026-04-29 15:57:24 +07:00
  • 42723510c7 Fix bug Kain344 2026-04-29 14:47:00 +07:00
  • bfe223879b UPDATE: Fix bug Kain344 2026-04-28 15:23:37 +07:00
  • 5a4fb2e45b UPDATE: Fix bug Kain344 2026-04-28 11:03:16 +07:00
  • 67055e08cb UPDATE: Fix bug Kain344 2026-04-28 10:53:43 +07:00