Skip to content

Commit

Permalink
dr: Update api definition and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Vitan committed Sep 10, 2024
1 parent 9744acb commit a1a19d8
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 582 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ For details about compatibility between different releases, see the **Commitment
- `ListFrequencyPlans` RPC has a new `gateways-only` flag.
- Option to pause application webhooks.
- Endpoint for claiming gateways using a qr code
- Update the GetTemplate endpoint in device repository to check for profile identifiers in the vendor index.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion pkg/devicerepository/store/bleve/bleve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ func TestBleve(t *testing.T) {
Name: "ZeroProfileID",
Req: &ttnpb.GetTemplateRequest{
EndDeviceProfileIds: &ttnpb.GetTemplateRequest_EndDeviceProfileIdentifiers{
VendorId: 42, // why is it allowed to have a vendor ID but no profile ID?
VendorId: 42,
},
},
Assertion: func(t *ttnpb.EndDeviceTemplate, err error) bool {
Expand Down
Loading

0 comments on commit a1a19d8

Please sign in to comment.