* 📝 (base.py): improve naming convention for task names in Graph class 🔧 (base.py): add error logging functionality in _execute_tasks method 🔧 (utils.py): update data parameter type in log_vertex_build function 🔧 (index.tsx): remove unused setCurrentFlow function call in StoreCardComponent 🔧 (use-get-builds-polling-mutation.ts): add error handling and display logic for build failures 🔧 (flowSidebarComponent/index.tsx): make showLegacy prop optional in FlowSidebarComponentProps interface 🔧 (index.tsx): remove commented out code related to branding in FlowPage component * [autofix.ci] apply automated fixes * fix: update URL construction in CopyFieldAreaComponent to handle undefined endpointName - Modified the URL construction logic to use currentFlow.id when endpointName is not provided, ensuring a valid URL is always generated. * 🔧 (base.py): add error logging method for vertex build failures - Introduced `_log_vertex_build_from_exception` method to handle and log exceptions during vertex building, improving error reporting and output structure. - Updated `_execute_tasks` method to utilize the new logging method for better exception handling. * 🐛 (use-get-builds-polling-mutation.ts): fix error display count to only show errors once per build failure instead of multiple times * 📝 (embedding_model.py): improve formatting of the info message for the 'dimensions' input to enhance readability and clarity * [autofix.ci] apply automated fixes * fix: add webhook component handling in task execution --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org> |
||
|---|---|---|
| .. | ||
| base | ||
| langflow/version | ||
| tests | ||
| .gitignore | ||
| Dockerfile | ||