cristhianzl
fa04f70b32
bugfix: login on loop when username or password is incorrect
2024-03-11 19:26:16 -03:00
Gabriel Luiz Freitas Almeida
df12199462
Fix input value handling in run_graph function
2024-03-11 19:24:52 -03:00
cristhianzl
92aa159f39
add configuration to run all tests
2024-03-11 19:07:43 -03:00
Gabriel Luiz Freitas Almeida
0bd4517372
Add RunOutputs class to schema.py
2024-03-11 18:21:31 -03:00
anovazzi1
b3ed843140
Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration
2024-03-11 18:18:51 -03:00
anovazzi1
d575e653df
Refactor DialogContent component styles
2024-03-11 18:18:48 -03:00
Gabriel Luiz Freitas Almeida
4d45f47698
Fix vertex iteration bug and add component metadata
2024-03-11 18:09:33 -03:00
Gabriel Luiz Freitas Almeida
4916f7f050
Refactor App component and update test_helper_components.py
2024-03-11 18:00:53 -03:00
Gabriel Luiz Freitas Almeida
c80ee236c9
Fix components value handling in InputValueRequest
2024-03-11 18:00:52 -03:00
anovazzi1
3628944782
Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration
2024-03-11 17:59:20 -03:00
anovazzi1
52df90c110
Fix and updateNodeOnScreen
2024-03-11 17:59:18 -03:00
igorrCarvalho
0484a193b1
Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration
2024-03-11 17:34:14 -03:00
igorrCarvalho
6a763993c1
Refactor: Make error alert display above modals
2024-03-11 17:32:57 -03:00
Gabriel Luiz Freitas Almeida
bcab53818e
Refactor API endpoints and schemas
2024-03-11 16:51:08 -03:00
Gabriel Luiz Freitas Almeida
230982161e
Makes all vertices be considered for output retrieval
2024-03-11 16:41:25 -03:00
anovazzi1
603dba8a4a
Refactor code to handle optional properties in GenericNode
2024-03-11 15:59:01 -03:00
Gabriel Luiz Freitas Almeida
fde57a3463
Add model_config to CustomComponentRequest schema
2024-03-11 15:17:00 -03:00
Gabriel Luiz Freitas Almeida
ef4b9f96e5
Refactor code for improved readability and maintainability
2024-03-11 14:27:23 -03:00
Gabriel Luiz Freitas Almeida
9802322ae9
Make update_build_config use always the latest version
2024-03-11 14:27:15 -03:00
igorrCarvalho
8c4ba096b1
Fix: Command icon in the wrong position
2024-03-10 22:37:21 -03:00
Gabriel Luiz Freitas Almeida
d8bd04edef
Add lodash cloneDeep and useUpdateNodeInternals to GenericNode component, and updateNodeCode to CodeTabsComponent and CodeAreaModal components
2024-03-10 01:09:01 -03:00
Gabriel Luiz Freitas Almeida
cfbbddd95c
Add native categories to constants.ts and update nodeToolbarComponent
2024-03-10 01:08:39 -03:00
Gabriel Luiz Freitas Almeida
d4313a05ce
Refactor test_helper_components.py
2024-03-09 23:39:43 -03:00
Gabriel Luiz Freitas Almeida
4106118a84
Add UpdateRecordComponent to helpers package
2024-03-09 23:39:33 -03:00
Gabriel Luiz Freitas Almeida
ece2ce5bd7
Add helper component tests
2024-03-09 23:39:09 -03:00
Gabriel Luiz Freitas Almeida
67bccdc753
Refactor cache service and fix async issues ( #1512 )
2024-03-09 22:55:56 -03:00
Gabriel Luiz Freitas Almeida
23fe37326b
Update alert messages for ChatOutput and Component in flow
2024-03-09 22:24:15 -03:00
Gabriel Luiz Freitas Almeida
1b0322d1e2
Remove commented out code in MenuBar component
2024-03-09 22:22:13 -03:00
Gabriel Luiz Freitas Almeida
2d4afc02ec
Remove unused imports and variables in MenuBar component
2024-03-09 22:21:58 -03:00
Gabriel Luiz Freitas Almeida
1f62ff3280
Refactor menuBar and headerComponent to use "nodes" instead of "n"
2024-03-09 22:21:26 -03:00
Cristhian Zanforlin Lousa
0a3401640d
Bugfix: Refresh Token Renovation ( #1511 )
...
bugfix: fix the refresh token renovation
2024-03-09 11:03:19 -03:00
cristhianzl
ea8b5faad2
check SO before add keyboard command
2024-03-09 09:30:32 -03:00
Gabriel Luiz Freitas Almeida
c0cbb0776e
Add assertions for record text and source in test_url_component()
2024-03-08 23:43:26 -03:00
Gabriel Luiz Freitas Almeida
8751249fe4
Refactor retrieve_file_paths and get_elements functions
2024-03-08 23:41:46 -03:00
Gabriel Luiz Freitas Almeida
8139b743c2
Fix URLComponent build method and update test_url_component
2024-03-08 23:41:35 -03:00
Gabriel Luiz Freitas Almeida
c7fc2eb4af
Add input_types field to new_data in UpdateRecordComponent
2024-03-08 23:40:41 -03:00
Gabriel Luiz Freitas Almeida
35c35c9964
Fix search icon behavior and add new icon X
2024-03-08 23:37:54 -03:00
Gabriel Luiz Freitas Almeida
2207b78fff
Refactor test cases and add new test for URLComponent
2024-03-08 18:08:08 -03:00
Gabriel Luiz Freitas Almeida
2455031e48
Add support for parsing PDF files
2024-03-08 18:05:42 -03:00
cristhianzl
2d6a1d193f
🔧 fix(NewFlowCard2): add missing data-testid attribute to the NewFlowCardComponent to improve testability
...
🔧 fix(nodeToolbarComponent): add missing data-testid attribute to the save button to improve testability
🔧 fix(nodeToolbarComponent): add missing data-testid attribute to the edit button to improve testability
🔧 fix(nodeToolbarComponent): add missing data-testid attribute to the duplicate button to improve testability
🔧 fix(codeAreaModalComponent.spec): add click on the blank-flow element before performing other actions to ensure proper test setup
🔧 fix(dropdownComponent.spec): add click on the blank-flow element before performing other actions to ensure proper test setup
🔧 fix(floatComponent.spec): add click on the blank-flow element before performing other actions to ensure proper test setup
🔧 fix(flowPage.spec): add click on the blank-flow element before performing other actions to ensure proper test setup
🔧 fix(group.spec): add click on the blank-flow element before performing other actions to ensure proper test setup
🔧 fix(inputComponent.spec): add click on the blank-flow element before performing other actions to ensure proper test setup
🔧 fix(intComponent.spec): add click on the blank-flow element before performing other actions to ensure proper test setup
🐛 fix(keyPairListComponent.spec.ts): update key pair IDs and values to match test expectations
✨ feat(keyPairListComponent.spec.ts): add support for dynamic key pair creation and deletion
🔀 merge(langflowShortcuts.spec.ts): add end-to-end tests for langflow shortcuts
🔀 merge(nestedComponent.spec.ts): add end-to-end tests for nested components
🔀 merge(promptModalComponent.spec.ts): add end-to-end tests for prompt modal component
🔀 merge(saveComponents.spec.ts): add end-to-end tests for save components
✅ test(toggleComponent.spec.ts): add test case to simulate clicking on "blank-flow" element and waiting for 2 seconds
🐛 fix(toggleComponent.spec.ts): fix typo in test case, change "locator" to "waitForSelector" for better readability
2024-03-08 18:05:19 -03:00
Gabriel Luiz Freitas Almeida
522bd304e8
Format
2024-03-08 17:42:22 -03:00
Gabriel Luiz Freitas Almeida
29908957e9
Fix field type for Dict in add_new_custom_field function
2024-03-08 17:41:36 -03:00
Gabriel Luiz Freitas Almeida
6fce679c8e
Update pydantic version to 2.5.0 and dspy-ai to 2.4.0
2024-03-08 17:31:10 -03:00
Gabriel Luiz Freitas Almeida
f00eddd114
Add dspy package and its dependencies
2024-03-08 17:08:21 -03:00
Gabriel Luiz Freitas Almeida
7243fdc674
Remove unused PythonFunction node from customs.py
2024-03-08 17:08:20 -03:00
Gabriel Luiz Freitas Almeida
dced59cef8
Refactor file parsing in FileComponent
2024-03-08 17:08:19 -03:00
Gabriel Luiz Freitas Almeida
ecdc0be825
Refactor directory_component.build() and add tests for loading projects and mdx files
2024-03-08 17:08:19 -03:00
Gabriel Luiz Freitas Almeida
865bc02c94
Refactor file parsing and loading in DirectoryComponent
2024-03-08 17:08:18 -03:00
Gabriel Luiz Freitas Almeida
1c66bc9988
Refactor Record class to add model_validator for data validation
2024-03-08 17:08:18 -03:00
Gabriel Luiz Freitas Almeida
56731ad08c
Add tests for directory component and multithreading
2024-03-08 17:08:17 -03:00