Enabled tool mode in file hash generator component#10933
Conversation
drag and zoom issue fixes
- Keep all LangflowComponentValidator changes from current branch - Add latest develop features (published flows, marketplace, new components) - Maintain simplified specification framework architecture - Remove database layer and component mapping artifacts - Preserve professional naming conventions 🎯 Current branch changes take priority over develop conflicts
…ication-framework-implementation Feature/professional specification framework implementation
…rrors - Fixed migration 20251024001858 to check for existing columns/constraints before adding - Enhanced migration utilities with index_exists() function - Made all migrations safe to run multiple times - Resolved "column flow_cloned_from already exists" error - Applied idempotent pattern to all related migrations
…umn-error fix: make alembic migrations idempotent to prevent duplicate column errors
- Restored Genesis integration.py with authentication middleware setup - Added Genesis auth middleware for BFF JWT token validation - Restored startup extensions for Genesis Studio initialization - Updated main.py to properly initialize Genesis extensions - Implemented user authentication flow with database sync - Added fallback support for Langflow native authentication Key components restored: - Genesis AuthMiddleware for JWT token processing - User creation/update in Langflow database - Authentication dependency overrides - Environment-based configuration The authentication flow now properly handles JWT tokens validated by the Genesis BFF and creates corresponding users in Langflow's database while maintaining compatibility with API key authentication.
…h-middleware feat: restore Genesis authentication middleware functionality
- Add get_pa_lookup_service() function to deps.py - Add get_claim_auth_history_service() function to deps.py - Add get_encoder_pro_service() function to deps.py - Fix Genesis authentication environment variable consistency - Register Genesis services in ServiceType enum - Move Genesis services to main Langflow services directory - Fix service factory bug (raise -> return) This resolves the import error for Genesis services and ensures proper dependency injection throughout the Langflow application.
…ency-injection fix: Add missing Genesis services dependency injection functions
- Remove unnecessary services.py (services now auto-registered via ServiceType) - Remove unused startup_extensions.py (contained only stub functions) - Remove duplicate Genesis services directory (moved to main services) - Simplify integration.py to focus only on authentication - Maintain core auth middleware and dependency override functionality - Verified all imports and functionality still work correctly Genesis integration now contains only essential auth components: - AuthMiddleware for JWT token validation - Dependency overrides for Langflow auth integration - Environment variable configuration for auth modes
…-streamlined cleanup: Streamline Genesis integration to auth-only functionality
added manage server and setting page
Fixes in Document Intelligence
* application logo feature added * logo upload option added * app logo changes --------- Co-authored-by: Rishi <rishi@MacBook-Pro.local>
…ig migration (#100) - Add proper application_config table migration (5b431a7ef7c1) - Remove empty migration that was causing cluster deployment failures - Enable auto-migration by default via LANGFLOW_AUTO_FIX_MIGRATION=true - Fix CommandError handling to catch "Target database is not up to date" errors - Ensure migrations run automatically during development startup 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
* agent logo added * agent logo added * agent logo changes * agent logo changes * agent logo changes --------- Co-authored-by: Rishi <rishi@MacBook-Pro.local>
Add tags as a new sorting option in both frontend and backend. When sorting by tags, items are ordered alphabetically in ascending order. Backend now supports sorting by tags through JSON textual representation for database portability.
Add tags as a new sorting option in both frontend and backend. When sorting by tags, items are ordered alphabetically in ascending order. Backend now supports sorting by tags through JSON textual representation for database portability. Co-authored-by: joexavier1997 <joe.xavier@autonomize.ai>
…#102) - Change down_revision from missing '20251027120000' to '5b431a7ef7c1' - Fixes broken migration chain causing deployment failures - Now properly follows: 99999999999 → 5b431a7ef7c1 → 20251027130000
* feat(marketplace): add tags sorting option to marketplace Add tags as a new sorting option in both frontend and backend. When sorting by tags, items are ordered alphabetically in ascending order. Backend now supports sorting by tags through JSON textual representation for database portability. * style(pageLayout): add left padding to description text --------- Co-authored-by: joexavier1997 <joe.xavier@autonomize.ai>
…on-publish removing vector storing on publish
* refactoring code of published flow * agent marketplace hard coded page removed * disabled version field --------- Co-authored-by: Rishi <rishi@MacBook-Pro.local>
* Fix migration chain: correct parent reference for flow_icon migration - Change down_revision from missing '20251027120000' to '5b431a7ef7c1' - Fixes broken migration chain causing deployment failures - Now properly follows: 99999999999 → 5b431a7ef7c1 → 20251027130000 * Removed unused variables * feat: implement single domain consolidation with path-based routing
UI updated:Submit agent modal
* Fix migration chain: correct parent reference for flow_icon migration - Change down_revision from missing '20251027120000' to '5b431a7ef7c1' - Fixes broken migration chain causing deployment failures - Now properly follows: 99999999999 → 5b431a7ef7c1 → 20251027130000 * Removed unused variables * feat: implement single domain consolidation with path-based routing * fixes in nginx
* Fix migration chain: correct parent reference for flow_icon migration - Change down_revision from missing '20251027120000' to '5b431a7ef7c1' - Fixes broken migration chain causing deployment failures - Now properly follows: 99999999999 → 5b431a7ef7c1 → 20251027130000 * Removed unused variables * feat: implement single domain consolidation with path-based routing * fixes in nginx * fix(ai-studio): recursively replace base path in all static assets
* Fix migration chain: correct parent reference for flow_icon migration - Change down_revision from missing '20251027120000' to '5b431a7ef7c1' - Fixes broken migration chain causing deployment failures - Now properly follows: 99999999999 → 5b431a7ef7c1 → 20251027130000 * Removed unused variables * feat: implement single domain consolidation with path-based routing * fixes in nginx * fix(ai-studio): recursively replace base path in all static assets
Ui updated: All templated card
Fix/autpe 6691 v1
* Fix migration chain: correct parent reference for flow_icon migration - Change down_revision from missing '20251027120000' to '5b431a7ef7c1' - Fixes broken migration chain causing deployment failures - Now properly follows: 99999999999 → 5b431a7ef7c1 → 20251027130000 * Removed unused variables * feat: implement single domain consolidation with path-based routing * fixes in nginx * fix(ai-studio): recursively replace base path in all static assets * Fixed Subpaths * Fixed Subpaths
Co-authored-by: Rishi <rishi@MacBook-Pro.local>
* added audio file upload * minor changes
* Fix migration chain: correct parent reference for flow_icon migration - Change down_revision from missing '20251027120000' to '5b431a7ef7c1' - Fixes broken migration chain causing deployment failures - Now properly follows: 99999999999 → 5b431a7ef7c1 → 20251027130000 * Removed unused variables * feat: implement single domain consolidation with path-based routing * fixes in nginx * fix(ai-studio): recursively replace base path in all static assets * Fixed Subpaths * Fixed Subpaths * fix: Username key violation
Fix/model endpoints
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request orchestrates a major infrastructure reorganization: migrating from GitHub Actions CI/CD to Azure DevOps pipelines, rebranding Langflow to Autonomize AI Studio, introducing Docker-based local development, and consolidating development documentation. Removes numerous legacy workflows and GitHub configurations while adding comprehensive Azure DevOps pipeline templates and deployment guides. Changes
Estimated code review effort🎯 5 (Critical) | ⏱️ ~120 minutes Areas requiring extra attention:
Possibly related PRs
Suggested labels
Suggested reviewers
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (80)
📒 Files selected for processing (81)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
Release Notes
New Features
Documentation
Infrastructure
Chores
✏️ Tip: You can customize this high-level summary in your review settings.