Commit graph

10,822 commits

Author SHA1 Message Date
Lucas Oliveira
712d019f1e Added play on hover of entire node 2024-06-06 14:20:59 -03:00
Lucas Oliveira
ab46982053 Removed ID getter from TableComponent and fixed Shortcuts 2024-06-06 13:50:05 -03:00
Mendon Kissling
b420213163
[Docs] CLI Commands, deployments, x logo (#2080)
* Document CLI clearer
* Add backend-only deployment
* Replace twitter logo with X logo
* Add Docker deployment

Questions mostly about if backend-only and the migration CLI info are
OK. Migration and DB are a little unclear to me.
2024-06-06 12:45:00 -04:00
Mendon Kissling
60023657d8 command-order 2024-06-06 12:39:16 -04:00
Mendon Kissling
964afd3de4 Merge branch 'dev' into docs-cli-commands 2024-06-06 12:37:35 -04:00
Mendon Kissling
4e7867fd66 numbers 2024-06-06 12:33:21 -04:00
Lucas Oliveira
0631226cd8
Added API Keys into Settings, and made changes into BaseModal (#2067)
This pull request encompasses a series of updates and bug fixes aimed at
improving the overall functionality, user experience, and UI consistency
of the application. The changes include enhancements to modals, buttons,
toolbars, and various other components. Below is a summary of the key
changes made:

- Used TableComponent as default to show API Keys
- Changed Backend to show Created At
- Transferred info from API Keys page to API Keys section of the
Settings page
- Refactored API Keys adding modal
- Refactored BaseModal
2024-06-06 18:31:09 +02:00
Mendon Kissling
7ad91a9b94 copy-db-info 2024-06-06 11:44:11 -04:00
cristhianzl
3afd009f08 merge fix 2024-06-06 12:09:33 -03:00
cristhianzl
36795b0f09 (tests): increase waitForTimeout to 3000ms in end-to-end tests
 (tests): increase waitForTimeout to 3000ms in end-to-end tests

 (tests): increase waitForTimeout to 3000ms in end-to-end tests for stability
 (tests): remove trailing commas in expect statements for consistency

 (tests): increase waitForTimeout to 3000ms in end-to-end tests for stability

 (tests): increase timeout in end-to-end tests to improve stability

 (tests): increase waitForTimeout to ensure element stability
2024-06-06 12:06:17 -03:00
cristhianzl
9525ac95ae formatting code 2024-06-06 12:01:45 -03:00
cristhianzl
8f3cf69052 (generalBugs.spec.ts): add assertions to verify UI elements after erasing chat 2024-06-06 11:33:37 -03:00
cristhianzl
ac0d755a62 Merge branch 'dev' into fix/api_settings 2024-06-06 11:29:58 -03:00
cristhianzl
ad7da2c5a9 Merge branch 'fix/api_settings' of https://github.com/langflow-ai/langflow into fix/api_settings 2024-06-06 11:29:36 -03:00
cristhianzl
f966d1b268 (tests): add end-to-end tests for general bugs and user settings 2024-06-06 11:29:28 -03:00
Lucas Oliveira
e191a16bf8 Fixed Erase button running flow 2024-06-06 11:12:31 -03:00
Mendon Kissling
c8240d73bd Merge branch 'dev' into docs-cli-commands 2024-06-06 09:56:22 -04:00
Lucas Oliveira
de634f3661 Fixed emoji regex to work with all browsers 2024-06-06 10:54:24 -03:00
Lucas Oliveira
e9fc02f700 Used data to trigger table re-render 2024-06-06 10:46:40 -03:00
Lucas Oliveira
a4b0a915f6 Removed multiline renderer 2024-06-06 10:10:19 -03:00
Lucas Oliveira
6cbdbf61b5 Added Dynamic Line Clamp component 2024-06-06 09:32:53 -03:00
Lucas Oliveira
abf6955ec9 Fixed refresh button to use loading 2024-06-06 09:32:21 -03:00
Lucas Oliveira
adf1235257 fixed classes for refreshable component 2024-06-06 09:31:48 -03:00
Lucas Oliveira
8151da0d1c removed unused console log 2024-06-06 09:31:32 -03:00
Gabriel Luiz Freitas Almeida
eca5cedf44
📝 (parse.py): Update parse_context function to use the new ParsedArgs namedtuple for better code organization and clarity (#2095) 2024-06-06 05:06:03 -07:00
ogabrielluiz
bed6cd86dc 📝 (parse.py): Update parse_context function to use the new ParsedArgs namedtuple for better code organization and clarity 2024-06-06 09:05:49 -03:00
Lucas Oliveira
47ad09b2b3 Added Auto Height to values column 2024-06-06 08:51:18 -03:00
Lucas Oliveira
c4eaff75e2 Removed unused code 2024-06-06 08:51:06 -03:00
Lucas Oliveira
7b89eeb8e7 Added padding to tableNodeCellRenderer in the case of the Auto Height 2024-06-06 08:50:56 -03:00
Lucas Oliveira
f0a09a0cf5 Made string reader not be multiline, to not break other tables 2024-06-06 08:50:32 -03:00
Lucas Oliveira
5898a1b12e Fix dict component to take entire width 2024-06-06 08:50:14 -03:00
Lucas Oliveira
856b1c07db Fix Input list component to take entire width 2024-06-06 08:49:46 -03:00
Lucas Oliveira
eb67b0e007 Made cells align themself at middle of table 2024-06-06 08:49:20 -03:00
Lucas Oliveira
cfb1df93ee Merge remote-tracking branch 'origin/dev' into fix/api_settings 2024-06-06 08:29:28 -03:00
anovazzi1
4236d22098
Refactor SettingsPage component and add Messages page (#2084)
* Feat: Create the first version of the eraser tool

* feat: Add Messages page to SettingsPage

Refactor the SettingsPage component to include a new "Messages" page. This page will be accessible through the "/settings/messages" route and will display messages related to user settings. The necessary changes have been made to the index.tsx file of the SettingsPage component and the routes.tsx file.

* refactor(tableComponent): update column definitions to include checkbox selection logic for first column

feat(API): add support for excluding specific columns in getMessagesTable function

fix(flowLogsModal): pass excludedFields parameter to getMessagesTable function

refactor(GlobalVariablesPage): remove unnecessary checkbox selection properties from column definitions

fix(messagesPage): pass excludedFields parameter to getMessagesTable function

refactor(utils): add support for excluding specific columns in extractColumnsFromRows function

* feat: Add API endpoints for managing messages

This commit adds new API endpoints for managing messages. It includes the ability to delete messages by their IDs, update a specific message, and delete all messages associated with a session. These changes are implemented in the `monitor.py`, `schema.py`, and `service.py` files.

*  (monitor.py): add MessageIds schema for structured message deletion
♻️ (monitor.py): change delete_messages endpoint to POST for better semantics
♻️ (monitor.py): update delete_messages to use MessageIds schema
 (schemas.py): add MessageIds schema for structured message deletion
🐛 (service.py): fix SQL query in delete_messages to use correct column name
 (index.tsx): add toTitleCase utility to format column headers
 (API/index.ts): add deleteMessagesFn to handle message deletion via API
 (headerMessages): add HeaderMessagesComponent for message management UI
 (use-messages-table): add useMessagesTable hook to fetch and manage messages
 (use-remove-messages): add useRemoveMessages hook to handle message deletion

♻️ (messagesPage): refactor messages page to use new messages store
 (messagesStore): create zustand store for managing messages state
 (types): add types for messages and zustand messages store

* 💡 (schemas.py): add newline at end of file to follow PEP 8 guidelines

* refactor(headerMessages): update text content in HeaderMessagesComponent

* move editable attribute to table Component

* refactor: Move editable attribute to TableComponent
add update function, need to fix backend

* ♻️ (monitor.py): change POST to DELETE for delete_messages endpoint
♻️ (schemas.py): remove unused MessageIds schema
♻️ (api.tsx): add missing commas in ApiInterceptor function
🐛 (api.tsx): fix duplicate request check to include method "get"
♻️ (index.ts): change deleteMessagesFn to use DELETE method instead of POST
♻️ (use-remove-messages.tsx): clean up comments and improve error handling

* start history in playgroundModal

* ♻️ (monitor.py): refactor update_message to return MessageModelResponse
♻️ (service.py): update SQL query to use index instead of id
♻️ (api.tsx): refactor duplicate request check logic
 (check-duplicate-requests.ts): add helper to check and store duplicate requests
🐛 (messagesStore.ts): fix message update logic to use index instead of id

* ♻️ (monitor.py, service.py): remove trailing whitespace to improve code cleanliness

* refactor: Add getSessions function to fetch available sessions in IOModal

* 🐛 (service.py): add missing 'id' column in SQL query to fix data retrieval issue
💡 (service.py): add print statement for debugging SQL query
♻️ (index.tsx): reorder imports for better readability and maintainability

♻️ (flowStore.ts): remove trailing commas to improve code consistency and readability

💡 (index.ts, storeUtils.ts): format type definitions for better readability

* update editable fields

* Feat: Make the table last column non-resizable and add a restore columns button

* Remove unnused imports

* Refactor: Remove “Page size” from table pagination

* Refactor: remove page size directly in css file

* chore: Update description text in SettingsPage

* Refactor: Add ResetColumns component to improve table functionality

* Refactor: Make Reset Column button reset columns order

* Refactor: Remove select from delete session button

* Refactor: Remove commented code for chat history tab in IOModal

* update route

* fix selection bug on Messages Table

* fix libs

---------

Co-authored-by: igorrCarvalho <igorsilvabhz6@gmail.com>
Co-authored-by: ogabrielluiz <gabriel@langflow.org>
Co-authored-by: cristhianzl <cristhian.lousa@gmail.com>
Co-authored-by: italojohnny <italojohnnydosanjos@gmail.com>
2024-06-05 20:37:38 -03:00
Igor Carvalho
a30bb145f7
Feat: Add Streamlit icon (#2077) 2024-06-05 20:11:09 -03:00
ogabrielluiz
a10ddd0082 Refactor restart_space script to accept space and token as command line arguments 2024-06-05 19:01:48 -03:00
Mendon Kissling
81c996d4f7
Update README.PT.md (#2081)
* Remove extra space in PT readme
* Add Portuguese language shield to readme
2024-06-05 17:55:34 -04:00
Mendon Kissling
49e3ba8adf
Update README.md (#2082)
* Add Portuguese to front page
2024-06-05 17:52:01 -04:00
Mendon Kissling
a1a7868cef
Update README.md
* Add Portuguese to front page
2024-06-05 17:49:08 -04:00
Mendon Kissling
c9e48ef430
Update README.PT.md
* Remove extra space in PT readme
2024-06-05 17:44:54 -04:00
Mendon Kissling
2f98d87731
Docs - Update README.md (#2079)
* Remove extra bulletpoint
2024-06-05 17:42:12 -04:00
Lucas Oliveira
a1e521f2c6 Fixed edit node modal not being updated with opening of modal 2024-06-05 18:39:36 -03:00
Mendon Kissling
1ba928a0c3 strip-broken-admonitions 2024-06-05 17:39:02 -04:00
Mendon Kissling
34e57b6a44 link 2024-06-05 17:18:00 -04:00
Mendon Kissling
1cf4779059 title-and-nav 2024-06-05 17:16:23 -04:00
Mendon Kissling
d8cfe679bf nav 2024-06-05 17:14:53 -04:00
Mendon Kissling
829c14e706 backend-only mode 2024-06-05 17:14:44 -04:00
Lucas Oliveira
b1ea0a1795 added auto height and tooltip to Name column 2024-06-05 17:47:38 -03:00
Lucas Oliveira
6955e7e6df Separated multiline cell renderer into different component 2024-06-05 17:44:48 -03:00