Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Zipstack/unstract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Zipstack/unstract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: central-connectors
Choose a head ref
  • 7 commits
  • 20 files changed
  • 3 contributors

Commits on Jun 20, 2025

  1. [UI] Convert Connectors page from cards to list-based UI with large c…

    …onnector-specific icons
    
    - Replaced card-based grid layout with Ant Design List component
    - Added connector-specific icon mapping for S3, PostgreSQL, etc.
    - Implemented center-aligned list layout matching LLMs/Vector DB pages
    - Increased icon size to 90x90px to match design specifications
    - Added proper styling with ListView.css classes for consistency
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    shuveb and claude committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    4ca5902 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. [FEATURE] Implement centralized connectors with list-based UI

    Backend changes:
    - Added SharedConnector model and API endpoints
    - Implemented migration command for centralized connectors
    - Added Redis queue plugin support
    - Updated workflow utils to support shared connectors
    
    Frontend changes:
    - Added Connectors page with list-based UI matching Unstract design
    - Implemented SharedConnectorModal for creating/editing connectors
    - Added connector-specific icons (S3, PostgreSQL, etc.)
    - Updated navigation to include Connectors menu item
    - Modified DS settings card to support shared connectors
    - Enhanced file system components for connector integration
    
    Additional changes:
    - Updated .gitignore to exclude prompting-related files
    - Added Docker configuration updates
    - Added comprehensive tests for shared connectors
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    shuveb and claude committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    c505710 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Configuration menu
    Copy the full SHA
    173f9f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfe71ad View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    4a8f927 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Configuration menu
    Copy the full SHA
    11a579f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Configuration menu
    Copy the full SHA
    2fc7854 View commit details
    Browse the repository at this point in the history
Loading