cristhianzl
06bc86142a
Merge branch 'dev' into cz/bug/state/zustand
2024-01-18 09:35:09 -03:00
Lucas Oliveira
6ab7bbf46c
Fixed chat button appearing even if build failed
2024-01-18 13:23:44 +01:00
cristhianzl
a6f25e97b8
fix(parameterComponent): add isMinimized prop to ParameterComponent to control the display of a component when minimized
...
feat(GenericNode): add isMinimized state to control the display of components when the node is minimized
fix(nodeToolbarComponent): set isMinimized state based on showNode prop to control the display of components when the node is minimized
2024-01-17 20:40:39 -03:00
anovazzi1
35a0a344dd
Fix drag and click behavior in nestedComponent.spec.ts
2024-01-17 19:01:32 -03:00
anovazzi1
5ca45e02b4
Add frontend tests to Makefile
2024-01-17 18:53:31 -03:00
anovazzi1
84160ce86e
Fix formatting and remove unused code
2024-01-17 17:29:15 -03:00
anovazzi1
7b889fe651
Refactor sidebar draggable component
2024-01-17 17:27:05 -03:00
cristhianzl
e48c5d06c0
merge fix
2024-01-17 16:57:58 -03:00
cristhianzl
bd0d0cb1b2
fix(sideBarDraggableComponent): fix alignment and positioning of select trigger and select content
...
feat(sideBarDraggableComponent): add support for download option in select content
feat(sideBarDraggableComponent): add support for delete option in select content for non-official items
2024-01-17 16:57:02 -03:00
igorrCarvalho
a2096b8e0b
Fix: Add value prop initial value to prevent it from breaking when open edit node modal
2024-01-17 19:29:25 +01:00
igorrCarvalho
65d8b59885
Fix: Add select trigger to Saved components to make toolbar open again
2024-01-17 19:29:21 +01:00
igorrCarvalho
cb956e68d0
Fix: Transform empty object to array without opening 'editNode' modal to prevent flow build breakage.
2024-01-17 19:29:14 +01:00
igorrCarvalho
8d86d6208c
Fix: Input list doesnt show up when template value are empty
2024-01-17 19:28:50 +01:00
Lucas Oliveira
c3a0dfbd97
Fixed handles not showing when changing the output of the custom code
2024-01-17 19:27:58 +01:00
igorrCarvalho
41aec50819
Refactor: Change onConnection function to zustand store
2024-01-17 19:27:37 +01:00
anovazzi1
cbea369c2c
Update setFilterEdge references in code
2024-01-17 19:27:26 +01:00
anovazzi1
59de3fe50b
fix(App.tsx): increase the timer interval for fetching data to 20 seconds for better performance
...
feat(App.tsx): add cleanup function to clean up flow state when component unmounts
feat(PageComponent/index.tsx): add cleanFlow function to reset flow state when component unmounts
fix(PageComponent/index.tsx): fix bug where newEdges were not being set correctly in onConnect function
fix(PageComponent/index.tsx): remove unnecessary dependencies from onConnect function
fix(PageComponent/index.tsx): fix bug where setEdges was not returning the newEdges array correctly
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values in flowStore type
2024-01-17 19:27:04 +01:00
cristhianzl
dd95a0c699
chore(playwright-report): fix indentation and formatting in index.html file
...
style(App.css): add overflow: hidden to body and fix indentation and formatting
2024-01-17 19:26:50 +01:00
Gabriel Luiz Freitas Almeida
8d523dc672
Add indexes to tables apikey, flow, and user ( #1349 )
...
This pull request adds indexes to the tables apikey, flow, and user in order to improve database performance.
2024-01-17 07:36:29 -03:00
Gabriel Luiz Freitas Almeida
91d1b04d92
Add indexes to tables apikey, flow, and user
2024-01-17 07:36:05 -03:00
Gabriel Luiz Freitas Almeida
679ef1f955
Update version to 0.6.5a8 in pyproject.toml
2024-01-17 07:34:31 -03:00
Gabriel Luiz Freitas Almeida
3eb14b53f1
Add indexes to tables apikey, flow, and user
2024-01-17 07:34:18 -03:00
Gabriel Luiz Freitas Almeida
36a6a30828
Fix unique constraints and column nullability ( #1348 )
...
This pull request tries to fix the unique constraints and column nullability in the codebase.
2024-01-17 07:08:56 -03:00
Gabriel Luiz Freitas Almeida
e4cbe9c85d
Bump version to 0.6.5a7 in pyproject.toml
2024-01-17 07:08:38 -03:00
Gabriel Luiz Freitas Almeida
fa55e98a0b
Fix unique constraints and column nullability
2024-01-17 07:07:45 -03:00
Gabriel Luiz Freitas Almeida
bc4cab16df
Add primary key and unique constraints to user, apikey, and flow tables ( #1347 )
...
This pull request adds primary key and unique constraints to the user, apikey, and flow tables in the database schema. This ensures data integrity and improves database performance.
2024-01-16 23:14:34 -03:00
Gabriel Luiz Freitas Almeida
490a9ef38c
Update version number in pyproject.toml
2024-01-16 23:14:25 -03:00
Gabriel Luiz Freitas Almeida
8cb4fe9f5f
Add primary key and unique constraints to user, apikey, and flow tables
2024-01-16 23:13:09 -03:00
Gabriel Luiz Freitas Almeida
70821701f2
Update version to 0.6.5a5 in pyproject.toml ( #1343 )
...
This pull request updates the version in the pyproject.toml file from 0.6.5a4 to 0.6.5a5.
2024-01-15 23:36:59 -03:00
Gabriel Luiz Freitas Almeida
aeb1a748fb
Update version to 0.6.5a5 in pyproject.toml
2024-01-15 23:36:36 -03:00
Gabriel Luiz Freitas Almeida
37f331b578
Fix LangflowApplication initialization and update cohere version ( #1342 )
2024-01-15 23:32:06 -03:00
Gabriel Luiz Freitas Almeida
7d43b7822f
Update cohere version to 4.44 and weaviate-client version to ^4.4b6
2024-01-15 23:30:58 -03:00
Gabriel Luiz Freitas Almeida
6b5d51016a
Fix LangflowApplication initialization
2024-01-15 23:29:57 -03:00
cristhianzl
4ebbafe493
fix(components): add data-testid to edit flow button for better testability and identification
...
fix(dragAndDrop.spec): update locator for edit flow button to use data-testid for better stability
fix(group.spec): update locator for edit flow button to use data-testid for better stability
fix(saveComponents.spec): update locator for edit flow button to use data-testid for better stability
2024-01-15 22:31:46 -03:00
Gabriel Luiz Freitas Almeida
f94ff70f70
Update create_engine method to include max_overflow parameter ( #1341 )
...
This pull request updates the `create_engine` method in the `DatabaseService` class to include the `max_overflow` parameter. This allows for better control of connection pooling and prevents connection errors when the pool is full. Additionally, it updates the `weaviate-client` version to `4.0.0` and the `langflow` version to `0.6.5a4`.
2024-01-15 19:26:01 -03:00
Gabriel Luiz Freitas Almeida
66ebaa80eb
Update langflow version to 0.6.5a4
2024-01-15 19:25:19 -03:00
Gabriel Luiz Freitas Almeida
bd1145651d
Update weaviate-client version to 4.0.0
2024-01-15 19:25:06 -03:00
Gabriel Luiz Freitas Almeida
79c20ec46b
Update create_engine method to include max_overflow parameter
2024-01-15 19:24:56 -03:00
Gabriel Luiz Freitas Almeida
b718f53419
Refactor run_on_mac_or_linux function and remove unused imports ( #1335 )
...
This pull request refactors the run_on_mac_or_linux function by removing unused imports and updating the function signature. This improves the code readability and maintainability.
2024-01-14 18:16:48 -03:00
Gabriel Luiz Freitas Almeida
3244e3b34a
Update version to 0.6.5a3 in pyproject.toml
2024-01-14 18:16:09 -03:00
Gabriel Luiz Freitas Almeida
7fc32b342a
Refactor imports and initialize services in __main__.py
2024-01-14 18:15:56 -03:00
Gabriel Luiz Freitas Almeida
e75f5f4745
Refactor run_on_mac_or_linux function and remove unused imports
2024-01-14 18:14:40 -03:00
Gabriel Luiz Freitas Almeida
c7daa1d078
Fix memory inputs and update function arguments ( #1334 )
...
Refactor process_graph_cached function
Update version to 0.6.5a2 in pyproject.toml
2024-01-14 17:51:19 -03:00
Gabriel Luiz Freitas Almeida
2e9186db99
Update version to 0.6.5a2 in pyproject.toml
2024-01-14 17:50:33 -03:00
Gabriel Luiz Freitas Almeida
71bb7c18e4
Refactor process_graph_cached function
2024-01-14 17:50:03 -03:00
Gabriel Luiz Freitas Almeida
73f87dd611
Fix memory inputs and update function arguments
2024-01-14 17:49:28 -03:00
Gabriel Luiz Freitas Almeida
38bfa141d9
Add support for running on Linux using gunicorn ( #1333 )
...
This pull request adds support for running the application on Linux using gunicorn. It also updates the version number in the pyproject.toml file.
2024-01-14 16:02:41 -03:00
Gabriel Luiz Freitas Almeida
404bbcaf33
Update version number in pyproject.toml
2024-01-14 16:02:15 -03:00
Gabriel Luiz Freitas Almeida
54c40c670a
Add support for running on Linux using gunicorn
2024-01-14 16:01:50 -03:00
Gabriel Luiz Freitas Almeida
116bb985d3
Bump version to 0.6.5a0 in pyproject.toml ( #1332 )
...
This pull request updates the version in the pyproject.toml file to 0.6.5a0.
2024-01-14 15:24:56 -03:00