Commit graph

9,076 commits

Author SHA1 Message Date
Lucas Oliveira
fdf3306911 Merge branch 'cz/mergeAll' into fix/edited_component 2024-06-07 12:13:56 -03:00
cristhianzl
698ae4f296 Merge branch 'cz/mergeAll' of https://github.com/langflow-ai/langflow into cz/mergeAll 2024-06-07 12:12:18 -03:00
cristhianzl
0112563589 merge branch fix 2024-06-07 12:12:06 -03:00
cristhianzl
9ce7ee31a9 merge branch chatImg 2024-06-07 12:11:40 -03:00
Lucas Oliveira
638e6d66d9 Removed unused code and fixed type of InputGlobalComponent 2024-06-07 12:06:31 -03:00
Lucas Oliveira
f69aa2d70f Changed folders 2024-06-07 12:04:28 -03:00
Lucas Oliveira
2232c2106e Merge remote-tracking branch 'origin/cz/mergeAll' into fix/edited_component 2024-06-07 11:58:56 -03:00
cristhianzl
d89078271c merge dev 2024-06-07 11:28:03 -03:00
cristhianzl
dc29bb4b3d Merge branch 'cz/mergeAll' of https://github.com/langflow-ai/langflow into cz/mergeAll 2024-06-07 11:24:57 -03:00
cristhianzl
016a7dc688 (folders.py, flow.py): add unique name generation for folders and flows
♻️ (folders.py): refactor folder name generation logic to use helper function

♻️ (flow.py): refactor flow name generation logic to use helper function
2024-06-07 11:24:40 -03:00
cristhianzl
83a1264835 (GenericNode): add emoji validation using emoji-regex library
♻️ (GenericNode): refactor code to improve readability and consistency
2024-06-07 11:24:26 -03:00
ogabrielluiz
a6dfe39882 refactor: add session_id to vertices without it in build_and_cache_graph_from_db 2024-06-07 11:15:53 -03:00
anovazzi1
d309c2bd85 chore: Add onDelete and onDuplicate props to TableComponent 2024-06-07 11:08:57 -03:00
anovazzi1
a38a0d7eeb add fixex to IO modal 2024-06-07 10:51:17 -03:00
anovazzi1
9ae07ec1e8 Merge remote-tracking branch 'origin/cz/mergeAll' into extended_Session 2024-06-07 10:50:43 -03:00
italojohnny
d2d9bd3b05 add flag to indicate if component was edited 2024-06-07 10:45:00 -03:00
ogabrielluiz
4c87f7662c Merge remote-tracking branch 'origin/dev' into two_edges 2024-06-07 10:42:22 -03:00
cristhianzl
5e2a754589 (actionsMainPage.spec.ts): add end-to-end tests for downloading, uploading, and duplicating flows and components 2024-06-07 10:38:44 -03:00
cristhianzl
fe371d650b (sideBarFolderButtons): add success alert for folder upload
♻️ (sideBarFolderButtons): remove unnecessary commas and improve code readability

 (hooks): add useDeleteMultipleFlows hook for deleting multiple flows

 (hooks): add useDescriptionModal hook for dynamic modal descriptions

 (hooks): add useFilteredFlows hook for filtering flows

 (hooks): add useDuplicateFlows hook for duplicating flows

 (hooks): add custom hooks for handling export, select all, and option changes

- Add `useExportFlows` for exporting selected flows
- Add `useSelectAll` for handling select all functionality
- Add `useSelectOptionsChange` for handling option changes
- Add `useSelectedFlows` for managing selected flows state

