Mitchel Nijdam

Results 5 issues of Mitchel Nijdam

Although I think currently the `%T` format string token just prints the unix epoch timestamp as read from kafka, for quick debug purposes it would be very useful to have...

enhancement

Relates to https://github.com/mock-server/mockserver/issues/1779 This allows users to persist Expectation across pod restarts on Kubernetes. With this change, users can create their own PVC and attach it to the pod using...

**Describe the feature request** MockServer has the ability to persistently save any expectation into a file. When running MockServer on Kubernetes, since pods are ephemeral and clear any files on...

enhancement

I have a setup where we have `Pipeline`, some `Task`s and a `TriggerTemplate`. Pipelines are triggered by a Github webhook, so we are not manually creating `PipelineRuns` or `TaskRuns`. Now,...

As I was writing a unit test for my recording rules & alerts, based on the information on [this page](https://prometheus.io/docs/prometheus/latest/configuration/unit_testing_rules/), I was struggling with testing alerts that use some of...