drone-node icon indicating copy to clipboard operation
drone-node copied to clipboard

Node client for the Drone API

Results 6 drone-node issues
Sort by recently updated
recently updated
newest added

This fixes a bug in which the params for the promote and rollback operations were being passed to the api via the body instead of as [query string params](https://docs.drone.io/api/builds/build_promote/). Reviewing...

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...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

I was thinking that different resources would probably change together. Repositories, Builds, Users, and it may be nice to have them co-located. It would allow the splitting of tests too....

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...