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: misc-rearrange-pipeline-action-dropdown-items
Choose a head ref
  • 7 commits
  • 12 files changed
  • 3 contributors

Commits on Aug 19, 2025

  1. UN-2708 [MISC] Remove unused clear cache functionality from platform

    - Remove clear-cache API endpoint and URL routing from backend
    - Remove clear_cache view method and helper method from WorkflowHelper
    - Remove unused CACHE_CLEAR_SUCCESS/CACHE_CLEAR_FAILED constants
    - Remove clear cache UI functionality from Agency and Pipelines components
    - Remove clear cache method from workflow service
    - Clean up classifier tool cache logic (deprecated functionality)
    - Fix menu item key numbering in Pipelines component
    
    The clear cache functionality was a remnant from the old tool-classifier
    design and is no longer used. No redis keys with the pattern *:cache:*
    are being created anywhere in the current system.
    chandrasekharan-zipstack committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    c2bc52e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. FIX UN-2708 [UX] Prevent race conditions during file history clearing…

    … operations
    
    - Create useClearFileHistory custom hook to centralize loading state management
    - Disable "Run Workflow" button in Agency during clear file history operation
    - Disable "Sync Now" button in Pipelines during clear file history operation
    - Add visual feedback with loading spinner and status text during clearing
    - Replace inline CSS with proper CSS classes in Pipelines component
    - Fix Actions dropdown in Agency to stay open after menu item clicks (similar to Pipelines behavior)
    - Prevent users from triggering concurrent operations that could cause race conditions
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    chandrasekharan-zipstack and claude committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    f5bfe10 View commit details
    Browse the repository at this point in the history
  2. MISC [UX] Reorganize dropdown menu actions with improved hierarchy an…

    …d visual dividers
    
    - Reorganized action menu items by frequency of use and logical grouping
    - Configuration section: Edit, Manage Keys, Setup Notifications
    - Operation section: Sync Now (Pipelines), View Logs
    - Developer section: Clear File History (Pipelines), Code Snippets (API), Download Postman Collection
    - Delete section: Delete (moved to end for safety)
    - Added visual dividers between sections for better UX
    - Improved menu hierarchy follows: Configure → Operate → Developer Tools → Danger zone
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    chandrasekharan-zipstack and claude committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    8b1b8a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. UN-2708 [FIX] Prevent race conditions during file history clearing op…

    …erations (#1487)
    
    FIX UN-2708 [UX] Prevent race conditions during file history clearing operations
    
    - Create useClearFileHistory custom hook to centralize loading state management
    - Disable "Run Workflow" button in Agency during clear file history operation
    - Disable "Sync Now" button in Pipelines during clear file history operation
    - Add visual feedback with loading spinner and status text during clearing
    - Replace inline CSS with proper CSS classes in Pipelines component
    - Fix Actions dropdown in Agency to stay open after menu item clicks (similar to Pipelines behavior)
    - Prevent users from triggering concurrent operations that could cause race conditions
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Claude <[email protected]>
    chandrasekharan-zipstack and claude authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    7ed8042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8de1fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d65ed4 View commit details
    Browse the repository at this point in the history
  4. Minor change

    chandrasekharan-zipstack committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    8ac6e31 View commit details
    Browse the repository at this point in the history
Loading