Commit graph

9,037 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
be32d57434 Update chain.invoke() argument to use a dictionary for input value 2024-03-06 14:53:10 -03:00
Gabriel Luiz Freitas Almeida
a060b8de18 Refactor read_flows function to include current user's flows 2024-03-06 14:51:30 -03:00
Gabriel Luiz Freitas Almeida
1d9aed286a Add CodeErrorDataTypeAPI and ResponseErrorTypeAPI to types/api 2024-03-06 14:47:25 -03:00
Gabriel Luiz Freitas Almeida
1753b17053 Add isList prop and update onChange function 2024-03-06 14:46:55 -03:00
Gabriel Luiz Freitas Almeida
d354ae9975 Refactor read_flow function to handle auto login 2024-03-06 14:46:36 -03:00
Gabriel Luiz Freitas Almeida
1dec624c61 Commented out unused code in read_flow function 2024-03-06 14:34:40 -03:00
Gabriel Luiz Freitas Almeida
c5671f132f Add experimental components for listing flows, getting notified, and executing runnables 2024-03-06 14:32:04 -03:00
Gabriel Luiz Freitas Almeida
aa85b572c3 Add experimental node color and name 2024-03-06 14:24:02 -03:00
Gabriel Luiz Freitas Almeida
8695d90583 Add example flows to user flows 2024-03-06 14:21:22 -03:00
Gabriel Luiz Freitas Almeida
971b0ca366 Fix bug in Vertex class for handling dictionary values 2024-03-06 13:27:32 -03:00
Gabriel Luiz Freitas Almeida
199b656f19 Remove field_order from template 2024-03-06 12:56:32 -03:00
Gabriel Luiz Freitas Almeida
4d989ee51e If input_types is an empty list it should override the defaults 2024-03-06 12:55:55 -03:00
Gabriel Luiz Freitas Almeida
239db30934 Refactor project creation and update logic 2024-03-06 12:45:09 -03:00
Gabriel Luiz Freitas Almeida
3a89586ea9 Fix flow duplication issue and add settings service dependency 2024-03-06 12:42:29 -03:00
Gabriel Luiz Freitas Almeida
54708946e1 Add emoji module and update emoji validation logic 2024-03-06 12:02:03 -03:00
Gabriel Luiz Freitas Almeida
b74c581611 Add project icon and icon background color 2024-03-06 11:50:30 -03:00
Gabriel Luiz Freitas Almeida
d540b0b5c0 Add support for auto login in read_flows and read_flow 2024-03-06 11:46:16 -03:00
Gabriel Luiz Freitas Almeida
308c27c381 Add STARTER_FOLDER_NAME filter to read_flows function 2024-03-06 11:46:15 -03:00
Gabriel Luiz Freitas Almeida
91a98ae877 Format flows.py 2024-03-06 11:46:14 -03:00
Gabriel Luiz Freitas Almeida
e9db0bffc0 Fix conditional check in ApiModal 2024-03-06 11:46:12 -03:00
Gabriel Luiz Freitas Almeida
aa1515a96d Add sortFields function to utils.ts 2024-03-06 11:46:11 -03:00
Gabriel Luiz Freitas Almeida
ad51105546 Fix error in GenericNode component 2024-03-06 11:46:10 -03:00
anovazzi1
bd86d07881 Add flow icon and icon background color to FlowType 2024-03-06 11:39:25 -03:00
Gabriel Luiz Freitas Almeida
2a3dc80304 Add icon and icon background color to Data Ingestion project 2024-03-06 11:16:55 -03:00
Gabriel Luiz Freitas Almeida
c52371e53e Add field_order property to APIClassType 2024-03-06 11:10:58 -03:00
Gabriel Luiz Freitas Almeida
bcd230f86f Update field_value type to any in postCustomComponentUpdate function 2024-03-06 11:10:49 -03:00
Gabriel Luiz Freitas Almeida
fc88070965 Remove console.log statements in flowStore.ts 2024-03-06 11:10:40 -03:00
Gabriel Luiz Freitas Almeida
62ce986576 Fix emoji validation in FlowBase model 2024-03-06 11:10:28 -03:00
Gabriel Luiz Freitas Almeida
067181dc63 Add field_order attribute to frontend_node 2024-03-06 11:10:20 -03:00
Gabriel Luiz Freitas Almeida
f497ecdeb9 Refactor Vertex class to support dictionary of nodes 2024-03-06 10:57:07 -03:00
Gabriel Luiz Freitas Almeida
4481130845 Update field_value type in CustomComponentCode schema 2024-03-06 10:56:51 -03:00
Gabriel Luiz Freitas Almeida
77ea76d37d Refactor build_template_from_function and build_template_from_class functions 2024-03-06 10:56:42 -03:00
Gabriel Luiz Freitas Almeida
5f9d3d5c40 Add exception logging in get_all function 2024-03-06 10:55:39 -03:00
Gabriel Luiz Freitas Almeida
dc1c092fe7 Add icon and icon_bg_color fields to Flow model 2024-03-06 10:55:07 -03:00
Gabriel Luiz Freitas Almeida
a1c09a5b4d Refactor database initialization and connection handling 2024-03-06 10:54:51 -03:00
Rodrigo Nader
a7dddbcb1d Add APIRequest component for making HTTP requests 2024-03-06 01:23:49 -03:00
Rodrigo Nader
9958ce76fd Refactor APIRequest class to use 'body' instead of 'record' parameter 2024-03-06 00:50:27 -03:00
Gabriel Luiz Freitas Almeida
22debde71d Refactor parameterComponent to conditionally set the width of InputListComponent 2024-03-05 23:19:20 -03:00
Gabriel Luiz Freitas Almeida
ee86334286 Refactor TemplateField class in base.py 2024-03-05 23:15:36 -03:00
Gabriel Luiz Freitas Almeida
43fdc7bbba Refactor CustomComponent class and update to_records method 2024-03-05 23:01:54 -03:00
Gabriel Luiz Freitas Almeida
725dc1442e Merge branch 'new_project_modal' into zustand/io/migration 2024-03-05 22:46:52 -03:00
Gabriel Luiz Freitas Almeida
8990a781b1 Refactor Record class to allow attribute-like access to data dictionary 2024-03-05 22:46:42 -03:00
Gabriel Luiz Freitas Almeida
1b4f0138d2 Handle KeyError in Graph class constructor 2024-03-05 22:46:32 -03:00
Gabriel Luiz Freitas Almeida
13a91a2625 Add ExtractDataFromRecord and MergeRecords components 2024-03-05 22:46:24 -03:00
Gabriel Luiz Freitas Almeida
bc37bc9982 Update APIRequest.py to use record.data instead of record.text 2024-03-05 22:24:18 -03:00
Gabriel Luiz Freitas Almeida
1f77b49191 Add MessageHistoryComponent to retrieve stored messages 2024-03-05 22:24:08 -03:00
Gabriel Luiz Freitas Almeida
930a2c01ec Remove console.log statement and format code 2024-03-05 22:06:06 -03:00
Gabriel Luiz Freitas Almeida
abf9bbd4a2 Update IDGenerator.py to generate a unique ID in the build_config 2024-03-05 22:05:57 -03:00
Gabriel Luiz Freitas Almeida
f1eb6ee673 Add STARTER_FOLDER_NAME constant 2024-03-05 21:54:48 -03:00
Gabriel Luiz Freitas Almeida
97b574272f Merge branch 'zustand/io/migration' into new_project_modal 2024-03-05 21:48:40 -03:00