[PR #49] [MERGED] feat(server): add auto close ticket job, add knowledgeBase access log #51

Closed
opened 2026-03-03 13:58:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/labring/tentix/pull/49
Author: @HUAHUAI23
Created: 10/28/2025
Status: Merged
Merged: 10/28/2025
Merged by: @HUAHUAI23

Base: mainHead: fee


📝 Commits (10+)

📊 Changes

66 files changed (+6009 additions, -1877 deletions)

View changed files

📝 .env.template (+3 -4)
📝 bun.lock (+44 -9)
📝 frontend/package.json (+10 -1)
📝 frontend/src/components/ai-chat/chat-message.tsx (+1 -1)
📝 frontend/src/components/ai-chat/file-preview.tsx (+1 -1)
📝 frontend/src/components/react-flow/components/workflow-variables.ts (+9 -8)
frontend/src/components/react-flow/nodes/rag.tsx (+359 -0)
📝 frontend/src/components/react-flow/nodes/smart-chat.tsx (+7 -256)
📝 frontend/src/components/react-flow/workflow.tsx (+2 -0)
📝 frontend/src/components/user/sidebar.tsx (+20 -16)
📝 frontend/src/components/user/user-ticket-sidebar.tsx (+1 -1)
📝 frontend/src/lib/query.ts (+17 -5)
📝 frontend/src/modal/settings-sections/config.tsx (+3 -3)
📝 frontend/src/modal/use-transfer-modal.tsx (+9 -7)
📝 frontend/src/routes/index.tsx (+2 -13)
📝 frontend/src/routes/staff.tsx (+20 -10)
📝 frontend/src/routes/staff/workflow_.$id.tsx (+7 -0)
📝 frontend/src/routes/user.tsx (+20 -10)
📝 frontend/src/store/app-config.ts (+6 -0)
📝 packages/eslint-config/package.json (+2 -1)

...and 46 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/labring/tentix/pull/49 **Author:** [@HUAHUAI23](https://github.com/HUAHUAI23) **Created:** 10/28/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@HUAHUAI23](https://github.com/HUAHUAI23) **Base:** `main` ← **Head:** `fee` --- ### 📝 Commits (10+) - [`c79fd88`](https://github.com/labring/tentix/commit/c79fd88149abbb3339f2b358ee20d0798d1c9f7c) chore - [`3ceea66`](https://github.com/labring/tentix/commit/3ceea6621df5a565c0bf3c16743eb78ef257cce4) add app config - [`2ae824f`](https://github.com/labring/tentix/commit/2ae824f9aefd2ad78a6f77da9a572e7f06c6b725) chore change env - [`9609b23`](https://github.com/labring/tentix/commit/9609b23a380f63d771e9b56656e4e27ac6b40250) chore - [`2008aca`](https://github.com/labring/tentix/commit/2008acad86b9df9bb4ebada1e4cc38719c069bcc) refactor smart node,rag node - [`6f4ebf3`](https://github.com/labring/tentix/commit/6f4ebf334f9a28af4c3824fbb687ccaa0ded553c) chore - [`34e0579`](https://github.com/labring/tentix/commit/34e0579d4826a0496b6b90eca38a7bc577c6faa1) add ticket auto close job - [`0b734ce`](https://github.com/labring/tentix/commit/0b734ceaef4ffb394fce8553f49e7841109c03ca) chore - [`72cd354`](https://github.com/labring/tentix/commit/72cd3546cd6e4788dc053a497fd61c6744e7c48b) update i18n - [`f488ce7`](https://github.com/labring/tentix/commit/f488ce71de634f7173a93353da76035d9062b572) chore ### 📊 Changes **66 files changed** (+6009 additions, -1877 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+3 -4) 📝 `bun.lock` (+44 -9) 📝 `frontend/package.json` (+10 -1) 📝 `frontend/src/components/ai-chat/chat-message.tsx` (+1 -1) 📝 `frontend/src/components/ai-chat/file-preview.tsx` (+1 -1) 📝 `frontend/src/components/react-flow/components/workflow-variables.ts` (+9 -8) ➕ `frontend/src/components/react-flow/nodes/rag.tsx` (+359 -0) 📝 `frontend/src/components/react-flow/nodes/smart-chat.tsx` (+7 -256) 📝 `frontend/src/components/react-flow/workflow.tsx` (+2 -0) 📝 `frontend/src/components/user/sidebar.tsx` (+20 -16) 📝 `frontend/src/components/user/user-ticket-sidebar.tsx` (+1 -1) 📝 `frontend/src/lib/query.ts` (+17 -5) 📝 `frontend/src/modal/settings-sections/config.tsx` (+3 -3) 📝 `frontend/src/modal/use-transfer-modal.tsx` (+9 -7) 📝 `frontend/src/routes/index.tsx` (+2 -13) 📝 `frontend/src/routes/staff.tsx` (+20 -10) 📝 `frontend/src/routes/staff/workflow_.$id.tsx` (+7 -0) 📝 `frontend/src/routes/user.tsx` (+20 -10) 📝 `frontend/src/store/app-config.ts` (+6 -0) 📝 `packages/eslint-config/package.json` (+2 -1) _...and 46 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-03 13:58:12 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tentix#51
No description provided.