Commit graph

6,620 commits

Author SHA1 Message Date
igorrCarvalho
a9c5ada45f Refactor: make not selected header button brighter 2023-11-28 18:33:51 -03:00
Gabriel Luiz Freitas Almeida
86ce36426a Refactor vertex lookup using a dictionary 2023-11-28 17:56:30 -03:00
Gabriel Luiz Freitas Almeida
b5c27724a6 Fix merge_nested_dicts_with_renaming function 2023-11-28 17:43:13 -03:00
igorrCarvalho
9b41432c96 Refactor: Make Store Icon on sideBar icon with same animated gradient like CustomComponents icon 2023-11-28 17:05:04 -03:00
Gabriel Luiz Freitas Almeida
96bb758124 Update Celery command to use gevent pool 2023-11-28 15:38:51 -03:00
Gabriel Luiz Freitas Almeida
1a0c5c497a Add basic imports from typing module 2023-11-28 15:38:40 -03:00
Gabriel Luiz Freitas Almeida
cca09505ee Remove unused code in build_valid_menu function 2023-11-28 15:18:06 -03:00
Gabriel Luiz Freitas Almeida
732f64bf23 Add task_result variable and update
custom_component_update function
2023-11-28 15:18:00 -03:00
Gabriel Luiz Freitas Almeida
0d8a400557 Refactor process_graph_cached_task to use
async/await
2023-11-28 15:17:52 -03:00
Gabriel Luiz Freitas Almeida
46ba84b95d Fix async handling in TaskService 2023-11-28 15:17:44 -03:00
Gabriel Luiz Freitas Almeida
2a0e33f3f4 🐛 fix(chat.py): fix variable name in if condition to improve code readability and maintain consistency 2023-11-28 15:13:09 -03:00
Gabriel Luiz Freitas Almeida
e63eb59116 🔀 refactor(base.py): rename top_level_nodes parameter to top_level_vertices in set_top_level method for better clarity and consistency 2023-11-28 15:12:47 -03:00
Gabriel Luiz Freitas Almeida
71473fcec6 Refactor test_endpoints.py file 2023-11-28 14:35:50 -03:00
Gabriel Luiz Freitas Almeida
b7cb39b41d Fix assertion in test_build_graph 2023-11-28 14:35:45 -03:00
Gabriel Luiz Freitas Almeida
1a302fbba9 Add session_id_generator and compute_dict_hash
functions
2023-11-28 14:35:40 -03:00
Gabriel Luiz Freitas Almeida
1c27cd484b Refactor session service imports 2023-11-28 14:35:35 -03:00
Gabriel Luiz Freitas Almeida
875430592d Refactor cache update function 2023-11-28 14:35:28 -03:00
Gabriel Luiz Freitas Almeida
77ff531112 Fix get_new_key function and remove duplicate
return statements
2023-11-28 14:35:22 -03:00
Gabriel Luiz Freitas Almeida
dec36dbfb9 Fix edge source attribute in AgentVertex 2023-11-28 14:35:16 -03:00
Gabriel Luiz Freitas Almeida
f3c72ea97d Fix edge traversal in Graph class 2023-11-28 14:35:10 -03:00
Gabriel Luiz Freitas Almeida
25a1d7f3ca Fix source and target id assignment in Edge
constructor
2023-11-28 14:35:04 -03:00
Gabriel Luiz Freitas Almeida
7d3ce4e7da Refactor Celery configuration to support both
Redis and RabbitMQ
2023-11-28 14:34:57 -03:00
Gabriel Luiz Freitas Almeida
e08843485f Fix task status handling and update custom
component field
2023-11-28 14:34:50 -03:00
Gabriel Luiz Freitas Almeida
026b16977a Remove unused function get_new_key() 2023-11-28 14:34:43 -03:00
Gabriel Luiz Freitas Almeida
380a42e988 Refactor process_graph_cached_task function 2023-11-28 14:34:37 -03:00
Gabriel Luiz Freitas Almeida
d0060fb8b4 Fix Redis port mapping 2023-11-28 14:34:25 -03:00
Gabriel Luiz Freitas Almeida
8d4c4a5a47 Update poetry version to 1.7.1 2023-11-28 14:34:02 -03:00
Lucas Oliveira
2fec0ffea0 Fixed bug of uploading 2023-11-28 14:21:40 -03:00
Lucas Oliveira
d56093fa80 Added placeholder 2023-11-28 14:19:30 -03:00
Gabriel Luiz Freitas Almeida
5b4d0c62c8 Merge branch 'better_graph' into feature/store 2023-11-27 22:59:41 -03:00
igorrCarvalho
5889a295d3 Refactor: Change Saved Components name to Saved 2023-11-27 22:32:13 -03:00
Gabriel Luiz Freitas Almeida
5ad879bd9b Fix inconsistencies in test cases 2023-11-27 21:51:31 -03:00
Gabriel Luiz Freitas Almeida
3ac18c8256 Fix import statement in validate.py 2023-11-27 21:51:21 -03:00
Gabriel Luiz Freitas Almeida
2c79494d8b Fix get_root_node function to use vertices instead
of nodes
2023-11-27 21:51:16 -03:00
Gabriel Luiz Freitas Almeida
5c90a9013c Fix user_id attribute in list_flows method 2023-11-27 21:51:10 -03:00
Gabriel Luiz Freitas Almeida
e9871976ef Fix user_id immutability issue 2023-11-27 21:51:06 -03:00
Gabriel Luiz Freitas Almeida
73e0cdba16 Refactor API endpoints and reload custom component 2023-11-27 21:51:01 -03:00
Gabriel Luiz Freitas Almeida
c8d8449029 Refactor API imports and variable names 2023-11-27 21:50:55 -03:00
Gabriel Luiz Freitas Almeida
1facfefb19 🐛 fix(types.py): pass graph parameter to Vertex constructors to fix missing graph reference
 feat(types.py): add support for passing graph parameter to Vertex constructors to ensure proper graph reference
