Christoph Mewes

Results 83 issues of 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...

approved
size/M
release-note-none
dco-signoff: yes
sig/cluster-management
sig/api
sig/crd

**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...

size/M
release-note-none
dco-signoff: yes
sig/cluster-management
sig/api
sig/crd

**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...

kind/feature
size/XL
approved
release-note
dco-signoff: yes
sig/cluster-management

**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...

do-not-merge/work-in-progress
kind/documentation
size/XXL
approved
release-note-none
dco-signoff: yes

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...