Commit graph

8,745 commits

Author SHA1 Message Date
EC2 Default User
39e09ca066 add README 2023-12-01 06:39:23 +00:00
nsxshota
fde4897493 add Cfn Output & Readme 2023-12-01 12:09:31 +09:00
nsxshota
7462aa6549 modiied docker-compose: use cdk.Dockerfile 2023-12-01 11:37:39 +09:00
nsxshota
fbd29a2071 modified: cdk Dockerfile 2023-12-01 10:42:57 +09:00
Gabriel Luiz Freitas Almeida
90621f509b Refactor necessary_imports in validate.py 2023-11-30 18:06:27 -03:00
cristhianzl
7bfce4cd1d feat(StorePage): add resetPagination function to reset page index and page size when changing tabs 2023-11-30 17:38:54 -03:00
Lucas Oliveira
b9b8937eda formatting 2023-11-30 17:34:40 -03:00
Lucas Oliveira
b8f8ec9c90 Fixed disabled not disabling text input 2023-11-30 17:33:47 -03:00
Gabriel Luiz Freitas Almeida
1f4712d7ae Fix frontend template update bug 2023-11-30 17:09:39 -03:00
Gabriel Luiz Freitas Almeida
c8404520fe Add CustomComponent class to langflow components 2023-11-30 17:09:12 -03:00
Gabriel Luiz Freitas Almeida
d2966c37df Refactor code_parser.py to remove kwargs from
showing up as fields in the frontend
2023-11-30 17:08:50 -03:00
Gabriel Luiz Freitas Almeida
831f665e06 🐛 fix(validate.py): fix spacing and formatting issues in the code to improve readability
 feat(validate.py): add support for default imports in the dynamic class constructor to improve usability and reduce code duplication
