Commit Graph

33 Commits

Author SHA1 Message Date
027cbecab6 feat: 添加 flowme-life 功能,包括创建、更新、删除和列表接口,导入 life JSON 数据到数据库 2026-03-10 20:17:49 +08:00
48425c6120 feat: 添加短链管理功能,包括创建、更新、删除和列表接口 2026-03-10 19:46:50 +08:00
7dfa96d165 Refactor app management to use Drizzle ORM
- Replaced Sequelize models with Drizzle ORM for app and app list management.
- Updated routes in app-manager to utilize new database queries.
- Removed obsolete Sequelize model files for app, app list, and app domain.
- Introduced new helper functions for app and app domain management.
- Enhanced user app management with improved file handling and user migration.
- Adjusted public API routes to align with new database structure.
- Implemented caching mechanisms for domain management.
2026-02-07 01:26:16 +08:00
266b7b33de Refactor config management to use Drizzle ORM
- Replaced Sequelize with Drizzle ORM in config-related routes and models.
- Updated database queries to use Drizzle's syntax for selecting, inserting, updating, and deleting configurations.
- Removed the ConfigModel class and replaced it with direct database interactions.
- Introduced nanoid for generating unique IDs for new configurations.
- Added new routes for managing marks, including CRUD operations and versioning.
- Implemented transaction handling for critical operations in the MarkModel.
- Enhanced error handling and validation in routes.
2026-02-05 16:31:11 +08:00
82c9b834e9 更新依赖项,添加 flowme 插入触发器和监听器;重构数据库连接管理;优化用户路由和 SSE 处理 2026-02-01 03:58:40 +08:00
4bc58460b4 remove old apps 2026-01-26 03:01:29 +08:00
07b4b0618a update use-config 2026-01-15 18:02:49 +08:00
93879b532b update 2026-01-05 02:02:51 +08:00
c6715c2e35 feat: enhance router views functionality and permissions
- Added new router views schema and types for better structure and type safety.
- Implemented CRUD operations for router views including listing, updating, retrieving, and deleting views.
- Introduced permission checks to ensure users can only access and modify their own views.
- Updated prompts route to include additional permission checks for updating and retrieving prompts.
- Refactored common query tests to align with new configurations.
- Organized route imports for better maintainability.
2025-12-31 17:55:13 +08:00
8731801b52 feat(container): add CRUD operations for container management
- Implemented routes for listing, retrieving, updating, and deleting containers.
- Added ContainerModel with necessary fields and methods for data handling.
- Created utility functions for fetching container data by ID.

feat(page): enhance page management with CRUD and publish functionality

- Developed routes for managing pages, including listing, updating, and deleting.
- Integrated caching and zip file generation for page exports.
- Added publish functionality to manage app versions and file uploads.

feat(prompts): implement prompt management with CRUD operations

- Created routes for listing, updating, and deleting prompts.
- Added pagination and search capabilities for prompt listing.

test: add common query utilities and prompt tests

- Implemented common query utilities for API interactions.
- Added tests for prompt listing functionality.
2025-12-30 13:28:50 +08:00
7370f649c4 update 2025-12-29 23:09:06 +08:00
fe7863fbb8 update 2025-12-06 18:48:46 +08:00
2a55f2d3ef remove mark 2025-12-04 10:31:37 +08:00
7b415f5ca8 feat: add listener 2025-06-07 12:08:54 +08:00
64c70ce527 temp 2025-03-25 00:38:41 +08:00
74a484718a code clear 2025-03-22 23:06:03 +08:00
d947043a16 config 2025-03-14 01:41:53 +08:00
efef48a1b0 feat: add minio list detect 2025-03-13 02:32:28 +08:00
84edde385e clear: old code 2025-02-18 18:10:02 +08:00
c00bfcf011 bump 2024-12-07 02:05:55 +08:00
40f42ca89b feat: add dynamic app 2024-11-22 02:13:12 +08:00
dc69b95f39 update new way 2024-11-17 01:35:05 +08:00
7ec8a001de remove webpack 2024-11-14 19:47:50 +08:00
6021aca4ba feat: add packages for edit 2024-10-29 01:09:36 +08:00
477ad00d86 feat: 新增app管理和文件管理 2024-10-06 20:10:20 +08:00
8436b0462a feat: some add auth 2024-10-02 00:22:54 +08:00
bd38ad2eaa feat: add chat message 2024-10-01 00:47:14 +08:00
962d89ff29 添加用户 2024-09-28 16:43:59 +08:00
718322ae47 feat: add agent 2024-09-27 23:03:30 +08:00
25c055b490 feat: add neo4j 2024-09-25 14:02:45 +08:00
a8f80abc88 暂存 2024-09-20 22:04:27 +08:00
0571863839 feat: add container page api 2024-09-18 23:12:30 +08:00
0a9e5c1d4f feat: add Container and Page Module 2024-09-17 01:59:48 +08:00