Commit graph

11,619 commits

Author SHA1 Message Date
Mendon Kissling
8ab21e8ced text-and-record 2024-06-04 16:21:07 -04:00
anovazzi1
be919f1bca Refactor: Remove commented code for chat history tab in IOModal 2024-06-04 17:06:16 -03:00
anovazzi1
88f1e6602b feat: Update SwitchOutputView component to handle array result type 2024-06-04 16:57:56 -03:00
ogabrielluiz
f3e49cb936 📝 (endpoints.py): add debug log message to indicate building langchain types dict for better debugging and monitoring 2024-06-04 16:33:36 -03:00
igorrCarvalho
91e3bd9151 Refactor: Remove select from delete session button 2024-06-04 16:33:05 -03:00
anovazzi1
46313155b3 feat: Add support for array result type in SwitchOutputView component 2024-06-04 16:26:20 -03:00
italojohnny
4f20da7228 add type array to artifacts 2024-06-04 16:25:03 -03:00
Mendon Kissling
4841cd9e66 combine-input-and-output-docs 2024-06-04 15:21:59 -04:00
Mendon Kissling
c371cbc22b combine-global-env-docs 2024-06-04 15:21:24 -04:00
italojohnny
4f1c925d9a fix artifact type 2024-06-04 16:17:53 -03:00
Lucas Oliveira
e3832916fa Removed store api key modal 2024-06-04 16:13:07 -03:00
Lucas Oliveira
9a9b088843 Added redirect to langflow.store 2024-06-04 16:12:37 -03:00
igorrCarvalho
83b837966d Refactor: Make Reset Column button reset columns order 2024-06-04 15:53:51 -03:00
Lucas Oliveira
4d738e2ae8 Fixed icon not being on the end of the button when its text is not big enough 2024-06-04 15:42:56 -03:00
italojohnny
d7e1270436 add function to determine artifact type 2024-06-04 15:42:03 -03:00
cristhianzl
e6c65aff0b Merge branch 'fix/minor_bugs' of https://github.com/langflow-ai/langflow into fix/minor_bugs 2024-06-04 15:33:29 -03:00
cristhianzl
1719895367 ♻️ (reactflowUtils.ts): reorder imports for better readability
♻️ (reactflowUtils.ts): remove console.log statements to clean up code
♻️ (reactflowUtils.ts): fix formatting issues and align code style

