* feat: Transform sticky notes to compact 260x100px rectangles
- Change dimensions from 324x324px squares to 260x100px rectangles (75% less space)
- Increase text size from text-mmd to text-base (16px) with font-medium for better readability
- Add rounded corners to drag preview for visual consistency
- Fix vertical growth by using fixed dimensions with overflow scrolling
- Remove unused state variables and improve code maintainability
- Add comprehensive test suite for dimensions, text styling, and overflow behavior
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
* [autofix.ci] apply automated fixes
* revert stp
* increase size to 280x140 and gh suggestions
* add padding
* fix tests jest
* [autofix.ci] apply automated fixes
* fix tests sticky notes
* [autofix.ci] apply automated fixes
* add openai api key
* fix research translation loop
* Enhance scrollbar visibility for sticky notes
* [autofix.ci] apply automated fixes
* fix: GitHub Actions explixitly set grep string
use single quotes instead of using escaping double quotes
* revert some files
* fix: Update outdated components test assertions for accuracy
* fix: Correct test selector for Chroma DB in tweaksTest.spec.ts
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com>
Co-authored-by: cristhianzl <cristhian.lousa@gmail.com>
Co-authored-by: Viktor Avelino <viktor.avelino@gmail.com>
Co-authored-by: Viktor Avelino <64113566+viktoravelino@users.noreply.github.com>
Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com>
* fix: temporalio dep missing for macos-amd64
temporalio dep missing for macos-amd64
* chore: pin pydantic-ai version dependent on system
* chore: add ci solution again
* chore: use macos-15-intel runner explicitly
* chore: revert back to working state
* chire: code rabbit refinements
* fix: properly skip test when skip flags are set
* chore: code rabbit refinements stable
* feat(storybook): add Storybook setup and Button component stories
- Add Storybook configuration files (.storybook/main.ts, preview.ts, css.d.ts)
- Add Button component stories with interaction testing
- Add Storybook dependencies and scripts to package.json
- Support dark mode in stories via decorator
- Include play functions for automated interaction testing
* ci(storybook): add GitHub Pages deployment workflow
- Add automated deployment workflow for Storybook
- Deploy on push to main when Storybook files change
- Support manual trigger via workflow_dispatch
- Use official GitHub Actions for Pages deployment
* fix(storybook): align Storybook versions and fix TypeScript issues
- Update all @storybook/* packages from ^8.4.7 to ^8.6.14 to match main storybook version
- Fix CSS type declarations in css.d.ts (Record<string, string> instead of Record<string, never>)
- Remove @ts-ignore comments from preview.ts (CSS imports now properly typed)
- Fix darkMode type issue in button.stories.tsx with proper ArgTypes type assertion
* feat(storybook): replace Button stories with Dropdown component stories
- Remove Button stories (shadcn already has documentation)
- Add comprehensive Dropdown component stories showcasing:
- Default, with value, combobox mode
- With metadata, disabled, loading states
- Many options, searchable filtering
- Dark mode support
- Add store initialization decorator for Storybook
- Include interaction testing with play functions
* feat(storybook): add SettingsPage stories and remove dropdown stories
- Remove dropdown component stories
- Add SettingsPage stories with router, store, and dark mode decorators
- Include variants: default, with general settings, and dark mode
* feat(storybook): fix SettingsPage stories to show full page and add play functions
- Fix router setup to properly render SettingsPage with nested routes
- Add Routes configuration for all settings sub-pages (General, MCP Servers, Global Variables, Shortcuts, Messages)
- Add play functions to test page visibility and navigation
- Add stories for different routes: Default, WithGeneralSettings, NavigateToShortcuts, NavigateToGlobalVariables, DarkMode
* revert(storybook): restore SettingsPage stories to original working version
- Revert to simpler router setup without Routes configuration
- Remove play functions and complex routing
- Restore original three stories: Default, WithGeneralSettings, DarkMode
* feat(storybook): add stories for ShortcutsPage and GlobalVariablesPage with tables
- Add ShortcutsPage stories showing the shortcuts table
- Add GlobalVariablesPage stories showing the global variables table
- Include store setup for shortcuts data
- Add play functions to verify table visibility
- Support dark mode for both pages
* fix(storybook): add QueryClientProvider to GlobalVariablesPage stories
- Add QueryClientProvider decorator to support React Query hooks
- Configure QueryClient with retry disabled for Storybook
* fix(storybook): remove WithGeneralSettings story to fix nested router error
- Remove WithGeneralSettings story that was causing nested Router error
- Keep Default and DarkMode stories only
* feat(storybook): enhance SettingsPage stories with multiple states and logic variations
- Add stories showcasing different store configurations (autoLogin, hasStore)
- Demonstrate conditional General settings visibility logic
- Add interactive sidebar navigation story
- Show full configuration with all features
- Include play functions to verify state-based behavior
- Showcase how page adapts to different user/auth states
* fix(storybook): initialize Zustand stores synchronously in SettingsPage stories
- Set store state before component render instead of in useEffect
- Ensures stores are accessible when SettingsPage component mounts
- Fixes state access errors in Storybook
* feat(storybook): add story to verify store state accessibility
- Add VerifyStoreState story that demonstrates accessing Zustand store state
- Verify store values match expected configuration
- Show that state is accessible from play functions
* fix(storybook): remove router from SettingsPage stories to fix errors
- Remove MemoryRouter decorator that was causing errors
- Keep store setup and dark mode decorators
- Stories now work without router dependency
* fix(storybook): add router back to SettingsPage stories for useNavigate support
- Add MemoryRouter back to support useCustomNavigate hook in PageLayout
- Router is needed for navigation hooks to work properly
- Keep router at decorator level to avoid nested router errors
* fix(storybook): fix router decorator order in SettingsPage stories
- Move router decorator to be outermost (last in array)
- Decorators run bottom-to-top, so router should wrap everything
- Ensures useNavigate context is available to all components
* feat(storybook): add PlaygroundPage story as example for complex page stories
- Add PlaygroundPage story demonstrating how to create stories for complex pages
- Include darkMode toggle control as example for interactive story controls
- Set up decorators for query client, router, and theme switching
- Hide publish elements (Theme buttons, Built with Langflow) in story view
- Center chat title header in story view
- Configure Storybook preview and CSS types
This story serves as a reference for creating stories for full page components
rather than simple UI components, which are already documented in shadcn docs.
* chore(storybook): remove SettingsPage stories
Keep only PlaygroundPage story as the example for complex page stories.
* chore: restore pyproject.toml to match main branch
* chore: restore pyproject.toml to match main branch
* Revert "chore: restore pyproject.toml to match main branch"
This reverts commit a2b75a4028f1f046bc84a8d7999d53a2cb720fc9.
* chore: remove src/frontend/pyproject.toml as it doesn't exist in main
* fix gitignore and add make commands
* update package-json
* chore(storybook): migrate from v8.6.14 to v10.1.0
- Update all Storybook packages to v10.1.0
- Replace @storybook/addon-essentials with @storybook/addon-docs
- Remove @storybook/addon-interactions (moved to core)
- Remove @storybook/blocks and @storybook/test (consolidated)
- Fix import in PlaygroundPage.stories.tsx to use @storybook/react
- Update tsconfig.json moduleResolution to 'bundler' for better compatibility
- Add explicit types configuration for @storybook/react
* fix: update package-lock.json to sync with package.json
* fix: regenerate package-lock.json with all optional dependencies
---------
Co-authored-by: Olfa Maslah <olfamaslah@Olfas-MacBook-Pro.local>
Co-authored-by: Cristhian Zanforlin <criszl@MacBook-Pro-di-Cristhian.local>
Co-authored-by: Olfa Maslah <olfamaslah@macbookpro.war.can.ibm.com>
* chore: update Playwright and related dependencies to version 1.56.0 in package.json and package-lock.json
* refactor: update addLegacyComponents function to improve selector checks
- Replaced the expect assertion with a waitForSelector call to ensure the sidebar legacy switch is checked, enhancing reliability in tests.
- Updated import statement for Page from "@playwright/test" for consistency with current practices.
* fix playwright imports
* chore: update Playwright version in CI workflow to 1.56.0 for consistency with project dependencies
* refactor: enhance lockFlow and unlockFlow functions for improved visibility checks
- Replaced isVisible calls with waitFor to ensure elements are visible before proceeding, enhancing test reliability.
- Removed unnecessary waitForTimeout calls to streamline the flow execution process.
* test(playwright): add validation for settings menu header text
* refactor(playwright): improve lock flow test with expect assertions
* refactor(playwright): simplify legacy component toggle validation
* Update version to 1.6.7
* bump lfx too
* choosed current versino in openapi.json of 1.6.5 vs 1.6.7
* choosed current versino in openapi.json of 1.6.5 vs 1.6.7
* more version bumps
* missed this one
* change pypi_nightly_tag.py version to read it from pyproject.toml directly
* get_latest_version was missing arg build_type
* naming error
* using lfx logic to explore for MAIN_PAGE
* using lfx logic to explore for MAIN_PAGE
* allow --prerelease
* change script in nightly_build
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
---------
Co-authored-by: Olfa Maslah <olfamaslah@Olfas-MacBook-Pro.local>
Co-authored-by: Olfa Maslah <olfamaslah@macbookpro.war.can.ibm.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* ci: publish v2 docker images
since or transition to v2 in 1.6.x we have not been publishing any of our docker images.
* chore: try fixing lfx cleanup error
lfx cleanup error
* chore: address rabbitcode comments
* chore: address rabit uv comment
* chore: remove build-args to see if it passes
* chore: skip ci
* chore: add back in LANGFLOW_IMAGE
* chore: debug inputs.ref and matrix.langflow_image
* chore: add {} to fix InvalidDefaultArgInForm
* chore: try adding quotes
* chore: try ENV LANGFLOW_IMAGE=${LANGFLOW_IMAGE}
* chore: add build args to GitHub Container Registry
* chore: clean up
* chore: seperate out frontend and backend images
* chore: update create-manifest
* chore: remove ci step
* chore: update release
* chore: clean up
* chore: clean up langflow-image
* chore: revert ci removal
* fix: add back in main logic update back/frontend
add main back in
update back/frontend to match orginal man logic more
* chore: more clean up to match main
* chore: remove arch from lagnflowimage for backend
* chore: add misisng - for ghcr.io
* chore: skip ci
* chore: build_main and build_and_push_backend fixes
* chore: seperate ghcr and docker publishing with if
* chore: add back CI step
---------
Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com>
This workflow triggers on pull requests opened by users who are not members, owners, or collaborators, adding a 'community' label to enhance visibility and organization of contributions.
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
* chore: Update changes-filter.yaml to include component_index.json in various sections
* chore: remove update-component-index workflow file
* chore: add update component index job to autofix workflow
* ci: Update Docker Hub login condition in workflow for better access control
Added a conditional check to the Docker Hub login step in the GitHub Actions workflow, allowing login only during manual dispatch or when the pull request originates from the same repository. This enhances security and access control during CI/CD processes.
* ci: Refine Docker Hub login condition in workflow for pull requests
Updated the conditional logic for the Docker Hub login step in the GitHub Actions workflow to ensure it only triggers for manual dispatch or when the pull request originates from the same repository. This change improves access control and security during CI/CD processes.
* Add comprehensive unit tests for Celery modules (celery_app.py and celeryconfig.py)
- Add test_celery_app.py with 10 unit tests covering make_celery function
- Add test_celeryconfig.py with 14 unit tests covering configuration validation
- All tests use proper mocking to avoid external dependencies
- Achieve 100% test pass rate (24/24 tests)
- Improve test coverage from 0% to meaningful levels for core Celery functionality
- Fix linting issues: combine nested with statements and optimize startswith calls
* fix: Resolve linting issues in utility test files
- Remove unused variables and function arguments
- Fix boolean positional arguments in test calls
- Combine nested with statements
- Fix string literals in exception messages
- Add missing newlines at end of files
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Add comprehensive unit tests for backend modules
This commit adds focused unit test coverage for critical backend components
with meaningful test implementations:
API Layer:
- AsyncStreamingLLMCallbackHandleSIO callback handler tests
- WebSocket streaming, agent actions, and error handling
Components:
- NotifyComponent initialization and configuration tests
- PythonCodeStructuredTool component structure and build tests
Services:
- SocketIOService session management and event handling tests
- S3StorageService AWS operations and error handling tests
Utils:
- async_helpers: AsyncLock, async utilities, and error handling
- component_utils: Component operations and data processing
- compression: Response compression and encoding utilities
- concurrency: Thread management and parallel processing
- lazy_load: Module lazy loading and import optimization
- payload: Data transformation and API payload handling
- schemas: Data validation and schema verification
- version: Version parsing and compatibility checking
- voice_utils: Audio processing and voice feature utilities
All tests include comprehensive mocking, error scenarios, edge cases,
and integration patterns following pytest best practices. Removed
placeholder functions and kept only meaningful test implementations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Fix linting issues in test_data_structure.py and test_util.py
- Fix boolean positional value warnings with noqa comments
- Replace string literals in exceptions with variables
- Combine nested with statements
- Remove unused variables and function arguments
- Use proper parameter names with underscores for unused args
All ruff checks now pass for these test files.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* merge conflicts
* Add comprehensive unit tests for logic components
- Added test_conditional_router.py with 51 tests for ConditionalRouterComponent
- Added test_data_conditional_router.py with 53 tests for DataConditionalRouterComponent
- Added test_listen.py with 22 tests for ListenComponent
- Added test_notify_component.py with 12 tests for NotifyComponent
- Added test_pass_message.py with 16 tests for PassMessageComponent
- Added test_flow_tool.py with 17 tests for FlowToolComponent
Total: 171 comprehensive tests covering initialization, functionality, edge cases, and error handling
All tests follow clean code practices and achieve high coverage
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* merge conflict
* merge conflict
* fix import errors in unit tests
* fix ruff errors
* [autofix.ci] apply automated fixes
* update path for test_graph in smoke tests
* fix smoke test and failing tests
* modify smoke tests paths
* run lfx tests separately
* fix test_conditional_router.py
* [autofix.ci] apply automated fixes
* fix FlowToolComponent tests
* [autofix.ci] apply automated fixes
* fix: Ensure CLI error output is visible in tests
- Fix error messages not appearing in test output when stdout is redirected
- Temporarily restore stdout before writing error JSON to ensure visibility
- Fix overly broad test condition that matched 'langflow' in file paths
- Only check for actual langflow/lfx import errors, not dependency errors
Fixes 3 failing tests in test_run_starter_projects.py:
- News Aggregator.json
- Pokédex Agent.json
- Price Deal Finder.json
All 736 LFX tests now pass.
* [autofix.ci] apply automated fixes
* Revert "fix: Ensure CLI error output is visible in tests"
This reverts commit 390c669043.
* fix: Correct import paths in test_concurrency.py
* fix test_voice_utils
* fix test_util
* [autofix.ci] apply automated fixes
* fiix test_util
* [autofix.ci] apply automated fixes
* fix test_voice_util.py
* unused args:
* refactor tests to use componentclient
* [autofix.ci] apply automated fixes
* fix ruff errors in test_flow_tool
* skip if api key is not present
* make workflow more robust
* fix mocking in test_celery_app
* [autofix.ci] apply automated fixes
* add celery
* add removed files back
* include once functional
* skip celery tests
* review comments addressed
* remove celery from dependency
* change env var validation
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: himavarshagoutham <himavarshajan17@gmail.com>
Co-authored-by: Himavarsha <40851462+HimavarshaVS@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* chore: update pre-commit configuration to refine exclude patterns
Modified the exclude pattern for the detect-secrets hook to prevent false positives by excluding the specific component_index.json file in addition to the docs directory. This change enhances the accuracy of secret detection during pre-commit checks.
* chore: update ruff exclude patterns to include component_index.json
Added the component_index.json file to the exclude patterns in the ruff configuration to prevent false positives during linting. This change enhances the accuracy of code quality checks.
* chore: enhance GitHub Actions comments for component index updates
Updated the GitHub Actions workflow to improve the commenting mechanism for component index updates. Added logic to delete previous comments from the GitHub Actions bot to prevent duplicates and included a marker in the comment body for better tracking. This change ensures that users receive clear instructions on updating the component index when necessary.
---------
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
* chore: update pre-commit configuration to exclude specific JSON file from secrets detection
- Modified the exclude pattern for the detect-secrets hook to prevent false positives for the component_index.json file located in src/lfx/src/lfx/_assets.
* ci: update GitHub Actions workflow to enhance security for pull request handling
- Changed the event trigger from `pull_request` to `pull_request_target` to improve security when handling forked pull requests.
- Updated conditions for repository checkout and dependency installation to ensure safe execution only for same-repo pull requests.
- Adjusted PR comment conditions to reflect the new event trigger, maintaining functionality for both community forks and same-repo updates.
* chore: update dependency markers and add pytest-cov for coverage reporting
- Refined dependency markers for several packages to improve compatibility with Python 3.12 and specific platforms.
- Added pytest-cov to development dependencies for enhanced test coverage reporting.
- Updated dependencies for pyobjc frameworks to include platform-specific markers for better compatibility.
* chore: enhance lfx_tests command with coverage reporting
- Updated the lfx_tests target in the Makefile to include coverage reporting options for pytest.
- Added coverage metrics output in XML, HTML, and terminal formats to improve test visibility and analysis.
* chore: update codecov configuration for LFX coverage tracking
- Added LFX coverage target and threshold to the codecov.yml file.
- Defined separate coverage flags for frontend, backend, and LFX components.
- Updated ignore patterns to exclude LFX test and component directories from coverage reports.
* chore: add coverage upload steps to Python CI workflow
- Implemented steps to upload coverage reports to Codecov for Python 3.10.
- Added artifact upload for coverage reports, retaining them for 30 days.
* chore: update LFX coverage target in codecov configuration
- Increased the LFX coverage target from 40% to 60% to encourage aspirational improvement.
- Clarified the allowable drop in coverage threshold from 44% to 39% without failing the status check.
* chore: update coverage configuration in pyproject.toml
- Enabled branch coverage in the coverage run configuration.
- Fixed a typo in the main module check to ensure proper execution.
* ci: add Docker Hub login step to CI workflow to avoid rate limits
* Introduced a new step in the Docker CI workflow to log in to Docker Hub using credentials stored in GitHub secrets. This enhances the workflow by ensuring that the build process can push images to Docker Hub securely.
* ci: add Docker Hub credentials to CI workflow for secure image testing
* Updated the CI workflow to include Docker Hub credentials as secrets for the Docker image testing job. This ensures secure access to Docker Hub during the CI process, enhancing the reliability of image builds and tests.
* feat: add script to build static component index for fast startup
This script generates a prebuilt index of all built-in components in the lfx.components package, saving it as a JSON file for quick loading at runtime. It includes versioning and integrity verification through SHA256 hashing.
* chore: update package dependencies and versioning
- Bump revision to 3 in uv.lock.
- Update dependency markers for several packages to improve compatibility with Python versions and platforms.
- Increment versions for langflow (1.6.4) and langflow-base (0.6.4).
- Adjust dependency markers for packages related to darwin platform to enhance specificity.
* chore: update .gitignore to include component index cache
- Added entry for user-specific component index cache directory to .gitignore.
- Included member_servers.json in the ignore list for better file management.
* feat: enhance component loading with custom index support
- Introduced functions to detect development mode and read a custom component index from a specified path or URL.
- Added caching mechanism for dynamically generated component indices to improve performance.
- Updated `import_langflow_components` to utilize the new index reading and caching logic, allowing for faster startup in production mode.
- Added `components_index_path` to settings for user-defined index configuration.
* feat: add GitHub Actions workflow to automatically update component index
- Introduced a new workflow that triggers on pull requests and manual dispatch to update the component index.
- The workflow checks for changes in the component index and commits updates if necessary.
- Added a comment feature to notify users when the component index is updated.
* [autofix.ci] apply automated fixes
* fix: enhance development mode detection logic
- Updated the `_dev_mode` function to improve clarity and functionality in detecting development mode.
- Refined environment variable checks to explicitly handle "1"/"true"/"yes" for development and "0"/"false"/"no" for production.
- Maintained the editable install heuristic as a fallback for determining the mode when the environment variable is not set.
* refactor: simplify development mode detection logic
- Revised the `_dev_mode` function to clarify the detection of development mode.
- Removed the editable install heuristic, making the environment variable `LFX_DEV` the sole determinant for development mode.
- Updated documentation to reflect the new behavior and ensure accurate understanding of the mode switching.
* docs: update DEVELOPMENT.md to clarify component development mode
- Added tips for enabling dynamic component loading with `LFX_DEV=1` for faster development.
- Emphasized the importance of using `LFX_DEV=1` for live reloading of components during development.
- Included instructions for manually rebuilding the component index for testing purposes.
* add component index
* test: add unit tests for component index functionality
- Introduced comprehensive unit tests for the component index system, covering functions such as _dev_mode, _read_component_index, _save_generated_index, and import_langflow_components.
- Tests include various scenarios for development mode detection, reading and saving component indices, and handling custom paths and URLs.
- Enhanced test coverage to ensure robustness and reliability of the component index features.
* chore: update GitHub Actions workflow for component index updates
- Modified the workflow to include separate checkout steps for pull requests and manual dispatch events.
- Added an environment variable `LFX_DEV` to the build step for enhanced development mode support.
- Improved clarity in the workflow structure to accommodate different triggering events.
* chore: update component index with new timezones and remove deprecated entries
- Added new timezone options including America/Boise, Australia/North, and Etc/GMT-2.
- Removed outdated timezone entries to streamline the selection process.
- Updated the component index structure to enhance clarity and maintainability.
* docs: clarify output path determination in build_component_index.py
- Updated comment to specify that the output path is relative to the script location and intended for development/CI use, not from the installed package.
- Enhanced clarity for future developers regarding the script's execution context.
* refactor: update component import logic and structure
- Changed the comment to reflect the correct module path for extracting subpackage names.
- Flattened the custom components dictionary if it has a "components" wrapper for consistency.
- Merged built-in and custom components into a single structure, ensuring the output maintains a "components" wrapper.
- Updated the component count calculation to reflect the new merged structure.
* refactor: streamline component merging logic
- Simplified the merging of built-in and custom components by removing the "components" wrapper at the cache level.
- Updated the component count calculation to directly reflect the new structure of the merged components.
- Enhanced code clarity by refining comments related to the merging process.
* chore: enhance GitHub Actions workflow for component index updates
- Updated the workflow to conditionally comment on pull requests from community forks, instructing users to manually update the component index.
- Refined the commit and push logic to ensure it only executes for changes made within the same repository.
* chore: update component index [skip ci]
* chore: refine GitHub Actions workflow for component index checks
- Enhanced the logic to check for changes in the component index file, ensuring it only triggers actions for changes made within the same repository.
- Updated the PR comment step to clarify that it applies only to pull requests from the same repository, improving workflow accuracy.
* chore: update component index [skip ci]
* chore: update component index [skip ci]
* refactor: rename version retrieval function for clarity
- Changed the function name from _get_lfx_version to _get_langflow_version to accurately reflect the version being retrieved.
- Updated the version retrieval logic in the build_component_index function to use the new function name.
* fix: update version check to reflect langflow instead of lfx
- Changed the version check logic in the _read_component_index and _save_generated_index functions to use "langflow" instead of "lfx".
- Ensured that the component index version matches the installed langflow version for better accuracy.
* fix: sort timezone options in CurrentDateComponent
- Updated the timezone options in the CurrentDateComponent to be sorted for better user experience.
- Ensured that the dropdown displays timezones in a consistent and organized manner.
* chore: update component index with new timezone options and MistralAI model configurations
- Replaced outdated timezone options with a more relevant and diverse set for improved user experience.
- Added new configurations for the MistralAI model component, including input fields for API key, model selection, and request parameters.
- Updated version number to reflect recent changes.
* chore: update component index [skip ci]
* chore: update component index [skip ci]
* chore: update component index [skip ci]
* chore: update component index [skip ci]
* chore: minify component index output to reduce file size
* test: Add unit tests for build_component_index script functionality
* chore: enhance push logic in update-component-index workflow to handle concurrent updates with retries
* chore: update component index [skip ci]
* fix: standardize logging messages for MCP server initialization
* chore: update component index [skip ci]
* test: Add unit tests for build_component_index script functionality
* chore: update component index [skip ci]
* fix: improve error handling for missing LangChain dependencies in run.py
* feat: add deterministic normalization for component index serialization
* chore: update component index [skip ci]
* chore: update component index
* chore: update component index
* chore: update component index
* chore: enhance component index update workflow with detailed diff statistics and SHA256 comparison
* chore: update component index
* chore: update component loading message to reflect total components discovered
* chore: sort model options for improved readability in NVIDIA component
* chore: filter out 'localtime' from timezone options for improved user experience
* chore: update component index with sorted lists
* chore: update component index with mistral
* chore: update component index
* fix: improve error message for langflow tests to include detailed instructions for environment setup
* refactor: rename and enhance _dev_mode function to _parse_dev_mode for improved clarity and functionality; support boolean and list modes for module loading
* docs: enhance DEVELOPMENT.md with updated instructions for Component Development Mode, including dynamic loading options for specific components
* fix: enhance error handling in _read_component_index to log specific issues with fetching and parsing component indices, including corrupted JSON and missing SHA256 hash
* chore: update component index
* feat: add metadata to component index including number of modules and components for improved indexing information
* feat: integrate telemetry for component index loading, capturing metrics on modules and components, and enhancing performance tracking
* feat: add build command for dynamic component index generation
* fix: add missing import for json in CustomComponent definition in LoopTest.json
* fix: improve handling of dotted imports in prepare_global_scope function
* chore: update component index
* fix: refine import handling in prepare_global_scope to correctly manage aliased and dotted imports
* chore: update component index
* feat: enhance component index update workflow with detailed change analysis and summary
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: Update changes-filter.yaml to include docker paths
Added docker-related paths to the changes filter configuration, ensuring that changes in the docker directory, uv.lock, pyproject.toml, and backend source files are tracked appropriately.
* chore: Update docker_test workflow trigger to use workflow_call
Modified the GitHub Actions workflow for testing Docker images to trigger on workflow_call instead of push events, streamlining the CI process for Docker-related changes.
* chore: Enhance CI workflow to include Docker testing
Added a new job for testing Docker images in the CI workflow, ensuring that Docker-related changes are validated. Updated conditions to include Docker outputs in the path filter and CI success summary.
* chore: Update changes-filter.yaml to include frontend paths
Added frontend source paths and .dockerignore to the changes filter configuration, ensuring that changes in the frontend directory are tracked alongside existing Docker-related paths.
* feat: add script to verify frontend file coverage against changes-filter.yaml
* feat: add validation step for filter coverage in CI workflow
* fix: update CI workflow to improve filter coverage validation
- Enhanced the validation step for filter coverage by fetching the base reference dynamically based on the event type.
- Adjusted the diff command to compare against the correct base reference, ensuring accurate coverage checks.
- Minor formatting improvements for clarity in the CI configuration.
* fix: update CI workflow to allow continued execution on filter coverage validation errors
- Set `continue-on-error` to true for the filter coverage validation step, ensuring that the CI process continues even if this step fails.
- Minor formatting adjustments for improved readability in the CI configuration.
* refactor: enhance filter pattern loading and matching in check_changes_filter.py
- Improved the load_filter_patterns function to validate and normalize the YAML structure, ensuring it returns a properly formatted dictionary.
- Added error handling for empty or invalid filter files, including type checks for keys and values.
- Enhanced the matches_pattern function to support brace expansion and improved matching logic using pathlib and fnmatch for better pattern handling.
* chore: update CI workflow to set up Python 3.12 and improve filter coverage validation
- Added a step to set up Python 3.12 in the CI workflow.
- Installed necessary dependencies for coverage checks.
- Enhanced the filter coverage validation step by dynamically fetching the base commit and reference, ensuring accurate comparisons for coverage checks.
* ci: add nightly_build failure notification
add nightly_build failure notification that should be sent to #langflow-eng
* chore: address jordan and coderabbit comments
---------
Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com>
* Allow skipping lfx for 1.6.1 release
* just remove all lfx for now
* validate deps step
* Make docker builds dependent on CI success
* Wrap release conditionals correctly in {{ }}
* just wrap all conditionals
* Try removing the if in CI job?
* Always run all tests on release
* Try simplifying the runs-on
* Pass ref correctly in ci for testing
* correct input name
* skip lfx tests
* Fail if version is already published
* Fix nightly docker tags
* update node version to 22
* Fix runners
* Fix comm to get version from uv tree
* Add dry run mode
* That is hilarious. Github only allows 10 inputs
* Fix getting version for base manifest
* Add provenance to ensure attestation manifest is not created with platform tag
* Fix nightly version extraction and attestaion manifest
* Use better version extraction snippet
* Fix repo name for nightly-all
* Add back lfx steps
* reduce github inputs to 10 by making docker-ep dependent on main
* Add warning that lfx is not impl yet
* Try skipping gha cache
* simplify docker builds
* remove workflow dispatch options from workflows that shouldn't be run manually
* Update nightly docker build and add option to skip testing for nightly releases
* simplify version fetching for both release workflows
* revert docker-build v1 to original
* remove removed input
* Add push to registry flag for full workflow and add warning in old docker build workflow
* Add uv setup
* Add uv setup again
* Try esbuild js native build
* require a valid tag for release
* Echo inputs
* Reference inputs correctly
* Try updating conditional
* removes lfx temporarily for the 1.6 release
* Fix boolean comparison
* Add flag to allow creation of github release after pypi already exists
* Add always to make it run
* Use correct tag and remove commit since it's the tag for release
* allow updates
* Revert the lfx removals and flags to allow building without releasing
* standardize conditional inputs
* clean version check
* temporary skip of jobs in release; revert me
* Add arm64 to options
* Try rustflags env var
* echo the should_run_ci as well
* directory reorg - flows section
* sidebar alignment - agents and mcp
* sidebar - api, contribute, support
* move docs for apify and assembly bundles
* structure in cursor rules
* delete unused assets
* move images and files to static
* more delete unused assets
* move integrations to components
* combine big query page with google bundle page
* combine notion pages into 1
* combine notion
* combine nvidia pages
* majority of develop and deploy topics
* move monitoring integrations to develop
* preempt mc from 10027
* remove notion action that is not needed