-
Hello,
I have a problem with helm module. The idempotency don't work. this is my module definition :
```yaml
- name: Install Cilium
kubernetes.core.helm:
name: cilium
chart_ref: ciliu…
-
Scalatest should provide some way to test for idempotence. For example imagine the subject being tested has a `deleteFile` method. This method returns whether the delete was successful. However it is …
-
**Describe the request**
Add idempotency check against the start_time field
**Current behaviour**
idempotency check does not check the start_time field when comparing if the requested definition …
-
Add an argument `idempotent` to both `upload_media` and `import_media` that can take on the following values:
* None - No idempotency checks
* md5 - Check idempotency based on MD5
* name - Check id…
-
**Prettier Version:** 1.6.1 / master
**Code**
([playground1](https://prettier.io/playground/#%7B%22content%22%3A%22const%20testEpic%20%3D%20action%24%20%3D%3E%20action%24.ofType(test.getType())%…
-
Currently, implementing idempotent jobs over Iceberg is done via data-based predicates. For instance, if a job run is presumed to have written the data for `2018-08-05`, you will write something like:…
-
For idempotency, it would be useful if ```caddy add-package``` and ```caddy remove-package``` could be idempotent.
```caddy remove-package```, will return "Error: package is not added" if I do it…
-
https://github.com/brave-intl/bat-go/pull/1691#discussion_r1494164076
Additionally according to [the docs](https://pkg.go.dev/github.com/google/uuid#MustParse) this would panic if this is an invali…
-
**Is your feature request related to a problem? Please describe.**
As a client of an `IWorkflowHost` host I can start a workflow instance with a reference, which could be my idempotency key, but I ca…
-
### Summary
When running the following:
community.general.zfs:
name: pool/vol1
state: present
extra_zfs_properties:
volsize: 4G
volblocksize: 4k
the initial run s…