Commit graph

5,572 commits

Author SHA1 Message Date
autofix-ci[bot]
19b05af8d0 [autofix.ci] apply automated fixes (attempt 2/3) 2024-07-01 13:53:38 -03:00
anovazzi1
bb79162843 fix save logic 2024-07-01 13:53:38 -03:00
anovazzi1
cb776dfcba code format 2024-07-01 13:53:38 -03:00
anovazzi1
fadfb13eff refactor: Update endpoint_name handling in FlowSettingsModal 2024-07-01 13:53:38 -03:00
anovazzi1
e268bff46a fix settings flow save button 2024-07-01 13:53:38 -03:00
Gabriel Luiz Freitas Almeida
b8db511f33 refactor: Remove unused imports in authContext.tsx 2024-07-01 13:53:37 -03:00
ogabrielluiz
da5a8a3f7d Apply Prettier formatting 2024-07-01 13:53:37 -03:00
anovazzi1
ffbe02f833 format code 2024-07-01 13:53:37 -03:00
anovazzi1
8c91b7297d fix fetch data to work even with autologin true 2024-07-01 13:53:37 -03:00
cristhianzl
a22c583130 💡 (hooks): add TypeScript types to hook parameters for better type safety
💡 (use-dropdown-options.tsx): add TypeScript types to function parameters

💡 (use-api-keys.tsx): add TypeScript types to function parameters

💡 (use-handle-delete-key.tsx): add TypeScript types to function parameters

💡 (use-preload-images.tsx): add TypeScript types to function parameters

💡 (use-patch-password.tsx): add TypeScript types to function parameters

💡 (use-patch-profile-picture.tsx): add TypeScript types to function parameters

💡 (use-save-key.tsx): add TypeScript types to function parameters

💡 (use-scroll-to-element.tsx): add TypeScript types to function parameters

💡 (use-messages-table.tsx): add TypeScript types to function parameters

💡 (use-remove-messages.tsx): add TypeScript types to function parameters

💡 (use-updateMessage.tsx): add type annotations to setSuccessData and setErrorData for better type safety and code clarity
2024-07-01 13:53:37 -03:00
cristhianzl
1031e62ede 💡 (hooks): add TypeScript types to hook parameters for better type safety
💡 (index.tsx): add non-null assertion operator to playground variable
♻️ (use-on-file-drop.tsx): add type annotations for folderId and folderChangeCallback
♻️ (use-auto-resize-text-area.tsx): add type annotations for value and inputRef
♻️ (use-drag-and-drop.tsx): add type annotations for setIsDragging, setFiles, currentFlowId, and setErrorData
♻️ (use-focus-unlock.tsx): add type annotations for lockChat and inputRef
♻️ (use-upload.tsx): add type annotations for uploadFile, currentFlowId, setFiles, and lockChat
♻️ (use-column-defs.tsx): add type annotation for myData
♻️ (use-row-data.tsx): add type annotations for myData and open
♻️ (index.tsx): remove commented-out code
♻️ (use-filtered-flows.tsx): add type annotations for flowsFromFolder, searchFlowsComponents, and setAllFlows
💡 (index.tsx): add non-null assertion operator to flowsFromFolder variable
2024-07-01 13:53:37 -03:00
cristhianzl
1d7dd4550e (hooks): add custom hooks for card component
- Add `useDataEffect` to handle data-related side effects
- Add `useInstallComponent` to manage component installation logic
- Add `useLikeComponent` to handle like functionality
- Add `useDragStart` to manage drag start events
- Add `usePlaygroundEffect` to handle playground-related side effects

 (cardComponent): add custom hooks for data, install, like, drag start, and playground effects
♻️ (cardComponent): rename state variables for consistency and readability
 (MainPage): add CollectionCard component to handle card rendering and interactions

 (index.tsx): add CollectionCard component to ComponentsComponent
