Matthew Dowdell

Results 8 issues of Matthew Dowdell

I've configured MinIO to use LDAP for access which works great. When no group configuration is present, and no policy is assigned to the user, logging into the console will...

community
triage

I have an endpoint roughly defined as follows in my swagger spec, which I'm using the RequestsClient to intercat with underneath: ```yaml /resource/{resourceID}: patch: tags: - my-tag summary: Updates resource...

At the moment, when an API returns a redirect, an exception is raised. This is contrary to the spec, i.e. [RFC 7231](https://tools.ietf.org/html/rfc7231), which considers 4XX and 5XX to be errors,...

##### ISSUE TYPE - Bug Report ##### Jenkinsapi VERSION - 0.3.11 ##### Jenkins VERSION - 2.190.1 ##### SUMMARY v0.3.11 appear to contain a breaking change for non-pipeline jobs. For example,...

stale

As it stands, it appears that only requests are validated by the `Interceptor` implementation, i.e. when the client sends the request, when the handler receives the request. In the past,...

I came across the following code in [connectrpc.com/connect](https://github.com/connectrpc/connect-go/blob/main/recover.go): ```go r := recover() // net/http checks for ErrAbortHandler with ==, so we should too. if r == http.ErrAbortHandler { //nolint:errorlint,goerr113 panic(r)...

**Is your feature request related to a problem? Please describe.** I've created a metric that counts the number of panics that occur in my handlers. I've aimed to align with...

enhancement

## Description I ran `mockery migrate` to update my v2 config to v3. This configuration included `.PackageName` and `.PackagePath` which have been renamed to `.SrcPackageName` and `.SrcPackagePath` respectively. However, only...