Andrea Straforini
Andrea Straforini
Linked to #1228 Additions/changes: - new eclipser_afl_qemu for binary-only fuzzing - change of categorization for the standard eclipser fuzzer in the fuzzers.yml file
Hi, I was comparing the fuzzers categorized as "Binary-only" listed in the workflows / fuzzers.yml file. From the results of my local experiment, I believe that eclipser has an excessive...
Add [Write consistency](https://docs.influxdata.com/enterprise_influxdb/v1/concepts/clustering/#write-consistency) parameter to support InfluxDB Enterprise. For the go client library it was a small change: https://github.com/influxdata/influxdb-client-go/pull/348/files#diff-27816c8e9d4abdc1d7aa91a3b3298b2b37afcfd60dc9094d47e2f4d58d05c74a
Currently a long running "one-shot" container is killed after the default [Operation Timeouts](https://developer.hashicorp.com/terraform/language/resources/syntax#operation-timeouts) of 20 minutes. The issue was already described in [#254](https://github.com/kreuzwerker/terraform-provider-docker/issues/254) for docker_images. This PR allows the user...