Adrian-Stefan Mares
Adrian-Stefan Mares
#### Summary We should expose band definitions via a gRPC API such that clients (mainly the Console) can provide a better UX. #### Why do we need this? Currently MAC...
#### Summary The end device `reset` command should also reset the AS and JS states. #### Why do we need this? Because right now we reset the NS state, which...
#### Summary Closes https://github.com/TheThingsNetwork/lorawan-stack/issues/5416 References https://github.com/go-redis/redis/pull/2110 #### Changes - Upgrade to `go-redis` `9.0.0-beta.2` - The error in the linked issue is caused by our use of `XAutoClaim`. As part of...
### Summary The Console should use the new ADR settings API (`mac_settings.adr`) instead of the legacy `mac_settings.use_adr` and `mac_settings.adr_margin` fields. ### Current Situation The Console provides the `mac_settings.use_adr` and `mac_settings.adr_margin`...
### Summary The Console should support the management of the deleted users (i.e. restoration / purging), in a similar fashion to how applications and gateways may be restored or purged....
#### Summary References https://github.com/canonical/craft-cli/issues/84 #### Why do we need this? The Goreleaser parallelism has been disabled since `snapcraft` does not support it due to the above mentioned issue. Once that...
#### Summary https://github.com/TheThingsNetwork/lorawan-stack/pull/4651 removes the `ttn:v3:ns:application-uplinks:uid::last-invalidation` keys from the application uplink queue. These keys are now unused, and may be deleted. #### Why do we need this? In order to...
#### Summary Currently we record the number of marshal and unmarshal operations that we do on protos that come from our Redis databases. I believe it would be useful if...
#### Summary References https://sentry.io/organizations/the-things-industries/issues/3103305258 References https://sentry.io/organizations/the-things-industries/issues/3107052796 This issue tracks missing validation rules from the NS device registry `Set` operations. #### Why do we need this? In order to avoid runtime...
#### Summary I think that it would be interesting if we would track the number of bytes sent towards, and from, a gateway. #### Why do we need this? The...