Gabriel Luiz Freitas Almeida
c6be7cdecd
Merge remote-tracking branch 'origin/main' into dev
2023-09-13 21:32:51 -03:00
igorrCarvalho
21009761f0
Refactor: adjust icon size when node are minimized
2023-09-13 18:23:52 -03:00
igorrCarvalho
b1f874ca03
Fix: Minimize working after add a new handle with promptTemplate
2023-09-13 18:17:01 -03:00
igorrCarvalho
c70de1e881
Refactor: Minimize only works with 1 handle node and change minimized node UI
2023-09-13 17:23:35 -03:00
igorrCarvalho
602c12282d
Refactor: Change how minimize displays on screen
2023-09-12 20:19:05 -03:00
Cristhian Zanforlin Lousa
8121dc0a8b
🔨 refactor(dialog.tsx): remove unused IconComponent import and replace it with Cross2Icon from @radix-ui/react-icons
...
🎨 style(dialog.tsx): update DialogContent className to improve positioning and animation effects
2023-09-12 16:56:53 -03:00
anovazzi1
492ca19fff
text update
2023-09-12 16:35:04 -03:00
anovazzi1
90c864fafc
refactor(parameterComponent): update text displayed based on the value of the 'left' prop for better clarity and consistency
2023-09-12 16:35:04 -03:00
igorrCarvalho
cd28ae2c59
Refactor: Add header to node tooltips
2023-09-12 16:35:04 -03:00
igorrCarvalho
c03b11ab70
Refactor: Remove description space whem node does not have a space
2023-09-12 16:35:04 -03:00
igorrCarvalho
e38b904af2
Refactor: Remove blank space when node has no description
2023-09-12 16:35:04 -03:00
igorrCarvalho
0c3c7276f1
Feat: Add function to handle minimize
2023-09-12 14:55:02 -03:00
igorrCarvalho
a0c7712b70
Merge branch 'nodesImprovements' into minimizeNode
2023-09-12 14:28:54 -03:00
igorrCarvalho
b06cb9507f
Feat: Add minimize icon and conditional render
2023-09-12 14:25:04 -03:00
Guangya Liu
48586fc3e6
Fix format errors
2023-09-12 11:17:11 -04:00
anovazzi1
249cf833fa
fix(AdminPage/index.tsx): fix asynchronous handling of updateUser function to properly reset filter and set success data after user update
...
fix(styleUtils.ts): fix import statement for GradientSparkles component to use curly braces for named import
2023-09-11 18:46:50 -03:00
anovazzi1
732c140fb7
Merge remote-tracking branch 'origin/dev' into feature/profilePage
2023-09-11 18:36:11 -03:00
anovazzi1
22a7f37efb
fix(GradientSparkles/index.tsx): remove unnecessary import of Infinity component from lucide-react
...
fix(GradientSparkles/index.tsx): replace usage of imported Infinity component with inline SVG code to avoid crashing the UI
2023-09-11 18:33:04 -03:00
Lucas Oliveira
64bb977045
Fixed isActive and isSuperuser not changing when creating user
2023-09-11 18:09:22 -03:00
Gabriel Luiz Freitas Almeida
967483e59c
Revert "Fixed isActive and isSuperuser not changing when creating user"
...
This reverts commit b454b8c7ce .
2023-09-11 17:29:34 -03:00
Lucas Oliveira
b454b8c7ce
Fixed isActive and isSuperuser not changing when creating user
2023-09-11 16:59:33 -03:00
Lucas Oliveira
d09df8a497
Formatting Fixes
2023-09-11 16:07:40 -03:00
Lucas Oliveira
f8ab2f12be
Merge branch 'dev' into feature/profilePage
2023-09-11 16:07:17 -03:00
Lucas Oliveira
77e9e79332
Fix on api button
2023-09-11 16:06:27 -03:00
Lucas Oliveira
268906fe49
Minor bug fixes to clean console
2023-09-11 16:05:25 -03:00
igorrCarvalho
c18536d1ff
Refactor: Add header to node tooltips
2023-09-11 15:50:18 -03:00
Gabriel Luiz Freitas Almeida
6a477d2dd8
Fix lint error ( #886 )
2023-09-11 17:27:04 +00:00
Gabriel Luiz Freitas Almeida
327cb0771f
🐛 fix(inputListComponent): handle conversion from string to array for value prop to ensure smooth operation and prevent potential errors
2023-09-11 14:23:35 -03:00
Gabriel Luiz Freitas Almeida
250b11b5d9
🐛 fix(__main__.py): make cache argument optional in update_settings function to allow not passing a value for it
2023-09-11 14:21:45 -03:00
Gabriel Luiz Freitas Almeida
15cd835a0c
🔧 chore(utils.py): add logging statement when no LLM cache is set to provide visibility and debugging information
2023-09-11 14:20:04 -03:00
Gabriel Luiz Freitas Almeida
6e7d7dfb51
🔧 chore(langfuse.py): update debug log message for better clarity and accuracy
2023-09-11 14:19:11 -03:00
Gabriel Luiz Freitas Almeida
899a8fbb33
🔧 chore(__main__.py): change default value of cache option to None for better flexibility
...
🐛 fix(utils.py): handle ImportError when importing cache class and log a warning message
🔧 chore(settings.py): change default value of CACHE option to None for better flexibility
Fixes #880
2023-09-11 14:05:35 -03:00
Cristhian Zanforlin Lousa
4c0874ee83
🐛 fix(intComponent): fix comparison bug in onInput event handler to correctly compare input value with min value
2023-09-11 09:22:21 -03:00
Cristhian Zanforlin Lousa
a2eadbedb1
🐛 fix(api.tsx): add conditional check before calling login function to prevent errors when response data is missing access_token or refresh_token
2023-09-11 09:10:44 -03:00
Cristhian Zanforlin Lousa
b832e0844e
🐛 fix(API/index.ts): add condition to check if token exists before making the request to renew access token to prevent errors
2023-09-11 09:08:32 -03:00
Gabriel Luiz Freitas Almeida
f379d54686
🐛 fix(process.py): add support for processing Document objects in process_graph_cached function
2023-09-09 08:28:29 -03:00
Gabriel Luiz Freitas Almeida
4d0531d0cd
🐛 fix(users.py): fix variable name in if condition to correctly check for password update
2023-09-08 18:41:44 -03:00
igorrCarvalho
c21583e13b
Refactor: Remove description space whem node does not have a space
2023-09-08 17:42:57 -03:00
Lucas Oliveira
f4186840fb
Changed error handling
2023-09-08 17:07:27 -03:00
Lucas Oliveira
c180b3c302
Changed error handling and conditions
2023-09-08 17:07:08 -03:00
Lucas Oliveira
dfe459ce1d
Fixed changing password not working
2023-09-08 16:47:53 -03:00
Lucas Oliveira
705dd6acea
Fixed gradient not saving correctly
2023-09-08 16:47:53 -03:00
Gabriel Luiz Freitas Almeida
ea11b16f58
🔒 chore(users.py): refactor reset_password function to improve password verification logic
2023-09-08 16:44:25 -03:00
Gabriel Luiz Freitas Almeida
a68535cbe4
🐛 fix(users.py): prevent users from changing their password in the patch_user endpoint to ensure security
...
🐛 fix(users.py): prevent users from using their current password when resetting their password to ensure security
2023-09-08 16:42:56 -03:00
Gabriel Luiz Freitas Almeida
01a289dd9a
🐛 fix(users.py): assign the hashed new password to a variable before updating the user's password to ensure consistency
...
✅ test(test_user.py): add test to verify if the new password works after resetting it
2023-09-08 14:28:32 -03:00
Gabriel Luiz Freitas Almeida
f95a38a4b5
🐛 fix(crud.py): change HTTP status code from 304 to status.HTTP_304_NOT_MODIFIED for better readability and consistency
...
✨ feat(crud.py): add support for updating user profile image in the update_user function
✨ feat(test_user.py): add test case for updating user profile image in the test_patch_user function
2023-09-08 14:23:19 -03:00
Gabriel Luiz Freitas Almeida
75f03b17f4
🔧 chore(67cc006d50bf_add_profile_image_column.py): refactor upgrade and downgrade functions to check if "user" table exists and if "profile_image" column is already present before adding or dropping the column respectively
2023-09-08 14:19:28 -03:00
Gabriel Luiz Freitas Almeida
071ad8621b
🔧 chore(user.py): add optional profile_image field to UserRead model for improved user profile functionality
2023-09-08 14:13:54 -03:00
Lucas Oliveira
bd44500508
Added gradient chooser and success messages
2023-09-08 13:08:39 -03:00
Lucas Oliveira
b770622603
Added gradient and changed types of patch user
2023-09-08 11:23:57 -03:00