twwu
|
f677f2f71b
|
refactor: update useEffect dependency to include currentPage.page_id for proper content fetching
|
2025-07-10 16:27:56 +08:00 |
twwu
|
de6867f875
|
refactor: update CrawledResult and WebsiteCrawl components to handle showPreview prop and adjust previewIndex logic
|
2025-07-10 15:43:36 +08:00 |
twwu
|
c39746181d
|
refactor: update data source store usage in LocalFile and WebsiteCrawl components
|
2025-07-10 15:24:58 +08:00 |
twwu
|
15cd9e0b12
|
refactor: rename selectedFileList to selectedFileKeys across components and update related logic
|
2025-07-10 15:14:23 +08:00 |
twwu
|
e66c2badda
|
refactor: update error handling to use DataSourceNodeErrorResponse in OnlineDocuments and WebsiteCrawl components
|
2025-07-10 13:55:24 +08:00 |
twwu
|
6030ae9d0f
|
refactor: integrate currentNodeIdRef into data source store and update related components
|
2025-07-10 12:02:54 +08:00 |
twwu
|
42fd40500a
|
refactor: remove isTruncated state and update related logic to use mutable refs
|
2025-07-10 10:39:01 +08:00 |
twwu
|
7c6bdb9ec9
|
feat: Enhance operations with pause and resume functionality
|
2025-07-09 16:05:42 +08:00 |
twwu
|
9e44f2b805
|
Merge branch 'main' into feat/rag-2
|
2025-07-09 15:54:57 +08:00 |
twwu
|
4ea4d227c6
|
refactor: Remove unused file support types logic from CreateFormPipeline component
|
2025-07-09 14:44:56 +08:00 |
twwu
|
b3431ab0c4
|
feat: Refactor online drive components to improve file retrieval and selection logic
|
2025-07-08 16:46:59 +08:00 |
twwu
|
073a0974a4
|
fix: Update breadcrumb click handling to close dropdown and adjust prefix slicing logic
|
2025-07-08 15:40:16 +08:00 |
twwu
|
e911a4e719
|
fix: Update button styles and improve file size validation in breadcrumb and item components
|
2025-07-08 15:28:22 +08:00 |
twwu
|
5e2b60664f
|
fix: Improve item selection logic and reset selected file list on folder open
|
2025-07-08 14:26:55 +08:00 |
twwu
|
b36f36d242
|
feat: Enhance CreateFormPipeline with file selection and validation for online documents and drives
|
2025-07-08 14:14:50 +08:00 |
twwu
|
467cd2c4c1
|
fix: Update onlineDrive file check to use selectedFileList for better validation
|
2025-07-07 16:34:43 +08:00 |
twwu
|
d3ca50626d
|
feat: Integrate useOnlineDrive hook and enhance datasource handling in CreateFormPipeline
|
2025-07-07 16:30:15 +08:00 |
twwu
|
13f168ed1c
|
refactor: Refactor Online Drive components to improve state management and add truncation support
|
2025-07-07 15:51:59 +08:00 |
twwu
|
83c8219942
|
feat: Enhance file item component with support for disabled state and file type validation
|
2025-07-07 14:36:09 +08:00 |
twwu
|
1bd664e655
|
feat: Implement Dropdown and Menu components for breadcrumb navigation in Online Drive
|
2025-07-04 19:15:37 +08:00 |
twwu
|
e67a19b26b
|
refactor: Enhance Bucket and Breadcrumbs components; improve event handling and add button for bucket name
|
2025-07-04 17:55:30 +08:00 |
twwu
|
d44af3ec46
|
refactor: Restructure breadcrumbs component; introduce Bucket and BreadcrumbItem components for improved navigation
|
2025-07-04 16:44:21 +08:00 |
twwu
|
9ce0c69687
|
refactor: Update event handling in Checkbox and Radio components; optimize Online Drive file filtering
|
2025-07-04 15:30:08 +08:00 |
twwu
|
2ecbcd6a7f
|
refactor: Add loading state and bucket handling to Online Drive components
|
2025-07-04 15:14:19 +08:00 |
GuanMu
|
de39b737b6
|
Feat list query (#21907)
|
2025-07-04 14:18:31 +08:00 |
GuanMu
|
a66ed7157e
|
feat: add document pause and resume functionality (#21894)
|
2025-07-04 14:06:47 +08:00 |
twwu
|
a4f7d373b5
|
refactor: Replace useDataSourceStore with useDataSourceStoreWithSelector for improved state selection across components
|
2025-07-04 14:03:04 +08:00 |
twwu
|
334f0c905a
|
feat: Enhance Online Drive file handling with selection and folder opening functionality
|
2025-07-04 13:42:36 +08:00 |
twwu
|
f2960989c1
|
refactor: Refactor data source components
|
2025-07-03 18:34:54 +08:00 |
twwu
|
cf4f652105
|
fix: Enhance data source handling by adding error response type and updating local file and online document slices
|
2025-07-03 14:58:58 +08:00 |
twwu
|
2dd1f41ad3
|
feat: Implement data source store with slices for local files, online documents, website crawls, and online drives
|
2025-07-03 10:31:29 +08:00 |
zxhlyh
|
a52bf6211a
|
merge main
|
2025-07-02 18:07:09 +08:00 |
twwu
|
68d59ee8b3
|
refactor: Refactor useOnlineDocument hook
|
2025-07-02 14:56:29 +08:00 |
twwu
|
0284e7556e
|
refactor: Refactor useDatasourceIcon hook and enhance dataset node rendering with AppIcon component
|
2025-07-02 13:48:11 +08:00 |
非法操作
|
70035aa9a9
|
fix: notion kownledge datasets can't add new page (#21779)
|
2025-07-02 09:14:48 +08:00 |
twwu
|
0db7967e5f
|
refactor: Add useOnlineDrive hook and integrate it into CreateFormPipeline and TestRunPanel components
|
2025-07-01 16:54:44 +08:00 |
twwu
|
a81dc49ad2
|
feat: Refactor OnlineDocuments and PageSelector components to enhance state management and integrate new Actions component
|
2025-07-01 16:32:21 +08:00 |
twwu
|
2d0d448667
|
feat: Update selection handling to support multiple choice in OnlineDocuments and PageSelector components
|
2025-07-01 14:14:28 +08:00 |
twwu
|
7b473bb5c9
|
feat: Integrate OnlineDrive component into CreateFormPipeline and update related components
|
2025-06-30 18:31:52 +08:00 |
twwu
|
4c82c9d029
|
feat: Add Online Drive file management components and enhance file icon handling
|
2025-06-30 14:19:14 +08:00 |
twwu
|
93eabef58a
|
refactor: Refactor OnlineDocuments component and remove OnlineDocumentSelector
|
2025-06-27 16:29:30 +08:00 |
twwu
|
18b1a9cb2e
|
Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline
|
2025-06-26 15:28:19 +08:00 |
zxhlyh
|
25fef5d757
|
merge main
|
2025-06-26 15:21:24 +08:00 |
twwu
|
2a25ca2b2c
|
feat: enhance online drive connection UI and add localization for connection status in dataset pipeline
|
2025-06-26 14:24:50 +08:00 |
twwu
|
3a9c79b09a
|
feat: refactor data source handling and integrate OnlineDrive component in TestRunPanel
|
2025-06-26 13:46:12 +08:00 |
Dongyu Li
|
00f0b569cc
|
Feat/kb index (#20868)
Co-authored-by: twwu <twwu@dify.ai>
|
2025-06-25 17:52:59 +08:00 |
twwu
|
c6ae9628af
|
feat: refactor input variable handling and configurations in pipeline processing components
|
2025-06-25 16:15:59 +08:00 |
twwu
|
261b7cabc8
|
feat: enhance OnlineDocumentPreview with datasourceNodeId and implement preview functionality
|
2025-06-25 11:36:56 +08:00 |
twwu
|
2414dbb5f8
|
feat: clear selected IDs on document deletion action in DocumentList component
|
2025-06-23 16:38:19 +08:00 |
twwu
|
916a8c76e7
|
fix: rename currentDocuments to currentDocument for consistency in online documents handling
|
2025-06-23 16:31:09 +08:00 |