-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
♻️ refactor: refactor the service interface #2062
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2062 +/- ##
==========================================
+ Coverage 92.80% 93.10% +0.29%
==========================================
Files 264 264
Lines 14821 14883 +62
Branches 1706 1043 -663
==========================================
+ Hits 13755 13857 +102
+ Misses 1066 1026 -40 ☔ View full report in Codecov by Sentry. |
❤️ Great PR @arvinxx ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 0.147.17](v0.147.16...v0.147.17) <sup>Released on **2024-04-16**</sup> #### ♻ Code Refactoring - **misc**: Refactor service to a uniform interface. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor service to a uniform interface, closes [#2062](#2062) ([86779e2](86779e2)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 0.147.17 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.27.17](v1.27.16...v1.27.17) <sup>Released on **2024-04-16**</sup> #### ♻ Code Refactoring - **misc**: Refactor service to a uniform interface. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor service to a uniform interface, closes [lobehub#2062](https://github.com/bentwnghk/lobe-chat/issues/2062) ([86779e2](86779e2)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
* ♻️ refactor: refactor the session service interface * ♻️ refactor: add file service interface * ♻️ refactor: add message service interface * ♻️ refactor: add topic service interface * ✅ test: add test for agent action
### [Version 0.147.17](lobehub/lobe-chat@v0.147.16...v0.147.17) <sup>Released on **2024-04-16**</sup> #### ♻ Code Refactoring - **misc**: Refactor service to a uniform interface. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor service to a uniform interface, closes [lobehub#2062](lobehub#2062) ([86779e2](lobehub@86779e2)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
* ♻️ refactor: refactor the session service interface * ♻️ refactor: add file service interface * ♻️ refactor: add message service interface * ♻️ refactor: add topic service interface * ✅ test: add test for agent action
### [Version 0.147.17](lobehub/lobe-chat@v0.147.16...v0.147.17) <sup>Released on **2024-04-16**</sup> #### ♻ Code Refactoring - **misc**: Refactor service to a uniform interface. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor service to a uniform interface, closes [lobehub#2062](lobehub#2062) ([86779e2](lobehub@86779e2)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
重构 service 接口定义,让 server Service 的接口尽量与 client 对齐
📝 补充信息 | Additional Information