Commit graph

11,619 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
ad0b0e5d5b Add isLoading state to ParameterComponent and DropdownComponent 2024-03-04 11:29:11 -03:00
Gabriel Luiz Freitas Almeida
12459dbdb9 Refactor validateNodes to use nodes from useFlowStore 2024-03-04 10:55:32 -03:00
Gabriel Luiz Freitas Almeida
f1faf3c428 Refactor parameter component to include refresh button 2024-03-04 10:50:23 -03:00
Gabriel Luiz Freitas Almeida
4487a839e6 Refactor RefreshButton component to accept className and id props 2024-03-04 10:50:17 -03:00
Gabriel Luiz Freitas Almeida
9244db0c24 Update RunFlow and RefreshButton components 2024-03-04 10:37:13 -03:00
Gabriel Luiz Freitas Almeida
f0073b55df Add disabled prop to RefreshButton component 2024-03-04 10:32:05 -03:00
Gabriel Luiz Freitas Almeida
ce8c274721 Refactor RefreshButton component to handle disabled state and loading state 2024-03-04 10:31:33 -03:00
Gabriel Luiz Freitas Almeida
0094732218 Refactor RunFlowComponent and CustomComponent classes 2024-03-04 10:30:41 -03:00
Gabriel Luiz Freitas Almeida
46520e84a3 Add flow_records attribute and update build method in RunFlowComponent 2024-03-04 10:26:02 -03:00
Gabriel Luiz Freitas Almeida
82bb7dc415 Add ListFlows and RunFlow components 2024-03-04 10:11:54 -03:00
Gabriel Luiz Freitas Almeida
4421c8154d Fix isLoading state initialization and add delay before refreshing 2024-03-04 10:11:47 -03:00
Gabriel Luiz Freitas Almeida
18fd6c1814 Remove ShouldRunNext component 2024-03-04 09:56:12 -03:00
Gabriel Luiz Freitas Almeida
8416fb25a7 Refactor component and custom_component classes, and add to_record method to Flow model 2024-03-04 09:56:06 -03:00
Gabriel Luiz Freitas Almeida
40ee964859 Add RefreshButton component to parameterComponent 2024-03-04 09:55:48 -03:00
kazuki306
3eeda84d28
Fix bug in deployment procedure in AWS CDK and support HTTPS (#1491)
* add cloudfront

* modify: healthcheck disable

* modify: health check option

* modify nodejsbuild

* add nodejs version

* endpoint configuration

* set axios url

* remote console.log VITE_PROXY_TARGET

* create alb stack

* add alb to origin

* alb build success

* remote baseURL setting

* add redirect

* change responseHttpStatus to 200

* modify output and readme

* modify architecture

* add health check path route to cloudfront routing

* modified: c9 env name in deploy langflow section

* modified : package dependency for pymysql

* modified: deploy procedure

* modified: deploy procedure (ja)

---------

Co-authored-by: nsxshota <nsxshota@amazon.co.jp>
Co-authored-by: ymkazuki <ymkazuki@amazon.co.jp>
Co-authored-by: Shota Nakamoto <53632932+nsy0328@users.noreply.github.com>
2024-03-04 08:50:51 -03:00
Gabriel Luiz Freitas Almeida
d59757d82f
Fix refresh http only variable (#1493) (#1494)
* Fix refresh http only variable (#1493)

* Fix refresh http only variable

* Update version to 0.6.10 in pyproject.toml
2024-03-04 08:46:39 -03:00
Gabriel Luiz Freitas Almeida
7363df6293
Merge branch 'main' into dev 2024-03-04 08:45:59 -03:00
Gabriel Luiz Freitas Almeida
34357a7fb8 Update version to 0.6.10 in pyproject.toml 2024-03-04 08:44:50 -03:00
Gabriel Luiz Freitas Almeida
19afd6486d
Fix refresh http only variable (#1493)
* Fix refresh http only variable
2024-03-04 08:43:46 -03:00
Gabriel Luiz Freitas Almeida
f1a1fcbdaa Document add vertices logic 2024-03-04 00:14:13 -03:00
Gabriel Luiz Freitas Almeida
6b4f3a446b Update graph vertices and edges 2024-03-04 00:12:21 -03:00
Gabriel Luiz Freitas Almeida
0788a72179 Refactor GenericNode component to improve output display 2024-03-04 00:08:10 -03:00
Gabriel Luiz Freitas Almeida
5b85b04edb Update GenericNode and flowStore 2024-03-04 00:05:19 -03:00
Gabriel Luiz Freitas Almeida
9e3d59d701 Fix issue with returning string in Vertex class 2024-03-03 23:38:50 -03:00
Gabriel Luiz Freitas Almeida
a31f824457 Fix issue with returning string in Vertex class 2024-03-03 23:37:16 -03:00
Gabriel Luiz Freitas Almeida
9a93e5e417 Add GetNotified and Notify components 2024-03-03 23:19:23 -03:00
Gabriel Luiz Freitas Almeida
d1557d8c1e Remove unused variable and reset activated vertices in build_vertex function 2024-03-03 22:47:44 -03:00
Gabriel Luiz Freitas Almeida
178a98dc8e Refactor graph activation logic and add successors_ids property to StateVertex 2024-03-03 22:47:34 -03:00
Gabriel Luiz Freitas Almeida
e8d047239e Merge branch 'better_io' into state_theories 2024-03-03 22:26:39 -03:00
Gabriel Luiz Freitas Almeida
763d9dee8e Format constant variables 2024-03-03 22:22:15 -03:00
Gabriel Luiz Freitas Almeida
13a073615b Refactor graph class to add and update vertices and edges 2024-03-03 20:23:34 -03:00
Gabriel Luiz Freitas Almeida
eba4a0c5a9 Refactor vertex imports in base.py 2024-03-03 19:44:44 -03:00
Gabriel Luiz Freitas Almeida
fe391ffa80 Flow can now be built from a starting node or from an end node 2024-03-03 19:43:39 -03:00
Lucas Oliveira
0bb5aa316a Merge branch 'zustand/io/migration' into better_io 2024-03-03 23:36:49 +01:00
Lucas Oliveira
4d730204a8 Changed pencil on edit name 2024-03-03 23:36:23 +01:00
anovazzi1
d5b63a6c6e Fix build error and set isBuilding to false 2024-03-03 19:30:46 -03:00
anovazzi1
fa4f201925 Merge branch 'zustand/io/migration' into better_io 2024-03-03 19:25:43 -03:00
Gabriel Luiz Freitas Almeida
2c66372d38 Add last run time to GenericNode component 2024-03-03 19:19:18 -03:00
Gabriel Luiz Freitas Almeida
b83ffc87b2 Refactor code to improve performance and readability 2024-03-03 19:19:02 -03:00
anovazzi1
636cc03dbf Add setNode function to update chat input value 2024-03-03 19:16:44 -03:00
Gabriel Luiz Freitas Almeida
5a5a5bba55 Remove console.log statement in buildVertices function 2024-03-03 19:05:31 -03:00
Gabriel Luiz Freitas Almeida
3985236224 Fix should_run_vertex method to remove vertex_id from vertices_to_run list 2024-03-03 19:03:41 -03:00
Lucas Oliveira
f2ccff0d21 Code opening again fixed 2024-03-03 23:01:14 +01:00
Lucas Oliveira
2ad91f71f8 fixed w-full 2024-03-03 23:01:14 +01:00
Lucas Oliveira
29050a2c1f Fixed chat width 2024-03-03 23:01:14 +01:00
Lucas Oliveira
1d7d68b7e0 made it syntaxhighlighter to reproduce the bug 2024-03-03 23:01:14 +01:00
anovazzi1
a782fd7074 Refactor parameterComponent to conditionally hide code field on group component too 2024-03-03 23:01:14 +01:00
anovazzi1
7e177b26af Fix build button running on text selection 2024-03-03 23:01:14 +01:00
anovazzi1
265e4060e7 Refactor getFieldTitle function in utils.ts 2024-03-03 23:01:14 +01:00
anovazzi1
8ca0f43b30 Refactor GenericNode component 2024-03-03 23:01:14 +01:00