Commit Graph

3039 Commits

Author SHA1 Message Date
谨欣
5c7b93833f Merge branch 'awel-flow2.0' of https://github.com/eosphoros-ai/DB-GPT into awel-flow2.0 2024-08-19 11:23:07 +08:00
Dreammy23
59a3f372a1 feat: add Variables component to flow (#1839) 2024-08-19 10:42:43 +08:00
谨欣
8571ebdbac Merge branch 'feat/sprint-web-flow' into feat/tags 2024-08-19 10:41:25 +08:00
谨欣
8ced94066c feat: add Variables component to flow 2024-08-19 10:36:27 +08:00
Fangyin Cheng
3d1d2757ce feat(core): Add multi-instance config 2024-08-19 08:39:09 +08:00
Fangyin Cheng
7c241b6405 fix(core): Fix upload ui component attr error 2024-08-19 07:42:11 +08:00
Fangyin Cheng
48312ed946 feat(core): Add file upload operator 2024-08-19 07:35:04 +08:00
Fangyin Cheng
b6d54ed8ab feat(core): Add file server for DB-GPT 2024-08-19 00:19:53 +08:00
Fangyin Cheng
58fb29bec0 feat(core): Add debug and export/import for AWEL flow 2024-08-18 07:41:46 +08:00
Fangyin Cheng
74f343331b feat(core): Add AWEL flow radio component 2024-08-17 16:38:32 +08:00
Fangyin Cheng
abf1c78748 feat(core): Fetch flow nodes API supports filterd by tags 2024-08-17 16:38:32 +08:00
Fangyin Cheng
94ef5da873 feat(core): Support complex variables parsing 2024-08-17 16:38:32 +08:00
Fangyin Cheng
125765a3ab feat(core): Support variables for AWEL 2024-08-17 16:38:32 +08:00
Fangyin Cheng
f6669d3b26 feat(core): Support refresh for AWEL flow 2024-08-17 16:38:32 +08:00
Fangyin Cheng
e3e08a83e6 feat: Add flow2.0 examples 2024-08-17 16:38:32 +08:00
Fangyin Cheng
8563e30092 feat(core): Add UI component for AWEL flow 2024-08-17 16:38:32 +08:00
Dreammy23
ec421621d7 fix: Components slider and treeSelect drag (#1837)
# Description

Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration

# Snapshots:

Include snapshots for easier review.

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have already rebased the commits and make the commit message
conform to the project standard.
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] Any dependent changes have been merged and published in downstream
modules
2024-08-16 17:53:05 +08:00
严志勇
6ad7199c3b fix: Components slider and treeSelect drag 2024-08-16 17:43:49 +08:00
Dreammy23
1bc6d26605 fix: 1、components treeSelect and Password switch locations 2、remove console (#1836)
2、remove console

# Description

Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration

# Snapshots:

Include snapshots for easier review.

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have already rebased the commits and make the commit message
conform to the project standard.
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] Any dependent changes have been merged and published in downstream
modules
2024-08-16 17:06:35 +08:00
严志勇
77be0e6eac fix: 1、components treeSelect and Password switch locations
2、remove console
2024-08-16 16:47:27 +08:00
云锋
187cdd6875 feat: add atom components to flow (upload、codeEditor) (#1834)
# Description

Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration

# Snapshots:

Include snapshots for easier review.

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have already rebased the commits and make the commit message
conform to the project standard.
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] Any dependent changes have been merged and published in downstream
modules
2024-08-16 16:04:20 +08:00
云锋
dd2131402c Merge branch 'feat/sprint-web-flow' into feat-sprint-web-flow-2.0 2024-08-16 15:59:38 +08:00
yanzhiyong
c5ba26461e feat:1、Set language 2、Remove junk code 2024-08-16 00:19:21 +08:00
Aries-ckt
6ed35925fb fix: Fix can't read the milvus url config (#1808) 2024-08-15 23:19:51 +08:00
严志勇
fa5e425427 fix:Description error 2024-08-15 20:52:38 +08:00
严志勇
b301860d0f fix:Attribute error 2024-08-15 19:41:07 +08:00
严志勇
b264325151 feat:code editor 2024-08-15 18:24:53 +08:00
Dreammy23
da29d4af08 chore: update backend api (#1832) 2024-08-15 16:27:16 +08:00
谨欣
6a732ae0e4 Merge branch 'awel-flow2.0' into chore/update-api 2024-08-15 12:19:13 +08:00
Dreammy23
c9a4668647 feat: add Password component to flow (#1831) 2024-08-15 12:16:44 +08:00
严志勇
27ee22df47 feat:Remove test code 2024-08-15 10:59:07 +08:00
谨欣
2696d9a9e0 feat: add Password component to flow 2024-08-15 10:38:01 +08:00
Fangyin Cheng
6284f6aaaa feat(core): Add AWEL flow radio component 2024-08-15 09:22:09 +08:00
yanzhiyong
6f31c01fb3 feat: add components (codeEditor80% updata) 2024-08-15 01:27:09 +08:00
Dreammy23
145b25559f fix: fixed the issue of incorrect background color of canvas node in dark mode (#1830) 2024-08-15 00:33:44 +08:00
谨欣
9796bf9a9d style: delete redundant font styles 2024-08-15 00:32:31 +08:00
谨欣
b8538c72fc fix: fixed the issue of incorrect background color of canvas node in dark mode 2024-08-15 00:25:42 +08:00
Dreammy23
a07676ef87 feat: update style of canvas node (#1829) 2024-08-14 23:57:45 +08:00
谨欣
f8c786e223 feat: update style of canvas node 2024-08-14 23:54:47 +08:00
Dreammy23
7c5a67be88 fix: fixed the issue where the datePicker component was not effective (#1821) 2024-08-13 17:22:16 +08:00
谨欣
6290666a37 fix: Fixed the issue where the date selection component was not effective 2024-08-13 17:11:26 +08:00
谨欣
dfb13f4d3f style: update readme 2024-08-13 15:28:15 +08:00
Dreammy23
0b102c22a5 feat: add atom components to flow(select、input、checkbox、dataPicker) (#1818) 2024-08-13 15:02:27 +08:00
谨欣
9808af3fa2 feat: optimize code 2024-08-13 14:55:44 +08:00
谨欣
0d76c0ed8f Merge branch 'feat/sprint-web-flow' into feat/atom-component 2024-08-13 14:54:28 +08:00
Dreammy23
3225a97f12 style: optimize code of flow (#1817) 2024-08-13 11:19:35 +08:00
谨欣
baa169176f style: optimize code of flow 2024-08-13 11:12:55 +08:00
Dreammy23
be7efede11 feat: add atom component to flow(textArea、treeSelect、timePiceker、slider) (#1816)
# Description

Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration

# Snapshots:

Include snapshots for easier review.

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have already rebased the commits and make the commit message
conform to the project standard.
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] Any dependent changes have been merged and published in downstream
modules
2024-08-13 10:59:30 +08:00
严志勇
18ea5adab2 feat: Error resolution 2024-08-13 10:22:23 +08:00
严志勇
6593af2ff7 feat: add slider textarea treeSelect(80%) timePicker 2024-08-13 01:28:53 +08:00