File tree
10 files changed
+1541
-3122
lines changed- api
- openapiv2/api
- ui
10 files changed
+1541
-3122
lines changedLines changed: 1532 additions & 2262 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 436 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 156 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Submodule chirpstack updated 65 files
- Cargo.lock+638-664
- api/go/Makefile+1
- api/go/api/application.pb.go+305-837
- api/go/api/application_grpc.pb.go-160
- api/go/api/device.pb.go+2
- api/go/api/fuota.pb.go+2.0k
- api/go/api/fuota_grpc.pb.go+614
- api/go/integration/integration.pb.go+21-8
- api/grpc-web/package.json+1-1
- api/java/build.gradle.kts+1-1
- api/js/package.json+1-1
- api/kotlin/build.gradle.kts+1-1
- api/md/Makefile+2-1
- api/php/Makefile+2-1
- api/php/composer.json+1-1
- api/proto/api/application.proto-141
- api/proto/api/device.proto+2
- api/proto/integration/integration.proto+4
- api/python/Makefile+1
- api/python/src/chirpstack_api/api/__init__.py+2
- api/python/src/setup.py+1-1
- api/rust/Cargo.toml+1-1
- api/rust/proto/chirpstack/api/application.proto-141
- api/rust/proto/chirpstack/api/device.proto+2
- api/rust/proto/chirpstack/integration/integration.proto+4
- backend/Cargo.toml+1-1
- chirpstack-integration/Cargo.toml+4-4
- chirpstack/Cargo.toml+12-9
- chirpstack/migrations_postgres/2025-08-04-085822_delete_lora_cloud_integration/down.sql
- chirpstack/migrations_postgres/2025-08-04-085822_delete_lora_cloud_integration/up.sql+4
- chirpstack/migrations_sqlite/2025-08-04-085827_delete_lora_cloud_integration/down.sql
- chirpstack/migrations_sqlite/2025-08-04-085827_delete_lora_cloud_integration/up.sql+4
- chirpstack/src/adr/plugin.rs+54-16
- chirpstack/src/api/application.rs-413
- chirpstack/src/api/device.rs+3-2
- chirpstack/src/applayer/fuota/flow.rs+21-5
- chirpstack/src/cmd/import_lorawan_device_profiles.rs+9-8
- chirpstack/src/codec/cayenne_lpp.rs+104
- chirpstack/src/codec/js/mod.rs+30-8
- chirpstack/src/codec/mod.rs+6-3
- chirpstack/src/integration/amqp.rs+5-7
- chirpstack/src/integration/loracloud/buffer.rs-99
- chirpstack/src/integration/loracloud/client.rs-695
- chirpstack/src/integration/loracloud/convert.rs-58
- chirpstack/src/integration/loracloud/mod.rs-792
- chirpstack/src/integration/mod.rs+13-6
- chirpstack/src/integration/mqtt.rs+1
- chirpstack/src/storage/application.rs+1-43
- examples/request_log/go/go.mod+3-3
- examples/request_log/go/go.sum+12-5
- lrwn-filters/Cargo.toml+1-1
- lrwn/Cargo.toml+1-1
- lrwn/src/applayer/multicastsetup/v1.rs+5-16
- lrwn/src/applayer/multicastsetup/v2.rs+5-16
- shell.nix+1
- ui/package.json+1-1
- ui/public/integrations/loracloud.png
- ui/src/stores/ApplicationStore.ts-68
- ui/src/views/applications/ApplicationLayout.tsx-4
- ui/src/views/applications/ListIntegrations.tsx-8
- ui/src/views/applications/integrations/CreateLoRaCloudIntegration.tsx-47
- ui/src/views/applications/integrations/EditLoRaCloudIntegration.tsx-56
- ui/src/views/applications/integrations/LoRaCloudCard.tsx-56
- ui/src/views/applications/integrations/LoRaCloudIntegrationForm.tsx-261
- ui/src/views/device-profiles/CreateDeviceProfile.tsx+14-4
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
| 264 | + | |
| 265 | + | |
264 | 266 |
| |
265 | 267 |
| |
266 | 268 |
| |
|
0 commit comments