Johannes Vogt

Results 5 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 ```