Niel Drummond

Results 12 issues of Niel Drummond

Currently, the client API will be able to find jobs, but will fail to run `job.getBuild` if the jenkins server configuration is not set to the same URL as the...

The previous PR got conflated with other work that we were doing, so I've re-opened with the original fix for #24 and added a mockito test.

wait-for-rebase

I believe I'm using the `consul:1.4.4` docker image, and listing a path returns a `null` value. This is the response when I use curl: ``` curl -i http://localhost:8500/v1/kv/redacted/config/?recurse=true HTTP/1.1 200...

bug

Consul actually supports binary data, as per the documentation https://www.consul.io/api/kv.html#create-update-key The library should ideally support a `Vec` as payload. Unfortunately, with the current API this requires owning a `KVPair`, which...

bug
enhancement

Currently, KV Values are returned as base64 encoded Strings containing arbitrary data. These could be decoded transparently by the library.

When using a legacy Drone YAML using this plugin, a number encoded as a string injected into the `vars` field will panic with ``` -- 2 | panic: json: cannot...

fixes #44059 **- What I did** Added an `errorDetail` field to the `CreateImageInfo` swagger v1.42 API **- How I did it** Amended API 1.42 and the future swagger for 1.43...

area/api
status/3-docs-review
area/docs
process/cherry-pick

**- What I did** Renamed the field Commit `id` in the 1.43 swagger docs and the api doc to pascalcase. **- How I did it** Modified the 1.43 swagger doc...

area/api
status/3-docs-review
area/docs
process/cherry-pick

Happy to see this crate integrate with the latest Hyper release in https://github.com/softprops/hyperlocal/pull/65 . This is working well with my testing. Is there any remaining work to publish to crates.io...