Maxim Ivanov

Results 13 issues of Maxim Ivanov

to ignore setting submodules, simply setting the env var ``` extraEnv: - name: "ARGOCD_GIT_MODULES_ENABLED" value: "false" ``` will do the trick, but this is not documented the application set git...

It would be nice to have an additional record mode where new requests get recorded but existing playbacks get used if present. (maybe `record-new` ?) The current record mode overwrites...

enhancement

This avoids some hassle of installing dependencies. I had success deploying and updating the lambda to aws with this container.

TLS secret generation docs appear to be incorrect, link: https://istio.io/latest/docs/tasks/traffic-management/ingress/secure-ingress/#configure-a-mutual-tls-ingress-gateway the listed key formats seem to work and are correct: - A TLS Secret with keys tls.key and tls.crt, as...

area/networking

From what I can tell, the `ApiResponse` objects can never have an undefined config. Config is defined as optional here: https://github.com/infinitered/apisauce/blob/master/apisauce.d.ts#L44 But is required here: https://github.com/infinitered/apisauce/blob/master/lib/apisauce.ts#L200

enhancement
help wanted
good first issue
Hacktoberfest

After a long time of investigating difficult to reproduce errors and suspecting that there is some thread safety issue, we found a note at the bottom of the connection pool...

I found this plugin pretty useful for moving some json into a regular .js file and only formatting the valid json parts of my file. It would be nice if...

# Summary Git 2.34 now supports signing commits with SSH keys instead of GPG It would be nice to verify commits by SSH key, like they are with GPG keys....

enhancement

Just updating the readme with a required argument as per the documented interface: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/generated/interfaces/ArtifactClient.md#uploadartifact

# Checklist * [x] I've searched the issue queue to verify this is not a duplicate feature request. * [x] I've pasted the output of `kargo version`, if applicable. *...

kind/enhancement
kind/discussion
priority/low
area/controller
kind/proposal