Steve Peak

Results 54 comments of Steve Peak

I see posting builds, but not an endpoint for `GET` builds. I would guess it's simply at ``` curl -X GET JENKINS_URL/job/JOB_NAME/build/BUILD_NUM ``` > There likely is an authorization token...

Thanks for the details here. So the environment variables you stated would be used to authorize access to the BUILD_URL endpoint? ❤️ Love it! How would I use the cookie...

That would be great! Here are some ideas of the information we would like to verify in order to accept uploads: 1. repository slug being tested `owner/repo` 2. if the...

Here is an example: ``` json { "finished": false, "build_num": 145, "slug": "owner/repo", "commit": { "sha": "815be8d6e1af1c3449407cc6d085b550f14b907d", "branch": "master", "is_merge_commit": false } } ```

Sure :) Thank you for the feedback. We welcome pull requests if you feel inclined to contribute.

Hey @kgryte thank you for the feature suggestion. I do not know of a way to have both these options work without locking stdin on the first call below: ```...

I'll investigate 👍 Thank you @nelsonic

Hey @iteles, we certainly wish to support it and it's just a matter of understanding how to generate coverage reports and what format the reports are in. Here are the...

@wilzbach there is also https://github.com/kennethreitz/responder which is a solid project for ASGI apps. I was planning on changing Flask to Responder. Assume that works with gunicorn too

@caiofbpa You certainly could :) I have not got the chance to review the exact needs to get the Safari extension working. This repository is open source and you are...