Brad Rydzewski

Results 251 comments of Brad Rydzewski

@sumangalm-1 while we appreciate the pull request and would love to merge, it cannot be merged because we would need ppc64le servers to build and publish a docker image. Without...

last I recall, the servers at minicloud expire after a certain period of time which would cause periodic outages / break our pipeline and would be problematic. We also need...

I just pushed https://github.com/drone/drone/commit/bb8c569249db8fe42cac7fee6d8c50e3b46b68ca which adds the `/healthz` and `/version` endpoints to the server. The healthceck consists of a basic database ping and returns a 200 on success and 500...

thanks for the pull request. a few comments 1. deleting the webhook should probably come after the database update 2. if deleting the webhook fails it should output warning logs,...

This is planned. As an aside, if a user leaves your company and you remove the user (ie using `drone user rm` or the api) then Drone will attempt to...

> How would auth to hosted services like AWS Elastic Container Registry or Google Container Registry work? In the case of the former, you have to generate short-lived credentials that...

> then tag and push the image with docker in docker I had considered this and ran some tests. The problem I ran into was that it was very slow....

__IMPORTANT__ please do not use the syntax described in this issue in production. The implementation is incomplete and is not fully functional. at this time I think the `exec` runner...

I think this definitely makes sense. I'm interested in other event types that we might want to add to ensure that we don't need to make any additional design changes...

there was a thread in the discourse forum: http://discourse.drone.io/t/support-for-github-event-closed-on-issues/372/6 I will copy my comments here