Joaquim Rocha
Joaquim Rocha
Installing plugins on flatpak is broken due to cross-device linking.
We have currently make and npm, where make just calls npm and go for building the frontend and backend, respectively. While this is common for many Linux developers, it's not...
Today I found we introduced an issue that is only happening when the app runs (not when building it, as it was an import issue). I think we should thus...
Headlamp's backend + desktop CLI should have an option to disable certain plugins or all. E.g. `headlamp --disable-plugins=app-catalog,open-cost` disables the app-catalog and open-cost plugins (names should come from the --list-plugins...
As #1661 reports, if a plugin keeps failing and the user is not interested in them, there should be a quick way to disable them before the UI is shown,...
Headlamp should have a CLI option in the backend + desktop to list all plugins, showing a division between static/shipped plugins, and user added ones. E.g. `headlamp --list-plugins` or E.g....
Now that we have a more powerful table, we should add bulk actions for user-selected resources, i.e. users can for example choose more than one pod and delete them in...
This is a preview of the aggregated views I have been working on. We need to test this thoroughly to make sure no regressions or deep problems are added. I'd...
Right now, Headlamp's resource classes do not have a `kind` method unless they are instances (when they have jsonData). Sometimes the kind matches the objectName, but it's not consistent and...