Hylke Visser
Hylke Visser
After working on #633 I realized that it may be possible to trigger the builtin retry behavior of `database/sql` when receiving `FATAL` errors from PostgreSQL (for instance, the `57P01 terminating...
### Summary Once the OpenTelemetry Go libraries have stable support for metrics (see https://github.com/open-telemetry/opentelemetry-go/milestones) we should consider switching from using the Prometheus library to the OpenTelemetry library. ### Current Situation...
### Summary In https://github.com/TheThingsNetwork/lorawan-stack/pull/5642 I started adding OpenTelemetry trace regions to `pkg/identityserver/bunstore`. We should instrument more code in other packages, and set up exporters and such. ### Current Situation We...
#### Summary We should periodically clean up old Docker snapshots #### Why do we need this? Because we don't need to keep every snapshot forever #### What is already there?...
#### Summary It would be good to write some documentation for registering (and working with) OAuth clients. #### Why do we need this ? To help users integrate The Things...
### Summary We should take a look at the performance of our IS queries and see where we can create indexes to improve performance. ### Current Situation 1. We have...
#### Summary I think we should remove the `repeated ContactInfo` from entities and instead add `UserIdentifiers` for administrative, technical and security contacts. #### What is already there? What do you...
### Summary #5674 adds connection checking to the Identity Server database connection pool (for the `pgx` database driver). Once https://github.com/uptrace/bun/pull/635 lands in a release, we should also enable that for...
### Summary https://github.com/TheThingsNetwork/lorawan-stack/pull/5642 added a new implementation of the Identity Server storage layer (`pkg/identityserver/bunstore`) behind a feature flag (`is.bunstore`). Once we're satisfied with the new implementation, we should... 1. Enable...
#### Summary We should add functionality to the Console (and/or account app) to list and edit contact info, and to (re-)request validation of that contact info. #### What is already...