Axel Köhler
Axel Köhler
Hi @NancyChunlan , as I'm no longer an active maintainer for this project maybe @jekkel or @manu11th can jump in.
@ffahri Sorry for bothering you. Can you help us with this or is the maintenance of this project somehow on-hold?
Hi @jgoeres. Actually the plugin should be able to upload several helm charts. Therefor a method exists which collects all related charts (see [AbstractHelmMojo#getChartTgzs](https://github.com/kiwigrid/helm-maven-plugin/blob/master/src/main/java/com/kiwigrid/helm/maven/plugin/AbstractHelmMojo.java#L228-L236)). The directory of interest is controlled...
@benjdlambert Just out of curiosity, has there been any progress in this direction?
Would be great if this could be fixed, even in the [Demo Instance](https://demo.backstage.io/docs/default/component/backstage) there are not only redundant scrollbars but also scrolling works not reliable in the left navigation pane.
Let's see, whether the change done in the following PR fix the issue: - backstage/backstage#23420
Based on freben's [comment](https://github.com/backstage/backstage/issues/23968#issuecomment-2049822264) I did the following: Add `packages/backend/src/extensions/githubOrg.ts` ```typescript import { githubOrgEntityProviderTransformsExtensionPoint } from '@backstage/plugin-catalog-backend-module-github-org'; export default createBackendModule({ pluginId: 'catalog', moduleId: 'github-org-extensions', register(env) { env.registerInit({ deps: { githubOrg:...
@gdlx Thanks for this investigation. You're right it's again a situation where the Opsgenie API design is not that great. Based on your proposals I think the least dirty way...
Hi @zaikinlv and sorry for the delayed response. You're right, the controller is not resilient in this case. But actually we were not aware of this, as we never faced...
Hi @kfox1111 I'm not really get your point. Could you explain it in a little more detail?