Brad Rydzewski
Brad Rydzewski
the `wait` feature is only used because it was previously impossible to `restart` a build while it was running, which is why polling was implemented. This limitation no longer exists....
if there are concerns about this being a breaking change ... > the wait field should be repurposed to wait for the build to complete and, if the build fails,...
@yahaha-yes thanks, added a reference to our docs https://github.com/drone/docs/blob/master/content/api/overview.md
The `deploy` value is freeform and may contain special characters, spaces, etc. @tphoney do we know that all providers (github, gitlab, gitea, bitbucket, stash, azure) support freeform text and no...
The first step to supporting a new Git provider is to add support to these libraries: - https://github.com/drone/go-scm/tree/master/scm/driver - https://github.com/drone/go-login You can see a similar pull request here where someone...
Great catch. I feel like there may be one more bug fix needed. Once we properly escape the reference it would prevent the subsequent scm.TrimRef call from working properly. I'm...
@chamhaw this needs to be addressed before we can get this merged > Once we properly escape the reference it would prevent the subsequent scm.TrimRef call from working properly I...
Drone currently only supports `{owner}/{repo}` pattern. Changing to support subgroups will require database, api, router, cli and web changes. So pretty much every layer of the system would need to...
We have determined that subgroups are __out of scope__ for drone. This would require a significant amount of effort and refactoring of the entire stack, the user interface, and hundreds...