Commit Graph

3 Commits

Author SHA1 Message Date
TsMask
e7ae390f6e ref: 重构网元状态,提升加载网元列表带状态速度
Refactor network element state management

- Removed the NE state endpoint and related service logic from the network_data module.
- Introduced a new NEStateController to handle network element state records.
- Implemented NEState service and repository for managing state records in the database.
- Updated NEInfo and NeLicense controllers to utilize the new NEState service for fetching and saving state information.
- Enhanced state handling in the websocket processor to reflect the latest state of network elements.
- Added caching logic for network element states using Redis.
- Improved error handling and response formatting for state queries.
2025-10-27 15:15:27 +08:00
TsMask
774c865e97 feat: 网元状态记录内存/CPU/磁盘列表 2025-05-09 11:49:28 +08:00
TsMask
d987553af5 perf: 构建工具调整 2025-03-19 17:42:31 +08:00