-
Notifications
You must be signed in to change notification settings - Fork 26
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 request: multiple selector for resources #39
Comments
I understand the mass actions with multi-select. That's definitely something I can look into! In terms of mass editing, how do you exactly see that when mass editing multiple deployments for example? Like specific properties on the spec? |
In case of mass editing I think there will be a new editor tab for every selected object: for me, maintain separated the edit action. I would to see the YAML of every single deployment in a tab of the bottom editor windows. In this way is simple, because use the api of the IDE. But it's a powerful function for mass change! |
# [1.33.0](v1.32.0...v1.33.0) (2025-01-10) ### Bug Fixes * corrected path for default kubeconfig ([5b182c8](5b182c8)) * fixed search capture outside of overview ([ebf32b9](ebf32b9)) * properly show settings menu item on non-macos systems ([0e0680d](0e0680d)) * resolved warning in deployment overview ([cb8d459](cb8d459)) ### Features * add detail view for secrets and easy decoding ([#47](#47)) ([2e8a905](2e8a905)), closes [#32](#32) * added context menu entry to trigger cronjobs ([7757dc5](7757dc5)) * added mass actions to resource overviews ([ccbf84b](ccbf84b)), closes [#39](#39) * added support for object creation ([996d26d](996d26d)), closes [#26](#26)
🚀 This issue is resolved in version 1.33.0 of JET Pilot! |
# [1.33.0](v1.32.0...v1.33.0) (2025-01-10) ### Bug Fixes * corrected path for default kubeconfig ([5b182c8](5b182c8)) * fixed auto updater (sorry) ([c6fe84e](c6fe84e)) * fixed search capture outside of overview ([ebf32b9](ebf32b9)) * properly show settings menu item on non-macos systems ([0e0680d](0e0680d)) * resolved warning in deployment overview ([cb8d459](cb8d459)) ### Features * add detail view for secrets and easy decoding ([#47](#47)) ([2e8a905](2e8a905)), closes [#32](#32) * added context menu entry to trigger cronjobs ([7757dc5](7757dc5)) * added mass actions to resource overviews ([ccbf84b](ccbf84b)), closes [#39](#39) * added support for object creation ([996d26d](996d26d)), closes [#26](#26)
🚀 This issue is resolved in version 1.33.0 of JET Pilot! |
Hi to all!
An useful feature, for me that try to migrate away from openlens (a real abandonware), is the capacity to multiple select different resource like pod and activate actions.
Is good for a mass delete, a mass edit, mass logs or a mass shell for the pods.
But also for other resource, like mass edit on a list of deployment.
It's difficult to implement with the actual grid?
The text was updated successfully, but these errors were encountered: