Jonny Stoten-Wild

Results 14 comments of Jonny Stoten-Wild

This was done in #1639 so this can be closed.

I'm a bit confused by this - MySQL certainly should use the compound index for conditions on the 'left'-most columns, eg. the `gun` index on `gun`, `role`, and `version` should...

I found the CI to not run on one of my PRs too, the fix seemed to be to rebase a few times until it started running again. :shrug:

It looks like the CI is running on a machine image that went EOL on May 31. I'll have a look at upgrading it.

Should be sorted with #1645!

I can reproduce this locally. `make test` works for me too but the CI runs: 1. `docker build --progress=plain -t notary_client .` 2. `docker run --rm -e NOTARY_BUILDTAGS --env-file buildscripts/env.list...

Hmm and now the CI isn't running again :sob: Could you try re-pushing it @bshaaban ?

> CircleCI doesn't seem to have Docker installed This is because the `make ci` step is already running in a container, so we shouldn't try to spin up more containers...

This can be closed in favor of #1641.

Yes, my thinking is that we remove that stuff from the client first (this PR) and then after the next release we can remove [the daemon-side usage](https://github.com/moby/buildkit/blob/f8a60e2c1de918bc6a114fb9ae9381cd37407efb/control/control.go#L216-L243) and rename to...