Gabriel Luiz Freitas Almeida
|
6011cd5693
|
chore(deps-dev): bump vite from 4.5.0 to 4.5.1 in /src/frontend (#1181)
|
2023-12-11 15:04:09 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
3ef418a630
|
chore(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 in /docs (#1090)
|
2023-12-11 15:03:37 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
5bb6231279
|
Bump axios, @docusaurus/core, @docusaurus/plugin-ideal-image, @docusaurus/preset-classic, @docusaurus/theme-classic and @docusaurus/theme-search-algolia in /docs (#1197)
|
2023-12-11 15:03:09 -03:00 |
|
dependabot[bot]
|
4a4ceb6caf
|
Bump axios, @docusaurus/core, @docusaurus/plugin-ideal-image, @docusaurus/preset-classic, @docusaurus/theme-classic and @docusaurus/theme-search-algolia
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependencies [axios](https://github.com/axios/axios), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus), [@docusaurus/plugin-ideal-image](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-ideal-image), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic), [@docusaurus/theme-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-classic) and [@docusaurus/theme-search-algolia](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-search-algolia). These dependencies need to be updated together.
Removes `axios`
Updates `@docusaurus/core` from 2.4.1 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus)
Updates `@docusaurus/plugin-ideal-image` from 2.4.1 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-plugin-ideal-image)
Updates `@docusaurus/preset-classic` from 2.4.1 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-preset-classic)
Updates `@docusaurus/theme-classic` from 2.4.1 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-theme-classic)
Updates `@docusaurus/theme-search-algolia` from 2.4.1 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-theme-search-algolia)
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
- dependency-name: "@docusaurus/core"
dependency-type: direct:production
- dependency-name: "@docusaurus/plugin-ideal-image"
dependency-type: direct:production
- dependency-name: "@docusaurus/preset-classic"
dependency-type: direct:production
- dependency-name: "@docusaurus/theme-classic"
dependency-type: direct:production
- dependency-name: "@docusaurus/theme-search-algolia"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-11 18:01:08 +00:00 |
|
Gabriel Luiz Freitas Almeida
|
bf114172b9
|
Fix various issues and refactor codebase (#1196)
|
2023-12-11 14:59:20 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
65cf389bff
|
Refactor BaiduQianfanChatEndpoints.py to use
SecretStr for sensitive keys
|
2023-12-11 14:53:53 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
094a80b50a
|
Fix test_superuser assertion
|
2023-12-11 14:46:37 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
9e0d115161
|
Remove textmon because it breaks tests
|
2023-12-11 14:45:53 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
c8f2469c9f
|
Refactor field handling in frontend nodes
|
2023-12-11 12:58:31 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
a651d680ee
|
Refactor custom component template creation to use FrontendNode
|
2023-12-11 12:39:29 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
d6ad55ca4a
|
Fix default value for name field
|
2023-12-11 12:35:08 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
a0377c0ac7
|
🐛 fix(custom_component.py): rename build_template_config method to template_config for better naming consistency
🔧 chore(test_custom_component.py): update test_custom_component_build_template_config to use the renamed template_config property
|
2023-12-11 12:32:02 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
0515ce4fb2
|
Add base class and output type to FrontendNode
model
|
2023-12-11 12:30:42 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
17c6ed1db3
|
✨ feat(base.py): add methods to get, update, and upsert fields in the Template class for easier field manipulation
🔧 chore(base.py): refactor Template class to improve code readability and maintainability
|
2023-12-11 12:30:03 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
3c4c743c4f
|
Add testmon and instafail options to pytest
|
2023-12-11 12:27:52 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
ea350e58d2
|
Add pytest-instafail and pytest-testmon packages
|
2023-12-11 12:26:13 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
b2c49e1dde
|
Add .testmondata* to .gitignore
|
2023-12-11 12:25:48 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
468e6d5745
|
🐛 fix(__main__.py): replace deprecated session.query() method with session.exec() to fix superuser creation issue
|
2023-12-11 12:23:38 -03:00 |
|
Lucas Oliveira
|
3169e2ecf5
|
Refactor unnecessary code at API
|
2023-12-11 10:03:46 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
6a23dd1b8f
|
Remove unnecessary code in postValidatePrompt
function
|
2023-12-11 08:25:41 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
163564dacc
|
Refactor serialize method in FrontendNode class
|
2023-12-11 08:25:10 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
e2fe2364ea
|
✨ feat(base.py): add custom serialization method to FrontendNodeRequest class to remove unnecessary name field in the response
|
2023-12-11 08:24:18 -03:00 |
|
Lucas Oliveira
|
89e7469032
|
Fixed Share button position and icon
|
2023-12-11 00:18:14 -03:00 |
|
Lucas Oliveira
|
501bcaeb65
|
Changed warning text on Share Modal
|
2023-12-10 23:50:44 -03:00 |
|
Lucas Oliveira
|
a464c3d1d4
|
Removed ability to share with API keys
|
2023-12-10 23:43:02 -03:00 |
|
Lucas Oliveira
|
68a777b230
|
Put component and flow export into share modal
|
2023-12-10 23:26:07 -03:00 |
|
Lucas Oliveira
|
2fe6ea23db
|
Temporary Fix - Validate Prompt coming with aditional object
|
2023-12-10 22:58:38 -03:00 |
|
Lucas Oliveira
|
54064737e8
|
Merge branch 'bug/component_share' into dev
|
2023-12-10 22:35:20 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
67ece64835
|
Fix options default value in TemplateField class
|
2023-12-10 20:45:56 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
f055c99f5a
|
🔧 chore(field_typing): rename import_template_field() to _import_template_field() for internal use only
🐛 fix(field_typing): fix circular import issue by renaming import_template_field() to _import_template_field()
|
2023-12-10 20:33:55 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
852afdc8a2
|
Refactor field_typing/__init__.py
|
2023-12-10 20:31:22 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
7cfd5171d7
|
Import langflow.field_typing.constants in
__init__.py
|
2023-12-10 20:30:22 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
3d4820144c
|
Refactor import statements in __init__.py
|
2023-12-10 20:27:12 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
2703dd06d3
|
Add RangeSpec class and functionality in the UI (#1192)
|
2023-12-10 16:53:00 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
00f5772d17
|
Merge branch 'dev' into float_range
|
2023-12-10 16:52:52 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
58d91d99e1
|
Refactor field configuration in add_new_custom_field function (#1194)
|
2023-12-10 16:52:28 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
cebae56507
|
Merge branch 'dev' into build_config_with_templatefield
|
2023-12-10 16:52:21 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
1a348bb220
|
Fix range_spec key in test_llms_template.py
|
2023-12-10 16:51:00 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
f4628db481
|
Fix range_spec to rangeSpec
|
2023-12-10 16:50:38 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
0c2d7388db
|
Fix serialization issue with range_spec in
TemplateField
|
2023-12-10 16:48:24 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
47b006c2b0
|
Merge remote-tracking branch 'origin/dev' into float_range
|
2023-12-10 16:11:08 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
83392fe3b7
|
🔀 refactor(types.py): remove unnecessary "refresh" field assignment in update_field_dict function
|
2023-12-10 16:06:15 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
32ac91e43f
|
Update build_config field value type
|
2023-12-10 16:00:28 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
d82b98c58b
|
Update import statement for TemplateField
|
2023-12-10 15:54:33 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
9235cdfdb6
|
Add TemplateField to field_typing
|
2023-12-10 15:53:08 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
d670d0fd93
|
Add test for custom component with TemplateField
|
2023-12-10 15:48:51 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
a74b86e93b
|
Update options field in TemplateFieldCreator class
|
2023-12-10 15:48:05 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
8324c40074
|
Refactor field configuration in
add_new_custom_field function
|
2023-12-10 15:47:40 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
bbad9a81eb
|
Remove field_serializer method from
CustomComponentFrontendNode class
|
2023-12-10 12:10:46 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
cdbf7b05eb
|
Merge remote-tracking branch 'origin/dev' into bug/component_share
|
2023-12-10 11:58:13 -03:00 |
|