lorawan-stack
lorawan-stack copied to clipboard
The Things Stack, an Open Source LoRaWAN Network Server
### Summary While creating the device using APIs, we see that the `version_ids.serial_number` field is ignored. We have included the `version_ids` values (`brand_id`, `model_id`, `serial_number`) in the request body of...
#### Summary Closes #5597 #### Changes - Add `field_mask` field to webhook templates and entities - Apply the field mask (if present) before marshalling the uplink - Console integration ####...
#### Summary Refers to #4847 The provisioning part of the device onboarding #### Changes - Add joinEUI logic - Add claiming - Add regular registration - Refactor validation schemas ####...
#### Summary This PR applies two small styling fixes. #### Changes - Allow displaying checkbox labels with title styling - Fix incosistent vertical placement of tooltip icons - Fix proptype...
#### Summary Closes #5403 #### Changes - Add rpc to list all bands - TBD #### Testing TBD ##### Regressions n/a #### Notes for Reviewers ... #### Checklist - [...
#### Summary OS counterpart of https://github.com/TheThingsIndustries/lorawan-stack/pull/3382 #### Changes - Add smoke tests for application subpages - Add smoke tests for gateway subpages - Add smoke tests for organization subpages ####...
#### Summary This quickfix PR will prevent users from accidentally navigating away when changing payload formatters in the Console. #### Changes - Refactor ``-component a bit - Add `` to...
#### Summary References #3947 OS counterpart of https://github.com/TheThingsIndustries/lorawan-stack/pull/3304 This PR adds the new gateway onboarding which retires the old gateway registration form. The OS version of the gateway onboarding only...
#### 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 OS Counterpart of https://github.com/TheThingsIndustries/lorawan-stack/pull/3380 #### Changes - Ensure that 404s will not cause the request handler to throw, since it is an expected result if a package association...