🔧 chore(validate.py): refactor prepare_global_scope function to accept code string as an argument for better modularity and reusability
🔧 chore(validate.py): refactor build_class_constructor function to improve readability and remove unnecessary imports
2023-11-30 16:55:10 -03:00
anovazzi1
67e520cfd6 fix(shareModal): import removeFileNameFromComponents function to fix compilation error
feat(shareModal): add logic to remove file names from flows before sharing to improve privacy and security
feat(reactflowUtils): add removeFileNameFromComponents function to recursively remove file names from flow components
2023-11-30 16:43:28 -03:00
anovazzi1
ab56d48002 fix(inputFileComponent): handle case when fileTypes prop is undefined to prevent error when checking file type
The checkFileType function in the InputFileComponent component now handles the case when the fileTypes prop is undefined. This prevents an error from occurring when checking the file type of the selected file.
2023-11-30 16:17:35 -03:00
anovazzi1
d26b6e36b2 fix(inputFileComponent): handle case when fileTypes is undefined to prevent error when joining the array 2023-11-30 16:16:17 -03:00
Gabriel Luiz Freitas Almeida
98d1eecd40 Refactor code and fix custom_fields bug 2023-11-30 15:42:41 -03:00
anovazzi1
ed47a20c3d fix(inputComponent): remove unnecessary console.log statement
fix(tagsSelectorComponent): reformat code for better readability
fix(styleUtils): remove unused import for GradientGroup from GradientSparkles icons
2023-11-30 15:15:44 -03:00
anovazzi1
14cd1b30fd fix(storeContext.tsx): set initial value of hasStore to false instead of true to fix incorrect initial state
fix(shareModal/index.tsx): import has function from lodash to fix missing import error
fix(shareModal/index.tsx): add hasStore to the list of dependencies in useEffect to fix missing dependency warning
fix(extraSidebarComponent/index.tsx): add hasStore to the list of dependencies in useEffect to fix missing dependency warning
fix(extraSidebarComponent/index.tsx): disable share button if hasStore is false to prevent sharing without a store
fix(extraSidebarComponent/index.tsx): disable share button in ShareModal if hasStore is false to prevent sharing without a store
fix(extraSidebarComponent/index.tsx): disable share button in ShareModal if hasStore is false to prevent sharing without a store
fix(nodeToolbarComponent/index.tsx): add hasStore to the list of dependencies to fix missing dependency warning
fix(nodeToolbarComponent/index.tsx): disable share option in SelectItem if hasStore is false to prevent sharing without a store
2023-11-30 14:58:02 -03:00
nsxshota
ceee6569f6 dockerignore aws 2023-11-30 17:31:07 +09:00
nsxshota
238ef6d58b install dotenv 2023-11-30 17:14:10 +09:00
nsxshota
67717570f5 __main__をv0.5.6のものと一緒に 2023-11-30 16:57:00 +09:00
nsxshota
675e4d61ed Dockerfile等をv0.5.6のものと一緒に 2023-11-30 16:54:12 +09:00
nsxshota
979b8e2c46 Dockerfile等をv0.5.6のものと一緒に 2023-11-30 16:52:54 +09:00
nsxshota
d7f40cfda7 本家の踏襲のため、Dockerfileを変更 2023-11-30 16:47:30 +09:00
nsxshota
b2d5a1d808 modify docker-compose 2023-11-30 16:36:13 +09:00
nsxshota
d6d12b488c move cdk folder to scripts/cdk 2023-11-30 16:32:52 +09:00
nsxshota
093d963a7c move cdk folder to scripts/cdk 2023-11-30 16:31:13 +09:00
igorrCarvalho
2d21535e2a Refactor: Change node description pencil editor color 2023-11-29 22:03:20 -03:00
igorrCarvalho
ba85fd1f7f Fix: Make vectorStore tag stop braking button box 2023-11-29 21:51:42 -03:00
igorrCarvalho
d9cc89860c Fix: Header with wrong colors 2023-11-29 20:45:39 -03:00
anovazzi1
2916502c71 fix(tagsSelectorComponent): remove unnecessary conditional class assignment for fade-container
fix(applies.css): update fade-container::before and fade-container::after background gradient to match the new design
2023-11-29 19:10:38 -03:00
Lucas Oliveira
4911c7196c Fixed glitch on my components, testing needed 2023-11-29 18:50:53 -03:00
Lucas Oliveira
1fd2931e4c Fix delete not deleting when searching for something 2023-11-29 18:45:31 -03:00
Lucas Oliveira
6b691dc47d Fixed context menu on sidebar 2023-11-29 18:35:54 -03:00
anovazzi1
030c19808e chore(genericModal/index.tsx): add comments to indicate that the validatePrompt function needs review
fix(genericModal/index.tsx): fix condition for checking if inputVariables is empty or null
refactor(genericModal/index.tsx): remove unnecessary code and reorganize code logic in the validatePrompt function
2023-11-29 18:00:57 -03:00
Lucas Oliveira
a0c5887d9a Fixed custom component only updating when dragging it 2023-11-29 18:00:24 -03:00
anovazzi1
a2d278b52d refactor(PageComponent): remove unnecessary code that sets the viewport in the useEffect hook
The code was removed because it was not being used and was unnecessary for the functionality of the PageComponent.
2023-11-29 17:44:34 -03:00
Lucas Oliveira
cfdb3f5220 Fixed not updated flow being sent to store 2023-11-29 17:40:19 -03:00
Gabriel Luiz Freitas Almeida
9c02aa5fc9 Fix condition for removing empty keys in
TemplateFieldCreator
2023-11-29 17:11:27 -03:00
Lucas Oliveira
4ec6ee8fd5 Fixed str handles being able to connect to everything 2023-11-29 17:01:36 -03:00
Lucas Oliveira
bd243d9f80 Fix flows being called unnecessarily 2023-11-29 16:55:22 -03:00
anovazzi1
93ec12beb7 fix(promptComponent): remove unused useEffect hook that was causing unnecessary API calls and re-rendering 2023-11-29 16:47:38 -03:00
Lucas Oliveira
8cdae5f45f fixed formatting 2023-11-29 16:43:15 -03:00
Lucas Oliveira
47885cd5f0 Removed unused console.log and fixed takeSnapshot logic 2023-11-29 16:42:45 -03:00
Lucas Oliveira
61504d8702 Fixed delete not updating node internal 2023-11-29 14:47:29 -03:00
Gabriel Luiz Freitas Almeida
1b5e1cce99 Fix import formatting in CustomComponent class 2023-11-29 14:35:25 -03:00
Lucas Oliveira
596ea19e5c Fixed undo not working on node 2023-11-29 14:12:32 -03:00
Lucas Oliveira
1186ee26f4 Updated backend to contain docs to CustomComponent 2023-11-29 14:06:32 -03:00
Lucas Oliveira
5e3bdfbb24 fixed parameterComponent with the new state management 2023-11-29 14:04:16 -03:00
Lucas Oliveira
ab57b14c52 Fixed className not appearing 2023-11-29 14:02:41 -03:00