Jesse Keating

Results 14 comments of Jesse Keating

Ok, thanks for the response. I understand that you have to re-implement things.

We have used the work around, but unfortunately the work around is a very long process. It can take several seconds, even minutes, to complete the `create_or_update` call, just simply...

Yeah that looks like a valid thing. It's been a while since I dug into this part of the code, but I'm guessing a `get()` call is needed, or some...

I think this is fair feedback. I had to do the same, dig through and follow code around, and got some help. It's not great that we don't have anything...

Huh, that's interesting. Though maybe I'm mis-reading the API. It seems that you want to call `branch.protect()`, which is [here in the code](https://github.com/sigmavirus24/github3.py/blob/master/src/github3/repos/branch.py#L77). What happens if you first protect it...

Thanks. I'll sort out trying to get that going soon.

Okay I think I get what you mean now. At first glance I thought you meant a git submodule and I was going to be very sad 😄 I am...

Zuul is becoming less "OpenStack" and more independent. In this case, they would be okay with some json files checked into the test paths. We could certainly do smaller files...

The cassettes are from betamax, and the [docs here](https://betamax.readthedocs.io/en/latest/introduction.html) can get you started. However the downside here is that it uses personal GitHub access tokens to record the interactions, and...

Alright, I'll set aside some time to get a cassette recorded for this. In the mean time can you fix up the merge conflict?