Commit graph

6,572 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
67374445de Update shared component API endpoint 2023-12-07 18:19:11 -03:00
Gabriel Luiz Freitas Almeida
0d22a3864f Formatting 2023-12-07 17:29:29 -03:00
Gabriel Luiz Freitas Almeida
531be1e7ae Fix file path value retrieval in
get_file_path_value function
2023-12-07 17:28:54 -03:00
cristhianzl
3584fab652 Merge branch 'feature/store' of github.com:logspace-ai/langflow into feature/store 2023-12-07 15:42:34 -03:00
cristhianzl
9a92a291ca fix(parameterComponent): add data-testid attribute to textarea and input elements for easier testing
fix(GenericNode): add data-testid attribute to div element for easier testing
fix(textAreaComponent): add data-testid attribute to div element for easier testing
fix(EditNodeModal): add data-testid attribute to textarea element for easier testing
fix(genericModal): add data-testid attribute to span element for easier testing
fix(flowPage.spec): comment out unnecessary code
fix(keyPairListComponent.spec): add click event to div element for easier testing
fix(nestedComponent.spec): comment out unnecessary code
fix(promptModalComponent.spec): comment out unnecessary code
fix(inputComponent.spec): add click event to div element for easier testing
fix(toggleComponent.spec): add click event to div element for easier testing
2023-12-07 15:42:26 -03:00
dependabot[bot]
1cbe3b49e4
chore(deps-dev): bump vite from 4.5.0 to 4.5.1 in /src/frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 18:29:16 +00:00
Gabriel Luiz Freitas Almeida
77aea4d1a9 Refactor code formatting and add version display
option
2023-12-07 14:55:51 -03:00
Gabriel Luiz Freitas Almeida
1e1e49b862 Update database URL in alembic.ini 2023-12-07 14:03:20 -03:00
Gabriel Luiz Freitas Almeida
501ba416d1 Refactor database connection logic in base
settings
2023-12-07 14:02:41 -03:00
Gabriel Luiz Freitas Almeida
79c93bcfe9 Refactor database URL handling and add logger
messages
2023-12-07 14:00:51 -03:00
Gabriel Luiz Freitas Almeida
40664f561a Fix WebSocket host configuration 2023-12-07 13:58:49 -03:00
anovazzi1
441247d63b fix(extraSidebarComponent): update useEffect dependency array to include 'data' variable to ensure proper re-rendering when 'data' changes 2023-12-07 11:08:33 -03:00
Gabriel Luiz Freitas Almeida
b2d867e9aa
Add procedure to deploy langflow on AWS (#1177) 2023-12-07 10:52:11 -03:00
Gabriel Luiz Freitas Almeida
8be28c947f Import typing module and update default imports 2023-12-07 10:51:22 -03:00
Gabriel Luiz Freitas Almeida
5914381e84 Fix plugin loading issue 2023-12-07 09:59:29 -03:00
cristhianzl
09bd8cb009 Merge branch 'feature/store' of github.com:logspace-ai/langflow into feature/store 2023-12-06 20:07:05 -03:00
cristhianzl
08522720dc fix(keypairListComponent): add data-testid attribute to input elements for better testability
fix(codeAreaModalComponent.spec): remove unnecessary click action
fix(floatComponent.spec): remove unnecessary click action
fix(intComponent.spec): remove unnecessary click action
fix(keyPairListComponent.spec): remove unnecessary click action
fix(promptModalComponent.spec): remove unnecessary comments and unused code
2023-12-06 20:06:47 -03:00
Gabriel Luiz Freitas Almeida
15ad1226ea Add asynccontextmanager to lifespan function 2023-12-06 20:00:36 -03:00
Gabriel Luiz Freitas Almeida
fc44c3e195 Refactor plugin loading logic 2023-12-06 19:04:11 -03:00
Gabriel Luiz Freitas Almeida
0d8c1bc6df Fix Langfuse import and update LangfuseInstance 2023-12-06 19:04:05 -03:00
Lucas Oliveira
7e71bec7e4 Fixed minimize not working 2023-12-06 18:23:06 -03:00
Gabriel Luiz Freitas Almeida
ab89001a44 Fix WebSocket close reason truncation 2023-12-06 14:43:09 -03:00
Gabriel Luiz Freitas Almeida
a65e3383de Refactor import statements and update
cache_service usage
2023-12-06 14:43:02 -03:00
Gabriel Luiz Freitas Almeida
fc61d6ffb8 Update utils.py with file path safety check 2023-12-06 12:01:19 -03:00
Gabriel Luiz Freitas Almeida
cfe817506b Fix import error in LangfusePlugin 2023-12-06 11:25:12 -03:00
Gabriel Luiz Freitas Almeida
d10261b665 Add CallbackPlugin to BasePlugin hierarchy 2023-12-06 11:22:12 -03:00
Gabriel Luiz Freitas Almeida
26f84aa885 Refactor langfuse plugin and add get_callback
method
2023-12-06 11:05:23 -03:00
Gabriel Luiz Freitas Almeida
f2389023ae Add get_callback method to BasePlugin 2023-12-06 11:05:16 -03:00
Gabriel Luiz Freitas Almeida
667e7c42ff Refactor callback handling in base.py 2023-12-06 11:05:11 -03:00
Gabriel Luiz Freitas Almeida
3dfcaee755 Add get_callbacks method to PluginService 2023-12-06 11:05:00 -03:00
Gabriel Luiz Freitas Almeida
5eaebc4089 Refactor service dependencies and imports 2023-12-06 10:44:23 -03:00
Gabriel Luiz Freitas Almeida
5bbb343681 Refactor PluginService to use type hints for
plugins
2023-12-06 10:44:06 -03:00
Gabriel Luiz Freitas Almeida
d3599eb15b Fix import formatting in API files 2023-12-06 10:43:53 -03:00
Gabriel Luiz Freitas Almeida
419674ee55 Refactor langflow/processing/base.py 2023-12-06 10:06:17 -03:00
Gabriel Luiz Freitas Almeida
f66786f974 Fix import order in ServiceManager 2023-12-06 10:03:42 -03:00
Gabriel Luiz Freitas Almeida
21bc67f02d Merge branch 'feature/store' into plugin_service 2023-12-06 10:03:21 -03:00
Lucas Oliveira
f6320d6ef0 formatting 2023-12-05 19:48:44 -03:00
Lucas Oliveira
6de820a6cc Changed colors 2023-12-05 19:48:08 -03:00
Gabriel Luiz Freitas Almeida
384d42fea4 Update frontend template with values from raw
template
2023-12-05 19:35:18 -03:00
Lucas Oliveira
344f761b57 Fixed component colors 2023-12-05 19:33:15 -03:00
Gabriel Luiz Freitas Almeida
a7ad56c0d0 Refactor update_frontend_node_with_template_values
function
2023-12-05 19:23:23 -03:00
Gabriel Luiz Freitas Almeida
d0c5d70fc6 Add file_path validation in
update_frontend_node_with_template_values function
2023-12-05 18:58:40 -03:00
Gabriel Luiz Freitas Almeida
731e57435c Add new OpenAI model for vision 2023-12-05 18:40:27 -03:00
Gabriel Luiz Freitas Almeida
5388423e0e Fix formatting issues in code 2023-12-05 18:39:20 -03:00
Gabriel Luiz Freitas Almeida
c3f9433612 Fix superuser deletion bug 2023-12-05 18:35:14 -03:00
Gabriel Luiz Freitas Almeida
3fd5af89b6 Refactor user deletion endpoint 2023-12-05 18:16:40 -03:00
Gabriel Luiz Freitas Almeida
a8e620d89c Refactor user CRUD functions 2023-12-05 18:16:11 -03:00
Gabriel Luiz Freitas Almeida
fa9b7265ea Fix migration issue with default superuser 2023-12-05 18:16:06 -03:00
Gabriel Luiz Freitas Almeida
0a3921dd2d Refactor credential retrieval and listing methods 2023-12-05 18:16:02 -03:00
Gabriel Luiz Freitas Almeida
b1a4957e20 Refactor code and optimize imports 2023-12-05 18:15:57 -03:00