Commit graph

3,579 commits

Author SHA1 Message Date
anovazzi1
7dc34c9bc6 Update run-tests.sh to include environment file in backend startup 2024-03-15 15:07:44 -03:00
cristhianzl
34f5a1300a merge fix 2024-03-13 11:12:42 -03:00
anovazzi1
b89439becb Fix event listener memory leak in RenameLabel component 2024-03-12 20:37:58 -03:00
anovazzi1
87a2c28e22
Title: Bugfix: Resolve Login Loop for Incorrect Username or Password (#1514)
This pull request addresses a critical bug where the login process
enters into a loop when users provide incorrect credentials,
specifically when the username or password is invalid. Prior to this
fix, the system would repeatedly prompt users to re-enter their
credentials without providing any indication of the error, leading to
frustration and confusion among users.
2024-03-12 19:04:45 -03:00
igorrCarvalho
1ce4193a99 Feat: Create ToolbarSelectItem to avoid duplicated code 2024-03-12 16:30:05 -03:00
cristhianzl
ff21ecc213 fix problem of retries on login page 2024-03-12 16:26:09 -03:00
cristhianzl
fa04f70b32 bugfix: login on loop when username or password is incorrect 2024-03-11 19:26:16 -03:00
cristhianzl
92aa159f39 add configuration to run all tests 2024-03-11 19:07:43 -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
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
anovazzi1
603dba8a4a Refactor code to handle optional properties in GenericNode 2024-03-11 15:59:01 -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
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
35c35c9964 Fix search icon behavior and add new icon X 2024-03-08 23:37:54 -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
anovazzi1
3db4f3e469 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-03-08 16:44:11 -03:00
anovazzi1
381038377a move new flow card 2024-03-08 16:44:08 -03:00
Gabriel Luiz Freitas Almeida
ada0c2288b Remove disabled prop from Input component 2024-03-08 16:13:33 -03:00
anovazzi1
f53a08ba7a Update app-div style in App.tsx 2024-03-08 15:16:27 -03:00
Gabriel Luiz Freitas Almeida
39434eadc4 Formatting 2024-03-08 11:36:32 -03:00
Cristhian Zanforlin Lousa
553624c1be
Add New Icons to New Components (#1509)
add new icons to new components
2024-03-08 07:59:32 -03:00
anovazzi1
45d4610812 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-03-07 20:48:35 -03:00
anovazzi1
b26973a7c4 Add disabled attribute to Input and button components 2024-03-07 20:48:32 -03:00
igorrCarvalho
dcc78c2134 Refactor: Adjust window size for textInput and textOutput text area 2024-03-07 20:47:39 -03:00
anovazzi1
191afcb940 Fix bug in login functionality 2024-03-07 20:21:25 -03:00
igorrCarvalho
fd3942b2ed Fix: node with more than 1 handle can minimize when leave flow with it selected 2024-03-07 19:52:10 -03:00
anovazzi1
b1df45dd91 Merge branch 'zustand/io/migration' into codeShortcut 2024-03-07 19:41:11 -03:00
igorrCarvalho
ceb34e4ce6 Merge branch 'codeShortcut' of github.com:logspace-ai/langflow into codeShortcut 2024-03-07 19:17:50 -03:00
igorrCarvalho
eed3dcb574 Feat: Add popup to notify users when they can't use a shortcut. 2024-03-07 19:17:26 -03:00
anovazzi1
3363729515 Refactor example mapping in MainPage component 2024-03-07 19:10:03 -03:00
anovazzi1
db89f3b4e0 Merge branch 'zustand/io/migration' into codeShortcut 2024-03-07 19:05:00 -03:00
anovazzi1
fa029497b7 Add new SVG assets and update UndrawCardComponent 2024-03-07 19:04:40 -03:00
anovazzi1
3f541b6a9a Refactor layout to use CSS grid 2024-03-07 18:40:21 -03:00
igorrCarvalho
92a92aa616 Add visual shortcut for duplicate 2024-03-07 18:30:49 -03:00
igorrCarvalho
b16848c0b4 Merge zustand/io/migration into codeShortcut 2024-03-07 18:21:47 -03:00