Lucas Oliveira
|
733e6945c6
|
Fixed unnecessary updates
|
2023-11-28 20:31:27 -03:00 |
|
Lucas Oliveira
|
082ea5282f
|
Merge branch 'feature/store' into bug/undo-copy
|
2023-11-28 19:51:53 -03:00 |
|
Lucas Oliveira
|
db18d98325
|
Fixed confirmation modal
|
2023-11-28 19:45:55 -03:00 |
|
igorrCarvalho
|
1f18b20c90
|
Feat: Add new CustomComponent icon and gradient to Group icon
|
2023-11-28 19:41:29 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
64e8d4bbc7
|
Update poll_task_status sleep time
|
2023-11-28 19:39:40 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
4b54a9d234
|
Fix typing error and handle Coroutine object in
generate_result() function
|
2023-11-28 19:39:14 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
77227b887b
|
Update typing import in base.py
|
2023-11-28 19:38:52 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
ff86d02a92
|
Refactor process_graph_cached_task function
|
2023-11-28 19:38:22 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
a255afbabe
|
Update Celery command options
|
2023-11-28 19:38:16 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
3c2b798000
|
Update celery version to 5.3.6
|
2023-11-28 19:38:08 -03:00 |
|
Lucas Oliveira
|
55dc19d1ab
|
Fixed flows not being able to upload
|
2023-11-28 19:22:31 -03:00 |
|
igorrCarvalho
|
a59399bac6
|
Refactor: Change group Icon
|
2023-11-28 19:03:57 -03:00 |
|
igorrCarvalho
|
11a89b4793
|
Refactor: make group animation better
|
2023-11-28 19:00:54 -03:00 |
|
igorrCarvalho
|
96fc1550fc
|
Refactor: make Custom appear as second section on sideBar
|
2023-11-28 18:48:34 -03:00 |
|
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 |
|
Lucas Oliveira
|
ee3209b579
|
Fixed filter edge and added debug consoles
|
2023-11-28 11:05:19 -03:00 |
|
Lucas Oliveira
|
7ee1ad03f4
|
Merge remote-tracking branch 'origin/feature/store' into bug/undo-copy
|
2023-11-28 10:59:04 -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 |
|