Michael
Michael
This adds a feature similar to what https://github.com/jenkinsci/reverse-proxy-auth-plugin already implements. I couldn't use that plugin however, because of https://issues.jenkins-ci.org/browse/JENKINS-29330 I turned out to be much simpler to add the reverse-proxy...
# Pull Request ## Description of the change run unittests for the helm-chart during PR checks ## Benefits better quality ## Possible drawbacks ?? ## Applicable issues no ## Additional...
According to https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-a-warning-message you can just ``` console.log("::warning file=app.js,line=1,col=5::Missing semicolon") ``` to achieve the same without the need for github token...
I try to build the firmware inside a docker container (not to mess up my system). But for some reason it does not work. Any idea how to run the...
For some reason the unit-tests are quite outdated and are not working anymore. This PR restores the unittests and provides a GitHub Actions workflow to run it on PRs
#### Is this a bug, enhancement, or feature request? Bug #### Describe your proposal. Radio buttons in the [form generator](https://sap.github.io/fundamental-ngx/#/platform/form-generator) are misaligned if the screen width passes a specific threshold....