Commit graph

3,379 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
af20ca0f6e Refactor buildUtils and flowStore to improve performance 2024-03-03 18:11:06 -03:00
Gabriel Luiz Freitas Almeida
6781460869 Refactor buildVertices process one layer at a time 2024-03-03 14:40:43 -03:00
Lucas Oliveira
46e5b8b7e3 Fixed text output not showing display name 2024-03-03 01:26:39 +01:00
Lucas Oliveira
c44c574c99 Fixed flexbox in io 2024-03-03 01:24:39 +01:00
Gabriel Luiz Freitas Almeida
04f6ee7bea Update page size in ComponentsComponent 2024-03-02 16:14:05 -03:00
Gabriel Luiz Freitas Almeida
cdb59132d3 Fix verticesLayers assignment bug 2024-03-02 00:08:31 -03:00
igorrCarvalho
7f55a0ed24 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-03-01 20:03:23 -03:00
igorrCarvalho
463ee575e0 Refactor: Change texts 2024-03-01 20:02:52 -03:00
Gabriel Luiz Freitas Almeida
52a2658f47 Add ShadTooltip component and display display_name for outputs 2024-03-01 19:24:53 -03:00
Gabriel Luiz Freitas Almeida
5300549b61 Refactor vertices order handling 2024-03-01 19:08:23 -03:00
Gabriel Luiz Freitas Almeida
c7ca7bf209 Refactor paste function in flowStore.ts 2024-03-01 19:07:52 -03:00
anovazzi1
fb433d90d9 Refactor IOView component 2024-03-01 18:09:43 -03:00
anovazzi1
a153ff1d48 Refactor AccordionComponent to wrap children in a div 2024-03-01 18:00:22 -03:00
anovazzi1
3b5b013ada Update className in CodeTabsComponent 2024-03-01 17:24:58 -03:00
Gabriel Luiz Freitas Almeida
a03d4573fe Fix issue with updating vertices order 2024-03-01 16:25:14 -03:00
anovazzi1
5ae5feb64a style(IOOutputView/index.tsx): update className to include h-full for consistent styling across components
style(IOview/index.tsx): update className to include w-full for consistent styling across components
2024-03-01 15:51:34 -03:00
anovazzi1
be0ab30350
Fix tests after IO refactor (#1487) 2024-03-01 13:29:31 -03:00
Gabriel Luiz Freitas Almeida
811ab28339 Refactor graph traversal and update vertices order 2024-03-01 12:12:28 -03:00
Gabriel Luiz Freitas Almeida
f0c592a330 Remove console.log statement and refactor string replacement logic in GenericModal component 2024-03-01 11:11:50 -03:00
Gabriel Luiz Freitas Almeida
e0989c0f53 Refactor variable highlighting regex in constants.ts and fix error handling in genericModal 2024-03-01 11:11:01 -03:00
igorrCarvalho
07aa83e4e5 Fix: Remove code modal shortcut for improvements 2024-02-29 19:20:26 -03:00
cristhianzl
2190d65c59 fix tests 2024-02-29 19:15:00 -03:00
cristhianzl
066a5969e7 fix all the tests 2024-02-29 18:42:24 -03:00
Lucas Oliveira
d2127acf04 Fixed adding more than one chat input 2024-02-29 22:27:07 +01:00
anovazzi1
1a0d9f3077
Add new Icons - Postgres, Redis, Azure IA, Ollama (#1481) 2024-02-29 17:28:42 -03:00
anovazzi1
02b1f89555 Add Azure icon to AzureOpenAIEmbeddingsComponent and AzureChatOpenAISpecsComponent 2024-02-29 17:28:09 -03:00
cristhianzl
b83a18bcc9 add draganddrop test 2024-02-29 17:01:19 -03:00
Lucas Oliveira
8a8f27f5dc fixed position of info 2024-02-29 20:41:49 +01:00
Lucas Oliveira
88fb95014f Added ID on tooltip 2024-02-29 20:35:37 +01:00
Lucas Oliveira
5188dacfed Fixed tooltip 2024-02-29 20:35:01 +01:00
Lucas Oliveira
9d5faaf3c2 Added name changing 2024-02-29 20:33:30 +01:00
Gabriel Luiz Freitas Almeida
8e6c38f195 Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-29 16:21:23 -03:00
cristhianzl
1eacfc4971 add azure icon 2024-02-29 16:08:30 -03:00
Gabriel Luiz Freitas Almeida
ba23f93463
Refactor code and fix database issues (#1484)
* Refactor chat.py for improved readability and maintainability

* Add imports and fix formatting issues

* Refactor database connection in Alembic env.py

* Add nullable columns to tables and fix foreign key constraint

* Update sqlalchemy logging level to DEBUG in alembic.ini

* Add connection and inspector objects for database reflection

* Refactor alembic initialization and migration process

* Refactor version option in main_entry_point function

* Remove pre-commit hook and format code

* Fix database inspector type hinting

* Add unique constraints and fix credential table
2024-02-29 15:22:14 -03:00
anovazzi1
bef5f13eaa
Refactor of Error Page Layout (#1443)
This pull request introduces a comprehensive refactor of our
application's error page layout. The primary goal of these changes is to
enhance user experience during error states by providing clearer, more
helpful information and improving the overall aesthetics of the error
page.
2024-02-29 14:12:43 -03:00
cristhianzl
0856aacebf add postgres svg icon 2024-02-28 23:17:03 -03:00
cristhianzl
68434820b0 add postgres icon 2024-02-28 23:08:43 -03:00
Gabriel Luiz Freitas Almeida
83c5c89299 Add Text color to nodeColors 2024-02-28 22:41:45 -03:00
Gabriel Luiz Freitas Almeida
546e0ad701 Fix formatting issues in code 2024-02-28 21:50:22 -03:00
anovazzi1
d453223c7a Fix typo in CrashErrorComponent message 2024-02-28 20:07:14 -03:00
cristhianzl
e889bb38bc added new icons 2024-02-28 19:30:26 -03:00
anovazzi1
f93bae2c86 Remove frontEnd Only report link 2024-02-28 19:13:44 -03:00
anovazzi1
7d480c9bf5 Add delete_temp function to cleanup temp database 2024-02-28 19:12:14 -03:00
anovazzi1
2666a224ef Merge remote-tracking branch 'origin/zustand/io/migration' into cz/fixTestsIo 2024-02-28 18:43:12 -03:00
igorrCarvalho
25d3b96600 Remove console.log 2024-02-28 18:10:48 -03:00
igorrCarvalho
0e55a4f8c8 Feat: add shortcut to open code modal (Ctrl shift C) 2024-02-28 18:09:06 -03:00
anovazzi1
f7fbf14659 Add Supabase icon to search component 2024-02-28 18:04:28 -03:00
anovazzi1
0dc45c3c50 Add HuggingFace icon to components 2024-02-28 17:54:08 -03:00
anovazzi1
72a0eec572 Add MongoDB icon to MongoDBAtlasComponent and styleUtils 2024-02-28 17:47:55 -03:00
anovazzi1
907300881b Update Amazon icons in code 2024-02-28 17:41:17 -03:00