miketonks

Results 6 issues of miketonks

This adds support for etcd as a cluster, plus nice syntax. I'm also getting a problem with current library reading members list, so I'll go for a refactor and sibmit...

Source Controller seems to use http2 keep alive when cloning git repository. Error message: ``` unable to clone 'https://example.com/test/repo, error: http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR,...

enhancement
area/git

In JSON there are effectively two types of null. 1) When the key is provided, and the value is explicitly stated as null. 2) When the key is not provided,...

For compatibility with existing projects it is helpful to support the bindings tag used by go-playground/validator library.

Added two new metrics to status_detail - data rate and replication lag. Data Rate is the number of insert / delete / truncate and conflict operations, from syncstats, in the...

Refactored so that when $body is a subref, we just return it. Updated the tests and docs to reflect this. I've still a minor question around the headers: ``` #my...