Joaquim Rocha

Results 128 issues of Joaquim Rocha

## Current situation We do show extra information from the additionalPrinterColumns in the Custom Resource objects' details view, but we don't show them in the table where we're listing those...

enhancement
frontend

## Current situation We have a way to create an .msi installer but we're not publishing it because it's lacking the following: * Protocol support (adding the registry key for...

app

## Description I have noticed that the logo that's changed by a plugin is not used in the cluster chooser. ![Logo overridden in Headlamp but not in the cluster chooser](https://user-images.githubusercontent.com/1029635/180433197-e014aa2d-a582-48d4-8101-e427d04e5e64.png)...

bug
frontend
plugins

## Description Going into certain resources, I have run into this issue a couple of times where there's a complaint that the ResourceClasses object is not defined. This cannot be...

bug
frontend

## Description Since the recent CRA changes, there are 10 warnings when compiling the frontend. ## Impact While these are just warnings, they make a lot of noise and look...

frontend

## Current situation We give access to the Resource's CircularChart in plugins but we have no good examples/docs showing how to use this component. ## Ideal situation We have an...

good first issue
plugins

This is based on a PR by @fondoger . As originally written: Pod list of a deployment is determined by its selector. Example Deployment selector: ``` selector: matchLabels: component: redis...

frontend

## Description We don't don't bootstrap i18n in plugins, so the responsibility of doing that is left to the plugin developer. So the chances are that plugins will not get...

plugins
a11y

## Description Our [docs](https://kinvolk.github.io/headlamp/docs/latest/development/api/modules/lib_k8s_apiproxy/) lead to believe that plugins can import the ApiProxy functions by using `@kinvolk/headlamp-plugin/lib/k8s/apiProxy` but this doesn't work since we do expose the ApiProxy from `@kinvolk/headlamp-plugin/lib` itself....

bug
documentation
plugins