Daniel Hrabovcak
Daniel Hrabovcak
**Describe the bug** Whenever a user mentions another user, a hyperlink is displayed. However, users with dashes in their name do not have hyperlinks. **To Reproduce** Steps to reproduce the...
Sometimes you can't put annotations because you don't define the underlying class in your project. Other Java annotation libraries such as Jackson solved this with "Mixins". The way it works...
Changes as per issue #313
Extension of new reconciliation functionality provided by #311 as suggested by @damemi.
This PR adds target polling and aggregation into the pod monitoring status subresource. Polling happens every 10 seconds with 4 concurrent jobs by default but this can be configured, and...
This ensures the `gmp-system` resources remain consistent across all resources. The alternative we took before (for very few of the `gmp-system` resources) was to just re-create the file during reconciliation....
The previous implementation did a `sleep` before updating the webhooks. This caused a race condition where if the operator tries to touch a resource which is backed by a webhook...
The secret key name should always be provided. It looks like it's not optional at the moment because there's a TODO mentioning that other non-name selectors might be added. For...
…sterPodMonitoring