Maartje Eyskens
Maartje Eyskens
This is a feature request: it would be very handy to be able to query the files touched per commit. Maybe adding on that the ability to get either the...
The guide reads in https://github.com/src-d/guide/blob/master/engineering/conventions/go.md#docker that src-d/ci sets` CGO_ENABLED` to `0`, however this is not the case for src-d/v1 anymore.
Hope this is the right place to file this. While generating a gopher I noticed the Women Who Go t-shirt is the old logo. There is a new one now...
I am using the `github.com/go-sql-driver/mysql` MySQL driver for Go. When I try to execute a query containing a variable i get the error that it is not implemented yet. ```...
cross post from https://github.com/kubernetes/ingress-nginx/issues/6666 Now that Docker hub has a rate limit in place could it be considered offering a mirror of the images to for example gcr.io or quay,io?...
# Bump Helm components Updates most Helm components in https://github.com/kinvolk/lokomotive/issues/1443 STILL WIP
# Use a Deployment for kube-apiserver *First of all this isn't such a trivial and potential controversial change it is one way to tackle the issue, this is my proposal*...
# Use quay.io/kinvolk-ci/registry in Tinkerbel sandbox This is needed to bypass the Docker Hub ratelimit which we hit on the CI. Other images like Postgres and Ubuntu seem to be...
# Support the ARM64 platform on bare-metal This adds the OS Arch option to the bare-metal option to support ARM64. The changes are taken from the Packet module. # How...
# Add owner_id to the external-dns documentation example Discovered a missing example field when doing release testing. As this is required makes the example non functional. # How to use...