Commit Graph

2958 Commits

Author SHA1 Message Date
谨欣
093ab9affb refactor: refactor canvasNode component to improve rendering performance 2024-08-20 15:54:01 +08:00
谨欣
3bb00ed08e feat: refactor NodeParamHandler component 2024-08-20 14:39:59 +08:00
谨欣
74cbfb6be2 feat: add export/import functionality to flow canvas 2024-08-20 14:30:15 +08:00
谨欣
37240c9c2f chore: update api 2024-08-20 12:04:45 +08:00
谨欣
5cf6070121 feat: Update UI components for better user experience 2024-08-20 11:24:30 +08:00
Dreammy23
1a73f5f821 chore: update api (#1848) 2024-08-20 09:24:42 +08:00
谨欣
77fbe475cc Merge branch 'awel-flow2.0' into chore/update-api 2024-08-20 09:04:15 +08:00
谨欣
32701124d7 Merge branch 'awel-flow2.0' of https://github.com/eosphoros-ai/DB-GPT into awel-flow2.0 2024-08-20 09:03:16 +08:00
Dreammy23
ca1d71015b fix: add label of component (#1847) 2024-08-20 09:00:38 +08:00
Dreammy23
bf169fa0f6 feat: TextArea component support mouse scrolling、Slider component support range (#1846)
# 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-20 08:58:34 +08:00
谨欣
861ed9e980 feat: refactor NodeParamHandler component 2024-08-20 08:54:53 +08:00
谨欣
09b95235c5 fix: add label of component 2024-08-20 08:51:18 +08:00
严志勇
978ffe175d feat: 1、component textArea support mouse scrolling
2、component slider  support range
2024-08-19 20:57:41 +08:00
云锋
aebb71f1ae Feat/sprint web flow (#1845)
# 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-19 19:29:35 +08:00
Fangyin Cheng
9394d34b19 feat(core): Add code editor for UI component 2024-08-19 15:39:42 +08:00
Dreammy23
d0249cb2ea style: delete repeated Select component (#1841) 2024-08-19 14:44:17 +08:00
谨欣
a731233fdc style: delete repeated Select component 2024-08-19 14:42:52 +08:00
Dreammy23
d47ecec326 chore: update api (#1840) 2024-08-19 12:53:18 +08:00
谨欣
fbd44b8a66 Merge branch 'awel-flow2.0' into chore/update-api 2024-08-19 11:23:46 +08:00
谨欣
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