-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add Cluster Filtering in AKS VS Code Extension Tree Node #1208
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 8 changed files in this pull request and generated no comments.
Files not reviewed (3)
- package.json: Language not supported
- src/extension.ts: Evaluated as low risk
- src/tree/azureAccountTreeItem.ts: Evaluated as low risk
Comments suppressed due to low confidence (1)
src/commands/utils/clusterfilter.ts:54
- [nitpick] Simplify the comparison by directly comparing 'filtered.clusterName' with 'cluster.name'.
picked: filteredClusters.some((filtered) => filtered.clusterName === parseResource(cluster.id!).name),
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good! Cool Feature!
Description:
Enhance the AKS (Azure Kubernetes Service) VS Code extension by introducing a cluster filtering feature within the tree view. This will allow users to easily locate and manage specific clusters based on predefined filters, improving usability and efficiency.
Key Features:
✅ Search & Filter: Users can apply filters based on cluster name.
✅ Persistent Filtering: Selected filters remain active across sessions for a consistent user experience.
✅ Dynamic Updates: The tree node updates in real-time as filters are applied or removed.
✅ Multi-Filter Support: Users can combine multiple filter criteria to refine the cluster list further.
✅ Clear & Reset Option: A quick way to reset filters and display all available clusters.
User Benefits:
Thank you for bringing this idea and humble fyi to @qpetraroia , @ReinierCC , @tejhan , @hsubramanianaks ❤️
VSIX to test:
vscode-aks-tools-1.5.5-clusterFilterTest1.vsix.zip