♻️ (reactflowUtils.ts): remove trailing commas to improve code consistency and readability
2024-06-04 15:33:24 -03:00
anovazzi1
1743191379 fix undefined error 2024-06-04 15:21:29 -03:00
anovazzi1
729f12d02e fix(recordsOutputComponent): set default value for columnMode prop to "union" to
prevent potential issues with missing prop
fix(utils.ts): set default value for mode parameter in extractColumnsFromRows
function to "union" to ensure consistent behavior and prevent errors
2024-06-04 15:18:34 -03:00
anovazzi1
885712ac06 refactor: improve displayOutputPreview logic in ParameterComponent 2024-06-04 15:14:32 -03:00
anovazzi1
254a2c423c Refactor: Add ResetColumns component to improve table functionality 2024-06-04 14:38:40 -03:00
Lucas Oliveira
9d49597dae Merge remote-tracking branch 'origin/dev' into fix/minor_bugs 2024-06-04 14:25:51 -03:00
Lucas Oliveira
c8fa4d8a37 Removed div that made an extra space 2024-06-04 14:25:05 -03:00
Lucas Oliveira
bb6578e0a5 Fixed classes of sidebar to make it more like the main page 2024-06-04 14:21:12 -03:00
anovazzi1
5275126e64 chore: Update description text in SettingsPage 2024-06-04 14:06:38 -03:00
anovazzi1
9307b867c9 update title and description 2024-06-04 14:03:07 -03:00
Nicolò Boschi
82a3733ed7
setting fallback_to_env_var should be respected in api calls (#2058) 2024-06-04 09:36:52 -07:00
ogabrielluiz
a65965fcb3 📝 (endpoints.py): Add support for caching components to improve performance and reduce load on the server
📝 (setup.py): Change function create_or_update_starter_projects to be asynchronous to handle await calls
📝 (types.py): Add caching mechanism to function aget_all_components to improve performance and reduce redundant calls
📝 (main.py): Change call to create_or_update_starter_projects to be awaited to handle asynchronous operation
📝 (index.tsx): Add functionality to reload components in the menu bar to update component data dynamically
📝 (index.ts): Modify getAll function to accept a force_refresh parameter to force a refresh of data
📝 (typesStore.ts): Update getTypes function to accept a force_refresh parameter and pass it to the getAll function
📝 (index.ts): Update getTypes function in TypesStoreType to accept a force_refresh parameter
📝 (test_initial_setup.py): Update test_create_or_update_starter_projects to await the asynchronous function create_or_update_starter_projects
2024-06-04 13:35:00 -03:00
Gabriel Luiz Freitas Almeida
22a7b7e75f
(refactor) Update pytest arguments in Makefile for better test execution (#2063)
* refactor: Update pytest arguments in Makefile for better test execution

The Makefile has been modified to update the pytest arguments in the `tests` target. The `--instafail` flag has been replaced with `-ra -n auto -m "not api_key_required"`. This change allows for better test execution by including additional options for reporting, parallelization, and test selection.

Note: The commit message has been generated based on the provided code changes and recent commits.

*  (test_endpoints.py): add pytest marker 'api_key_required' to mark tests that require an API key for authorization. This helps in easily identifying and managing tests that need special permissions.
2024-06-04 08:59:02 -07:00
ogabrielluiz
dd4b617b48 refactor: Update TextOperatorComponent to use langflow.template and langflow.schema
The TextOperatorComponent in TextOperator.py has been refactored to use the langflow.template.Input, langflow.template.Output, and langflow.schema.Record classes for improved code structure and maintainability.

Note: The commit message has been generated based on the provided code changes and recent commits.
2024-06-04 12:56:10 -03:00
ogabrielluiz
6e7421998d 📝 (frontend): reorganize imports and fix import order in OutputComponent and ParameterComponent to improve code readability
♻️ (frontend): refactor OutputComponent and ParameterComponent to remove unnecessary imports and optimize code structure
📝 (frontend): remove console.log statement in ApiModal view to clean up code and improve maintainability
2024-06-04 12:55:39 -03:00
ogabrielluiz
e2905c9b84 refactor: Update build_inputs method in Component class
The build_inputs method in the Component class has been updated to handle the user_id parameter and return a list of inputs. This change improves the functionality and flexibility of the custom component.

Note: The commit message has been generated based on the provided code changes and recent commits.
2024-06-04 12:55:18 -03:00
Lucas Oliveira
ee705b548f Added icons 2024-06-04 11:54:32 -03:00
Lucas Oliveira
98e40f25e6 Fixed id scrolling when clicking from Store 2024-06-04 11:52:08 -03:00
Mendon Kissling
dae11df7da
[Docs] - Update gif (#2062)
* Update docs gif to align with readme
2024-06-04 10:46:02 -04:00
Mendon Kissling
fedbf906d9 update-gif 2024-06-04 10:37:30 -04:00
Lucas Oliveira
cad4c508a9 Fixed button layout to have loading the same size as the original button 2024-06-04 11:35:37 -03:00
Lucas Oliveira
5b83bde64e Returned loader to default, fixed buttons not working with asChild 2024-06-04 11:17:17 -03:00
cristhianzl
aed7d2eeca ♻️ (reactflowUtils.ts): reorder imports for better readability
♻️ (reactflowUtils.ts): remove unnecessary console.log statements
♻️ (reactflowUtils.ts): fix formatting issues and improve code consistency

💡 (reactflowUtils.ts): remove trailing commas to improve code consistency and readability

♻️ (utils.ts): use toTitleCase function for headerName to improve readability
2024-06-04 11:10:30 -03:00
Lucas Oliveira
2c851a9d5c Fix naming of endpoint 2024-06-04 11:09:00 -03:00
Lucas Oliveira
f1aaa162e2 Changed strategy to not have to apply classes to different div elements, not breaking the other buttons. 2024-06-04 10:49:36 -03:00
Lucas Oliveira
c36053dc55 Fixed button not being able to handle multiple children when asChild is done 2024-06-04 10:26:52 -03:00
Lucas Oliveira
9eacd3f9d6 Fixed sidebar button to not look strange with the new Button classes 2024-06-04 10:15:24 -03:00
Lucas Oliveira
b5d9e0608d Fixed classes on Button to work with all of the current buttons 2024-06-04 10:15:02 -03:00
Lucas Oliveira
59c8eba132 Fixed Button classes to allow loading 2024-06-04 09:58:44 -03:00
Lucas Oliveira
3d8a0acbc1 Fixed sidebar buttons not being different when path is equal 2024-06-04 09:37:23 -03:00
ogabrielluiz
8c89efd08f run codespell 2024-06-04 09:26:13 -03:00
ogabrielluiz
e4f4401d75 📝 (tests/conftest.py): Remove duplicate imports and organize imports for better readability
♻️ (tests/test_custom_component.py): Refactor CustomComponent to Component for better naming consistency
♻️ (tests/test_endpoints.py): Refactor test functions to improve readability and maintainability by simplifying assertions and organizing code
2024-06-04 09:25:27 -03:00
Lucas Oliveira
eefac9ef48 Added Store API Key configuration on General Settings page 2024-06-04 09:20:55 -03:00
Lucas Oliveira
65ae9f04e4 Fixed bottom padding on settings pages 2024-06-04 09:20:32 -03:00