Johannes Vogt

Results 7 issues of Johannes Vogt

**Description** Changes proposed in this pull request: - Add download button in user preferences for downloading policies - Enabled policies and rules are downloaded in [datree's Custom Rules](https://hub.datree.io/custom-rules/custom-rules-overview) format, so...

size/L
lgtm
cla: yes

**Description** The permission check is currently case-sensitive, while `set.resources` entries are always lower case. https://github.com/kyma-project/busola/blob/3e43f204e766f87ce1686bd62d8712cf41524d10/src/state/navigation/filters/permissions.ts#L31 https://github.com/kyma-project/busola/blob/3e43f204e766f87ce1686bd62d8712cf41524d10/src/state/navigation/filters/permissions.ts#L39 This leads to an incorrect check when the resource kind is given in PascalCase,...

kind/bug

**Description** When validating resources to be uploaded or validating the cluster, there should be a possibility to specify exceptions to the rules. The exceptions should specify that specific rules or...

kind/feature

- migrate srv to typescript - include @cds/typer for generated types -> converted some queries to fluent API - use ts-jest for tests - use typescript build task for mta...

Fixes https://github.com/SAP-samples/cap-sflight/issues/566, https://github.com/SAP-samples/cap-sflight/issues/565 The reuse tool expects the licenses in the `LICENSES` folder. -> copied license via `cp LICENSE LICENSES/Apache-2.0.txt` Test via ``` apt-get install reuse reuse lint ```

Currently Node.js 18 is [the default](https://github.com/cloudfoundry/nodejs-buildpack/blob/05fbb1e80868dfa54dd7570f0296e7e29ed19594/manifest.yml#L5). During staging, this results in the warning: ``` **WARNING** node 18.x.x will no longer be available in new buildpacks released after 2025-04-30. ``` The...

Behaviour should be implemented by @sap/hana-client. This PR is to show what it takes to get it to run from a user perspective. --- Enable x509 client certificates for hana...