♻️ (index.tsx): refactor to use CollectionCard instead of inline code
2024-07-01 13:53:37 -03:00
Gabriel Luiz Freitas Almeida
340df293ba Add check-format script and update lint-js.yml (#2357)
* chore: Add check-format script to package.json for code formatting consistency

* chore: Update lint-js.yml to use npm run check-format instead of npm run format
2024-07-01 13:53:37 -03:00
Cristhian Zanforlin Lousa
b6e2d4823e
add a new test for a huge flow -> decisionFlow (#2456)
* add test to decision flow

* add test to decision flow

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-01 09:37:36 -07:00
Lucas Oliveira
f3df98a29c
Fix Global Variables (#2430)
* chore: update linting workflows to include dev branch in merge_group

* Update README.md

Add 1.0 banner

* Update README.md

* chore: update package versions in pyproject.toml files

* Added db value to every onChange on parameters

* Refactored global variables to find variables on the first render, and to execute just one onChange to update both values and db

* Changed group recursion function to include check for global variables already applied or outdated

* Removed already inserted component check for default fields on global variables

* Fixed import error

* Added required parameters to update node on drop

* Removed check for unused hardcoded name

* Added global variables handling on nodes when adding a flow

* Fixed maximum update depth when deleting used global variable

* Fixed type error on addNewVariableButton modal

* Fixed openai api key on starter flows

* Fixed values to get the .env values by default on the starter projects

* Formatted flows

* fix erros reported by mypy

* [autofix.ci] apply automated fixes

* 🐛 (prototypes/__init__.py): fix missing comma in the list of imported components to prevent syntax error

* chore: Fix type hinting in ConditionalRouterComponent

* [autofix.ci] apply automated fixes

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com>
Co-authored-by: italojohnny <italojohnnydosanjos@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-01 09:31:06 -07:00
anovazzi1
b458875b4f
fix playground button on store (#2417)
* fix playground on store

* [autofix.ci] apply automated fixes

* Format code

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-01 09:29:00 -07:00
anovazzi1
b384402c07
fix name on EditNodeModal (#2434)
* fix name on EditNodeModal

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-01 09:27:17 -07:00
Gabriel Luiz Freitas Almeida
f6ceb59b6f
Merge branch 'dev' into cz/fix-messages-deleting-error 2024-06-30 11:26:10 -03:00
anovazzi1
cfdfa0f0f8
fix list display in output inspection (#2409)
create an object for basic array types in output inspection
2024-06-28 20:45:22 +00:00
anovazzi1
d629ff2fb5
Update proxy IDs on group node outputs (#2364)
This pull request focuses on updating the proxy IDs for the outputs of
group nodes within our project.
2024-06-28 20:40:19 +00:00
Cristhian Zanforlin Lousa
b4f1c008ad
Fix: Tweaks tab dissapearing with hook component (#2412)
This pull request addresses an issue where the tweaks tab on ApiModal
disappears when using a webhook component.
2024-06-28 20:35:18 +00:00
anovazzi1
0918891c28
fix edit method on messages (#2435)
fix bug where messages couldn't be edited.
Change post to put on frontend
2024-06-28 20:30:07 +00:00
cristhianzl
a86c252edd Merge branch 'cz/fix-messages-deleting-error' of https://github.com/langflow-ai/langflow into cz/fix-messages-deleting-error 2024-06-28 17:16:02 -03:00
cristhianzl
90a908a817 removing wrong code pushed 2024-06-28 17:15:50 -03:00
anovazzi1
e13736249d
Merge branch 'dev' into fixList 2024-06-28 17:09:24 -03:00
anovazzi1
45b909310d
Merge branch 'dev' into fixGroupLogs 2024-06-28 17:08:56 -03:00
anovazzi1
324ad666d1
Merge branch 'dev' into ic/fixTweaksTab 2024-06-28 17:08:24 -03:00
anovazzi1
7fbc5205b0
Merge branch 'dev' into fixMessagesEdit 2024-06-28 17:07:30 -03:00
anovazzi1
85ba7a5067
Merge branch 'dev' into ic/fixCopy 2024-06-28 17:07:03 -03:00
anovazzi1
13189c9ba3
Merge branch 'dev' into cz/fix-messages-deleting-error 2024-06-28 17:05:26 -03:00
Lucas Oliveira
33c8539841 Formatted 2024-06-28 16:38:08 -03:00
anovazzi1
e7e14402a8 format code 2024-06-28 16:36:00 -03:00
Lucas Oliveira
544846cfdd Fixed status not being deleted when building the flows 2024-06-28 16:34:33 -03:00
cristhianzl
8f2d9e01df fix: Remove unused code in textInputOutput.spec.ts
``
2024-06-28 15:54:19 -03:00
anovazzi1
9452208fc2 fix edit method on messages 2024-06-28 15:34:38 -03:00
cristhianzl
356905c383 test webhook 2024-06-28 15:03:32 -03:00
cristhianzl
17165a00d3 remove console.log 2024-06-28 14:26:10 -03:00
cristhianzl
8eae1cd8a8 added rerun tests 2024-06-28 12:03:54 -03:00
cristhianzl
4b6cbe47fc 🐛 (messagesPage): fix selection mapping to use row.id instead of row.index
 (tests): add end-to-end tests for basic prompting and general bugs

 (tests): add end-to-end test for deleting rows from table message
🔧 (tsconfig.json): update test file name for generalBugs to shard-0 spec
2024-06-28 11:33:01 -03:00
github-actions[bot]
c5779d087a
Merge branch 'dev' into fixGroupLogs 2024-06-28 10:05:59 +00:00
autofix-ci[bot]
fc137cc690
[autofix.ci] apply automated fixes 2024-06-28 06:34:22 +00:00
igorrCarvalho
63113aa8ea Refactor: enable node copy for multiple selection 2024-06-28 03:32:59 -03:00
igorrCarvalho
2d737a9fa5 Fix: Ctrl + C not working on tooltips 2024-06-28 01:16:00 -03:00
autofix-ci[bot]
d0e017ea2d
[autofix.ci] apply automated fixes 2024-06-27 21:19:41 +00:00
igorrCarvalho
ec1e37a7d9 fix: Tweaks tab dissapearing with hook component 2024-06-27 18:13:02 -03:00
anovazzi1
8836c29a39 Format code 2024-06-27 17:33:49 -03:00
igorrCarvalho
356e7c4455 Feat: add more types 2024-06-27 17:32:08 -03:00
anovazzi1
c0a464f8e2 Merge remote-tracking branch 'origin/dev' into fixList 2024-06-27 16:43:29 -03:00
github-actions[bot]
753bef520b
Merge branch 'dev' into fixGroupLogs 2024-06-27 19:19:00 +00:00
cristhianzl
cfce6c5513 ♻️ (frontend): remove console.log statements from various components 2024-06-27 15:38:29 -03:00