2023-11-27 21:50:43 -03:00
Gabriel Luiz Freitas Almeida
3d20c8dc38 refactor: removes most of the circular dependencies in the Graph 2023-11-27 21:50:38 -03:00
igorrCarvalho
fa627eea03 Fix: bug on disabled share when there is no api key 2023-11-27 21:28:33 -03:00
anovazzi1
31f89283b4 fix(extraSidebarComponent): add validApiKey to the dependency array of ModalMemo to update the disabled state of the Share button based on validApiKey value
fix(extraSidebarComponent): update the disabled state of the Share button to also consider validApiKey value
fix(nodeToolbarComponent): add validApiKey to the dependency array of ModalMemo to update the disabled state of the Share SelectItem based on validApiKey value
fix(nodeToolbarComponent): update the disabled state of the Share SelectItem to also consider validApiKey value
fix(applies.css): remove unnecessary whitespace in the class definition of extra-side-bar-buttons
2023-11-27 18:43:57 -03:00
Gabriel Luiz Freitas Almeida
81279853a0 Refactor Graph class to use __getstate__ and
__setstate__ methods
2023-11-27 18:30:21 -03:00
anovazzi1
6877fdbdc7 fix(StorePage): disable "Created By Me" and "Liked By Me" options in the select dropdown when hasApiKey is false to prevent unauthorized access to certain features 2023-11-27 17:50:02 -03:00
anovazzi1
821380f1a0 fix(EditNodeModal): remove unnecessary "overflow-hidden" class from modal box when nodeLength is not greater than limitScrollFieldsModal to prevent unnecessary scrolling 2023-11-27 17:25:46 -03:00
Gabriel Luiz Freitas Almeida
c0ca8bbd04 Remove unnecessary code in test_setup_superuser.py 2023-11-27 17:15:44 -03:00
Gabriel Luiz Freitas Almeida
86ea5fe825 Refactor API key module 2023-11-27 17:15:43 -03:00
anovazzi1
f0652176c3 fix(dropdownComponent): fix dropdown width issue when not using apiModal by adding w-full class to options container 2023-11-27 17:13:52 -03:00
Gabriel Luiz Freitas Almeida
3e7195978a Fix refresh field in TemplateFieldCreator 2023-11-27 16:59:24 -03:00
cristhianzl
ea5ddc0ed5 fix(components): fix dropdown component id attribute to include index for uniqueness
fix(components): fix dict component id attribute to include index for uniqueness
fix(components): fix code area component id attribute to include id for uniqueness
fix(modals): fix edit node modal dict component id attribute to include id for uniqueness
fix(modals): fix dict area modal save button data-testid attribute for testing
fix(pages): fix node toolbar component class name for more options button
fix(types): add id property to dropdown component type
fix(types): add id property to dict component type
feat(tests): add end-to-end test for dropdown component
feat(tests): add end-to-end test for dict component
feat(tests): add end-to-end test for node toolbar component
feat(tests): add end-to-end test for nested component
feat(tests): add input component test
feat(tests): add toggle component test
2023-11-27 16:29:43 -03:00