Commit graph

12,533 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
b07b937b20 Update build_and_cache_graph function to handle graph data from database and from input data (#1750)
* Update build_and_cache_graph function to handle graph data from database and from input data

* Update get_vertices endpoint to handle graph data from input

* Update build_vertex function to handle graph data from database

* Update build_vertex function to handle graph data from input

* Update FlowDataRequest schema to include optional viewport field
2024-04-23 20:38:04 -03:00
Lucas Oliveira
1b0eb4f7f3 Global Variables Page created 2024-04-24 00:51:12 +02:00
Lucas Oliveira
ec94bed45e Added user icon even if the autologin is off 2024-04-24 00:27:38 +02:00
anovazzi1
34ac7f359a removed console.log 2024-04-23 16:53:38 -03:00
anovazzi1
bb6ad3939b first implementation, working but not stable 2024-04-23 16:48:00 -03:00
Cristhian Zanforlin Lousa
7311bd3224
Add new tests on global variables and fix old ones (#1756)
🔧 (Makefile): remove unnecessary kill command for frontend server in
run_frontend target
📝 (frontend/.gitignore): add test-results/ directory to .gitignore
⬆️ (frontend/package.json): upgrade @playwright/test dependency to
version 1.43.1
💡 (frontend/tests/end-to-end/filterEdge.spec.ts): update expected
tooltip test ID from "tooltip-Models" to "tooltip-Model Specs"
💡 (frontend/tests/end-to-end/filterEdge.spec.ts): update expected test
ID from "disclosure-models" to "disclosure-model specs"
💡 (frontend/tests/end-to-end/globalVariables.spec.ts): add hover and
delete functionality to test for global variables
💡 (frontend/tests/end-to-end/saveComponents.spec.ts): add additional
wait times to ensure modal is loaded before interacting with it
2024-04-23 16:11:24 -03:00
Kayce Elgin
3f74accbbb
Update deploy_langflow_gcp.sh (#1752)
Sytnax error on line 38 ':tcp:3389', removed leading colon -> 'tcp:3389'
2024-04-23 15:04:41 -03:00
Mendon Kissling
4baad51242 add-astra-and-cli 2024-04-23 09:42:20 -04:00
anovazzi1
ec0af06573 Add playground button to flow cards in MainPage (#1752)
* Add playground button to flow cards in MainPage

* Add IOModal component for playground functionality

* Update playground button styling

not working yet
2024-04-23 09:26:15 -03:00
Mendon Kissling
34e7353095 hide-cli 2024-04-22 21:41:26 -04:00
Mendon Kissling
54fb579d64 link-check 2024-04-22 21:41:08 -04:00
Mendon Kissling
170d9dff58 try-config 2024-04-22 21:38:14 -04:00
igorrCarvalho
113b47804f Feat: Add validation to avoid error when user doesnt have access to the store 2024-04-22 22:23:47 -03:00
Mendon Kissling
d5c43a0bf2 initial-content 2024-04-22 21:22:43 -04:00
igorrCarvalho
8ac6cdb4d7 Feat: add shortcut to open flow share modal (ctrl+alt+s) 2024-04-22 21:49:36 -03:00
Mendon Kissling
070215fbf2 add-content 2024-04-22 20:25:56 -04:00
Mendon Kissling
10ad5282a3 cleanup-sidebars 2024-04-22 20:25:37 -04:00
Mendon Kissling
8746b643ca cleanup-extra-files 2024-04-22 20:25:21 -04:00
igorrCarvalho
c550a1dd8a Refactor: Add all toolbar options into more 2024-04-22 20:58:03 -03:00
Mendon Kissling
4a7c1bdc8d update-image 2024-04-22 16:19:38 -04:00
Mendon Kissling
879449c564 img-settings 2024-04-22 16:07:34 -04:00
anovazzi1
984ba4f261 Merge remote-tracking branch 'origin/dev' into chatImg 2024-04-22 16:46:02 -03:00
Mendon Kissling
606e7a8ee9 initial-content 2024-04-22 15:45:17 -04:00
anovazzi1
9fab273dd3 Update file preview function in FileCard component 2024-04-22 16:40:21 -03:00
Gabriel Luiz Freitas Almeida
b259160cc7 Update ChatInput and ChatOutput 2024-04-20 10:45:27 -03:00
Gabriel Luiz Freitas Almeida
a94ed2aaef Format 2024-04-20 10:44:52 -03:00
Gabriel Luiz Freitas Almeida
d1bc88715e Refactor file handling in ChatInput and ChatOutput components 2024-04-20 10:44:15 -03:00
Mendon Kissling
01c5ac6e32 Merge branch 'dev' into docs-document-qa 2024-04-19 17:32:40 -04:00
Mendon Kissling
f7ae63e1ca cleanup 2024-04-19 17:30:06 -04:00
Mendon Kissling
e4cfcbc201 initial-content 2024-04-19 17:29:49 -04:00
Gabriel Luiz Freitas Almeida
09fd88a0d0
Update Uvicorn command in Dockerfiles and shell script to use langflow.main:create_app instead of src.backend.langflow.main:create_app (#1751)
* Update Uvicorn command in Dockerfiles and shell script to use langflow.main:create_app instead of src.backend.langflow.main:create_app

* Update Uvicorn command in Dockerfiles and shell script to use asyncio event loop
2024-04-19 18:22:27 -03:00
igorrCarvalho
2818909126 remove console.log 2024-04-19 16:58:41 -03:00
igorrCarvalho
a0a01aef3f Feat: make possible to open node advanced settings by double clicking the node 2024-04-19 16:57:57 -03:00
Mendon Kissling
1a9bc87cff Merge branch 'dev' into docs-memory-chatbot 2024-04-19 15:10:53 -04:00
Mendon Kissling
faad3ffb36 anchor 2024-04-19 15:10:41 -04:00
Mendon Kissling
bec8243834 initial-content 2024-04-19 15:09:47 -04:00
cristhianzl
00b7bbae3c (codeAreaModalComponent.spec.ts): comment out unused code and remove unused import to improve code readability and maintainability
 (store.spec.ts): add a delay before selecting the "Alphabetical" option to ensure the dropdown is fully loaded before interacting with it
2024-04-19 15:51:19 -03:00
cristhianzl
3727c98937 📝 (codeAreaModalComponent.spec.ts): remove unnecessary code that checks for invalid syntax in the test case
♻️ (codeAreaModalComponent.spec.ts): refactor test case to remove redundant code and improve readability
2024-04-19 14:58:57 -03:00
Mendon Kissling
013cb561cc restore-deleted-page-to-fix-build 2024-04-19 13:47:20 -04:00
cristhianzl
d87456f29c (textInputOutput.spec.ts): remove redundant expectations for contentOutput variable to improve test readability 2024-04-19 14:15:48 -03:00
igorrCarvalho
58f78c3680 Feat: make space open node code modal 2024-04-19 13:33:11 -03:00
Mendon Kissling
79cf9b10de clarify-component 2024-04-19 12:02:21 -04:00
cristhianzl
61371152fe 🔧 (Makefile): add command to kill any process running on port 3000 before starting the frontend server to avoid conflicts 2024-04-19 12:39:44 -03:00
cristhianzl
4965dca588 🔧 (Makefile): remove unnecessary kill command for frontend server in run_frontend target
📝 (frontend/.gitignore): add test-results/ directory to .gitignore
⬆️ (frontend/package.json): upgrade @playwright/test dependency to version 1.43.1
💡 (frontend/tests/end-to-end/filterEdge.spec.ts): update expected tooltip test ID from "tooltip-Models" to "tooltip-Model Specs"
💡 (frontend/tests/end-to-end/filterEdge.spec.ts): update expected test ID from "disclosure-models" to "disclosure-model specs"
💡 (frontend/tests/end-to-end/globalVariables.spec.ts): add hover and delete functionality to test for global variables
💡 (frontend/tests/end-to-end/saveComponents.spec.ts): add additional wait times to ensure modal is loaded before interacting with it
2024-04-19 12:38:57 -03:00
Mendon Kissling
3c5f9a3a83 remove-duplicate-doc 2024-04-19 11:17:58 -04:00
Mendon Kissling
1f96c885db rewrite-based-on-1.0 2024-04-19 11:15:14 -04:00
anovazzi1
710812ad96 Merge remote-tracking branch 'origin/dev' into chatImg 2024-04-19 11:15:41 -03:00
anovazzi1
cd7a34bfad Update data handling in flowStore.ts 2024-04-19 11:05:45 -03:00
anovazzi1
61a9693d00 Update data handling in flowStore.ts 2024-04-19 10:57:52 -03:00
anovazzi1
39d8d479a1 Update types and attributes in chatView component 2024-04-19 10:53:14 -03:00