Ryan Slade
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__...
### 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 🧶 - [ ]...
Add more debug logging to help when investigating customer issues. ## Test plan None needed, only logs added
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
A DB constraint was already added. (Thanks @miveronese!) Closes https://github.com/sourcegraph/sourcegraph/issues/19878 ## Test plan Tests updated
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...
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...
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,...
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...