♻️ (index.tsx): refactor to use custom hooks for better code modularity and readability
💡 (index.tsx): add cardTypes memoization to determine the type of cards displayed
2024-06-07 10:38:32 -03:00
ogabrielluiz
20cedc173d fix: Correct flow retrieval by endpoint name instead of flow name 2024-06-07 10:05:20 -03:00
ogabrielluiz
3d82417068 Refactor run_flow function to improve readability and maintainability 2024-06-07 10:04:39 -03:00
cristhianzl
44d6c959ce ♻️ (index.tsx): remove unused handleEditFolder prop and import
♻️ (index.tsx): remove redundant commas and fix formatting issues
♻️ (headerComponent): remove unused ForwardedIconComponent import
2024-06-07 08:48:46 -03:00
cristhianzl
1ecf3d5ddc Merge branch 'dev' into cz/mergeAll 2024-06-07 08:40:31 -03:00
ogabrielluiz
bc86fde139 chore: Update package versions in pyproject.toml files 2024-06-07 08:39:50 -03:00
Gabriel Luiz Freitas Almeida
48957cbf6c
fix: 🐛 replaced debounce-promise with pdebounce (#2109)
* fix: 🐛 replaced debounce-promise with pdebounce
2024-06-07 04:35:59 -07:00
Lucas Oliveira
44fbb2fed1 Fixed stroke console error 2024-06-07 08:18:54 -03:00
Lucas Oliveira
57b7fc3203 Fixed button inside of button 2024-06-07 08:17:47 -03:00
Lucas Oliveira
a747bdbc3c Removed key as props from My Collection 2024-06-07 08:17:47 -03:00
Lucas Oliveira
197ac22aea Added error on reject 2024-06-07 08:17:47 -03:00
Lucas Oliveira
360d40a2a5 Fixed parameter that is not being used at Sidebar 2024-06-07 08:17:47 -03:00
cristhianzl
f5ece1240a merge fix on dev 2024-06-06 22:15:01 -03:00
cristhianzl
815892adf3 formatting files 2024-06-06 21:44:40 -03:00
cristhianzl
02cca793eb merging all branches/feat 2024-06-06 21:43:59 -03:00
cristhianzl
2992ba0fb4 Merge branch 'dev' into fix/status_export 2024-06-06 21:09:32 -03:00
italojohnny
a7c1af8c4f Fix encoding load file 2024-06-06 20:03:10 -03:00
ogabrielluiz
3ec7089ede update projects 2024-06-06 19:52:26 -03:00
anovazzi1
1f338fe72c Merge remote-tracking branch 'origin/two_edges' into new_Group 2024-06-06 19:50:12 -03:00
ogabrielluiz
6ade456767 refactor: Remove serialization_alias from display_name field in Output class
The `serialization_alias` attribute has been removed from the `display_name` field in the `Output` class. This change simplifies the code and removes unnecessary serialization configuration.

Note: The commit message has been generated based on the provided code changes and recent commits.
2024-06-06 19:49:38 -03:00
anovazzi1
3f1cc76067 Merge remote-tracking branch 'origin/two_edges' into new_Group 2024-06-06 19:49:29 -03:00
ogabrielluiz
c2b2e9a286 🔧 (build_and_push.Dockerfile): Add support for building and pushing frontend code in a separate node builder stage to improve build process efficiency
🔧 (build_and_push.Dockerfile): Update pip install command to force reinstall dependencies to ensure consistency
🐛 (code_parser.py): Change logger.exception to logger.debug to prevent logging full exception stack trace
🐛 (directory_reader.py): Change logger.error to logger.debug and log error message separately to improve error handling and logging clarity
2024-06-06 19:45:18 -03:00
Lucas Oliveira
c6a5070e4b removed border from tables on Settings 2024-06-06 19:37:28 -03:00
anovazzi1
a79172bbec filter using flow Id 2024-06-06 19:04:26 -03:00
Lucas Oliveira
ee46ab1d71 Fixed line clamp on alerts 2024-06-06 19:00:10 -03:00
anovazzi1
8063fd9a97 Refactor IOModal to improve session management and functionality 2024-06-06 18:59:52 -03:00
ogabrielluiz
c3a0e3d598 chore: Upgrade langflow-base package version from 0.0.58 to 0.0.59 2024-06-06 18:57:40 -03:00
Lucas Oliveira
18d7891464 Added error catching on folder upload 2024-06-06 18:54:02 -03:00
anovazzi1
6fcf99aed9 workin session managment in playground, need to add tooltips 2024-06-06 18:54:00 -03:00
ogabrielluiz
0f88ae1eb0 chore: Remove imports from dunder init 2024-06-06 18:53:55 -03:00
Lucas Oliveira
2fc3541f33 Fixed function to upload flows on Folder upload button 2024-06-06 18:47:09 -03:00
Lucas Oliveira
49f977911e Added logic to upload flows and folders at the same place 2024-06-06 18:47:09 -03:00