Ryan Slade

Results 15 issues of Ryan Slade

Is it possible to remove trailing whitespace at the end of a line when formatting? I'm happy to have a go at this if you can point me in the...

### Plan ### Tracked issues @unassigned: __12.00d__ - [ ] https://github.com/sourcegraph/sourcegraph/issues/32494 __10.00d__ - [ ] https://github.com/sourcegraph/sourcegraph/issues/35748 - [ ] https://github.com/sourcegraph/sourcegraph/issues/35901 __2.00d__ @mollylogue: __7.00d__ - [ ] https://github.com/sourcegraph/sourcegraph/issues/35744 __4.00d__ Completed: __3.00d__...

tracking
gerrit
team/repo-management

### Plan ### Tracked issues @unassigned: __3.00d__ - [ ] https://github.com/sourcegraph/sourcegraph/issues/23676 🧶 - [ ] https://github.com/sourcegraph/sourcegraph/issues/19443 🧶 - [ ] https://github.com/sourcegraph/sourcegraph/issues/9663 🧶 - [ ] https://github.com/sourcegraph/sourcegraph/issues/42468 🧶 - [ ]...

debt
tracking
team/repo-management

Add more debug logging to help when investigating customer issues. ## Test plan None needed, only logs added

team/repo-management
cla-signed

We currently do this in code, it would be better to create a constraint in the DB instead. https://github.com/sourcegraph/sourcegraph/blob/33aab4ac871faeb2626476eac6cc9b05b8836bba/internal/database/external_services.go#L527-L560

debt
estimate/1d
team/repo-management

A DB constraint was already added. (Thanks @miveronese!) Closes https://github.com/sourcegraph/sourcegraph/issues/19878 ## Test plan Tests updated

team/repo-management
cla-signed

We've [observed](https://sourcegraph.slack.com/archives/C07KZF47K/p1663663240317159?thread_ts=1662585216.590239&cid=C07KZF47K) a situation where code host config was empty. This causes error when we attempt to unmarshal the config. We should ensure that this is not possible. /cc @jplahn...

bug
team/repo-management

We already have db constraint to stop this in most cases, but when we have encryption enabled then even an empty config is converted into an encrypted value so we...

team/repo-management
cla-signed

It's possible to define "Patterned fields" in the [spec](https://swagger.io/specification/), for example `5XX`: > Any [HTTP status code](https://swagger.io/specification/#http-codes) can be used as the property name, but only one property per code,...

openapi3filter

We currently have the `IndexingStatus` type in our GraphQL API as part of the StatusMessages query, but it is not implemented yet: https://github.com/sourcegraph/sourcegraph/blob/b99feb8b38af6b21ad665b4d77f670be367c307e/cmd/frontend/graphqlbackend/schema.graphql#L5940-L5945 Indexing status is currently only known by...

team/search-platform