Leonard Martin
Leonard Martin
The status component is currently hidden from view using inline CSS, however in an implementation that applies aggressive CSP controls these styles cannot be applied, and since the status element...
If I run the following command it works fine: ``` kd -f deploy/specific-deployment.yml --timeout 10m0s ``` However the same command, but using a wildcard to match multiple files fails with...
If it is empty, a field with `match` validation type passes validation even though its value does not match. The field is in a known invalid state and so validation...
Custom build params are ignored when sent on the POST body and need to be attached to the querystring. Modify the promote and rollback functions to ensure that the params...
If I use the `client.promoteBuild` method with parameters then these are not available when the build executes. It appears the root cause of this is that code at https://github.com/drone/drone-node/blob/master/lib/index.js#L331-L339 passes...