Christoph Mewes
Christoph Mewes
This adds a new output style, `json`, that outputs the same JSON that the tool ingests as its input, allowing it to work as a "filter" of sorts and enabling...
I'm trying to work around issue #23. For this, I tried to simply use a custom storage implementation that has my patch (LOCK_SH) in it. Unfortunately, nearly everything inside the...
I'm using FineDiff for a project using UTF-8, so I added basic support to it. The commit contains mb_strcspn() and mb_strspn() and a lot of reformatting, so you might only...
In https://github.com/kubermatic/kubermatic/pull/9975 we changed the scope of the ApplicationInstallation CRD. In https://github.com/kubermatic/kubermatic/pull/10694 we added migration code to delete the old CRD on the master cluster. This procedure needs to be...
**What this PR does / why we need it**: This is a manual backport of #10764. **Does this PR introduce a user-facing change? Then add your Release Note here**: ```release-note...
**What this PR does / why we need it**: This is a manual backport of #10764. **Does this PR introduce a user-facing change? Then add your Release Note here**: ```release-note...
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #7132 **What type of PR is this?** /kind feature **Does this PR introduce a user-facing...
**What this PR does / why we need it**: What it says on the tin. The changelog is currently based on * KKP: 63c43bfac7a52999e2a6314816d553888fc9bf04...37a04cccf991497c224f798381ff95c3feec9710 * Dashboard: 14a995169959f5ca8fc163c7914ec7eb5f5bdfa5...d40d76175da86aede0ad4081f9fa927549677e57 /kind documentation **Does...
The API documentation states that > Note: We recommend using SSL for all requests to the API, but it is not required for anonymous requests. But the PHP samples show...