Roman Mohr
Roman Mohr
Hi, Can very well be that the event is simply not reported from where gharchive takes the events, but I noticed that `PullRequestReviewCommentEvents` are collected but not [PullRequestReviewEvent](https://developer.github.com/v3/activity/events/types/#pullrequestreviewevent). As a...
### What version of rules_go are you using? ### What version of gazelle are you using? ### What version of Bazel are you using? ### Does this issue reproduce with...
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > /kind bug > /kind enhancement **What happened**: I added by accident...
KubeVirt uses CRDs, but since CRDs don't allow arbitrary subresources, we have extension endpoints on a dedicated group `subresources.kubevirt.io` which are backed by a stateless apiservice. For example if one...
**What this PR does / why we need it**: Add a `GET` subresource endpoint `virtualmachineinstances//vnc/screenshot` which allows taking VNC screenshots in PNG format in a server-side fashion. virtctl support is...
**What this PR does / why we need it**: Remove deprecated file-based watchdog and graceful shutdown triggers. The PR which did the change is now more than two years old...
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > /kind bug > /kind enhancement **What happened**: The WFFC handling of...
**What this PR does / why we need it**: Use for namespace cleanup a rest client with a higher rate limit and operator on both namespaces which need to be...
Introduced in https://gerrit-review.googlesource.com/c/gerrit/+/376877. Documented at https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#parent-info. It is especially helpful to efficiently query for mergable chains.
Going on the API to v2 gives us the chance to change defaults and remove deprecated functionality. This issue tracks suggestions: * Change default bus type from `sata` to `virtio-blk`...