Lucas Oliveira
4a0cd402a8
formatiing
2023-11-21 20:27:19 -03:00
Lucas Oliveira
3d32be344d
Fixed flows being able to upload to components and vice versa
2023-11-21 20:27:19 -03:00
anovazzi1
fb58388504
fix(GenericNode): sort template fields alphabetically with special handling for "code" field to be displayed first
...
The changes in this commit fix the sorting of template fields in the GenericNode component. Previously, the fields were sorted alphabetically, but with this change, the "code" field is prioritized and displayed first. This change improves the user experience by making the "code" field more prominent and easily accessible.
2023-11-21 20:21:02 -03:00
Gabriel Luiz Freitas Almeida
bf11ee9a10
🔧 fix(login.py): remove unnecessary dependency on get_current_active_user in refresh_token endpoint
2023-11-21 20:09:27 -03:00
Gabriel Luiz Freitas Almeida
1656896b1c
Add fields parameter to get_components API
2023-11-21 20:07:31 -03:00
Gabriel Luiz Freitas Almeida
5af8a82a13
Refactor StoreService class to include fields
...
parameter in search method
2023-11-21 20:07:25 -03:00
Gabriel Luiz Freitas Almeida
754e6e845a
🔧 fix(utils.py): update error message in get_current_user function to include JWT token as a valid authentication method
2023-11-21 20:07:04 -03:00
igorrCarvalho
0e8c6681e4
Fix: Add ArrowUp and ArrowDown to if params to prevent arrows not working on int input
2023-11-21 19:17:52 -03:00
igorrCarvalho
dba85aadfb
Refactor: Make text area modal open on input click to avoid it not opening on edit node page
2023-11-21 18:55:52 -03:00
anovazzi1
2bdc1b7fbb
fix(PageComponent): update saveFlow function to pass a modified flow object with updated data property to improve data consistency
...
fix(PageComponent): update saveFlow function to pass a modified flow object with updated data property to improve data consistency
fix(extraSidebarComponent): update saveFlow function to pass a modified flow object with updated data property to improve data consistency
2023-11-21 18:39:12 -03:00
Gabriel Luiz Freitas Almeida
0f21f1c800
🔧 chore(schema.py): add 'private' field to the ListComponentResponse schema to support private components
2023-11-21 17:20:59 -03:00
anovazzi1
7549cbb90b
fix(cardComponent): update ShadTooltip content to always display "Private" for private cards
...
fix(API): update parameter name from status to isPrivate for consistency and clarity
fix(StorePage): update parameter name from status to isPrivate to match API changes and improve semantics
2023-11-21 17:19:49 -03:00
Gabriel Luiz Freitas Almeida
586f1d5f8f
🔧 chore(service.py): reorder imports to follow PEP8 guidelines
...
🔧 chore(service.py): remove duplicate import of logger from loguru module
🔧 chore(service.py): add "private" field to the list of fields to retrieve from the store API
2023-11-21 17:15:34 -03:00
Gabriel Luiz Freitas Almeida
c84d93fa5c
🎨 style(parameterComponent): improve CSS for dropdown and refresh button in ParameterComponent
...
🐛 fix(parameterComponent): add conditional rendering for refresh button based on data.node.template[name].refresh value
2023-11-21 16:42:56 -03:00
Gabriel Luiz Freitas Almeida
31b3d9eb33
Add refresh option to TemplateFieldCreator
2023-11-21 16:42:46 -03:00
Gabriel Luiz Freitas Almeida
59adf6064d
Refactor build_field_config function to update
...
field dictionary
2023-11-21 16:42:41 -03:00
Gabriel Luiz Freitas Almeida
8f6f020881
Add RefreshCcw icon to nodeIconsLucide
2023-11-21 16:42:29 -03:00
Lucas Oliveira
e3797bae8d
Set tab id as null when entering store
2023-11-21 16:22:06 -03:00
Lucas Oliveira
82b84dd7d5
Fixed checkbox function on share modal
2023-11-21 16:20:40 -03:00
Lucas Oliveira
e4f6aed2f6
Delete modal fixed
2023-11-21 16:19:34 -03:00
Gabriel Luiz Freitas Almeida
df5175f746
🐛 fix(parameterComponent/index.tsx): add error handling when updating custom component values
...
✨ feat(parameterComponent/index.tsx): add refresh button to update custom component values
2023-11-21 16:09:13 -03:00
Gabriel Luiz Freitas Almeida
51397dbbe2
Add postCustomComponentUpdate API function
2023-11-21 16:09:09 -03:00
Gabriel Luiz Freitas Almeida
11eeaa6bfc
Update schemas.py with CustomComponentCode field
2023-11-21 16:08:56 -03:00
Gabriel Luiz Freitas Almeida
172e8d3853
🐛 fix(endpoints.py): fix import order and remove unused imports to improve code readability and maintainability
...
✨ feat(endpoints.py): add support for creating and updating custom components in the API
🐛 fix(types.py): add helper function to create and validate custom components before using them
2023-11-21 16:08:41 -03:00
Gabriel Luiz Freitas Almeida
4959d8ecf4
Merge branch 'feature/store' into dynamic_field
2023-11-21 15:04:44 -03:00
igorrCarvalho
8448d8ea95
Refactor: Change components and flows icon color
2023-11-21 15:04:35 -03:00
Gabriel Luiz Freitas Almeida
020488e97b
Fix typos and update method names
2023-11-21 14:49:47 -03:00
Gabriel Luiz Freitas Almeida
171d918e10
Fix incorrect method call in test_database.py
2023-11-21 14:47:30 -03:00
Gabriel Luiz Freitas Almeida
f956c2a77e
Fix store_api_Key typo in get_components function
2023-11-21 14:45:23 -03:00
Gabriel Luiz Freitas Almeida
c6dfb90bcf
🐛 fix(flows.py): remove unused imports and fix function call to read_flows
...
🐛 fix(test_database.py): fix function call to Flow.model_validate
🐛 fix(test_llms_template.py): fix values in test cases
🔥 chore(test_store.py): remove unused test file and test case
2023-11-21 14:45:02 -03:00
Gabriel Luiz Freitas Almeida
777686dd65
Fix bug in login functionality
2023-11-21 14:13:51 -03:00
Gabriel Luiz Freitas Almeida
686e15da1a
Refactor process function in endpoints.py
2023-11-21 14:13:33 -03:00
Gabriel Luiz Freitas Almeida
62e470b03b
Add store parameter to run function
2023-11-21 11:29:08 -03:00
René Muhl
b7dc241f5e
Fix components link in Readme
2023-11-21 13:52:36 +01:00
nsxshota
aa44214fef
modified: hostport setting
2023-11-21 16:54:04 +09:00
nsxshota
7a7f92e555
add portMapping hostport
2023-11-21 16:51:06 +09:00
nsxshota
0e767711ef
add portMapping name option
2023-11-21 16:34:41 +09:00
nsxshota
a9ebac07ac
add: Bedrock Kendra policy statement
2023-11-21 16:27:11 +09:00
nsxshota
dcf27590d9
add: delete docker images sh
2023-11-21 15:34:51 +09:00
nsxshota
5d75376f2c
update cdk code
2023-11-21 15:24:03 +09:00
nsxshota
58726b15c5
set env to backend
2023-11-21 13:15:29 +09:00
nsxshota
5250f14130
modified port
2023-11-21 13:14:26 +09:00
nsxshota
f2ad6a2036
modified: frontend cloudMap
2023-11-21 09:56:46 +09:00
Gabriel Luiz Freitas Almeida
9dbb8d3578
🔧 fix(store.py): remove unnecessary comment in download_component function
...
🔧 fix(utils.py): replace requests library with httpx library for getting latest released version of langflow from PyPI to improve performance and reliability
2023-11-20 21:35:12 -03:00
Gabriel Luiz Freitas Almeida
5c65e18289
Fix exception handling in API endpoints
2023-11-20 21:13:41 -03:00
Gabriel Luiz Freitas Almeida
3753c2884c
Update base.py with new store URLs
2023-11-20 21:04:39 -03:00
Gabriel Luiz Freitas Almeida
437aec4e44
Refactor import statements in auth.py and
...
service.py
2023-11-20 21:04:39 -03:00
Gabriel Luiz Freitas Almeida
339073a514
Update token expiration time
2023-11-20 21:04:38 -03:00
igorrCarvalho
a54363c4d5
Fix: Add tailwind class to avoid text breaking component box
2023-11-20 21:03:00 -03:00
igorrCarvalho
1c36520bee
Feat: Add dict and NestedDict as handle types to avoid edit node modal option not showing up
2023-11-20 20:13:33 -03:00