-
Notifications
You must be signed in to change notification settings - Fork 549
Comparing changes
Open a pull request
base repository: Zipstack/unstract
base: main
head repository: Zipstack/unstract
compare: misc-rearrange-pipeline-action-dropdown-items
- 7 commits
- 12 files changed
- 3 contributors
Commits on Aug 19, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for c2bc52e - Browse repository at this point
Copy the full SHA c2bc52eView commit details
Commits on Aug 20, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for f5bfe10 - Browse repository at this point
Copy the full SHA f5bfe10View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8b1b8a6 - Browse repository at this point
Copy the full SHA 8b1b8a6View commit details
Commits on Aug 21, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7ed8042 - Browse repository at this point
Copy the full SHA 7ed8042View commit details -
Merge branch 'UN-2708-removed-clear-cache-option' into misc-rearrange…
…-pipeline-action-dropdown-items
Configuration menu - View commit details
-
Copy full SHA for a8de1fa - Browse repository at this point
Copy the full SHA a8de1faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d65ed4 - Browse repository at this point
Copy the full SHA 6d65ed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac6e31 - Browse repository at this point
Copy the full SHA 8ac6e31View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...misc-rearrange-pipeline-action-dropdown-items