b5c1fd4082
Update Rust image.
v4.0.0-test.8
2022-07-18 21:10:20 +01:00
038614b44d
Update Python SDK.
2022-07-18 14:25:32 +01:00
626af4fadc
Update configfile template.
2022-07-18 12:01:29 +01:00
bfefdf2ae5
Run cargo update.
2022-07-18 10:14:30 +01:00
72e72446a2
Disable activation key form for OTAA.
...
Closes #10 .
2022-07-14 11:42:07 +01:00
68b1de87f3
Rename setItem to setQueueItem.
...
This was renamed to be more consistent with the multicast enqueue message.
2022-07-13 12:35:13 +01:00
51a93f851e
Bump openssl-src from 111.20.0+1.1.1o to 111.22.0+1.1.1q ( #29 )
...
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs ) from 111.20.0+1.1.1o to 111.22.0+1.1.1q.
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases )
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits )
---
updated-dependencies:
- dependency-name: openssl-src
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-13 12:22:44 +01:00
ae94d0ce43
Bump moment from 2.29.3 to 2.29.4 in /ui ( #28 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-13 12:22:12 +01:00
36ec11d175
Annotate gRPC methods for REST interface gen.
...
The option(google.api.http) annotations can be used by for example
https://github.com/grpc-ecosystem/grpc-gateway to generate a gRPC to
REST proxy.
2022-07-13 12:18:46 +01:00
e1da9f75ae
Fix serving backend interfaces using TLS.
2022-07-13 12:15:38 +01:00
4131ed38ec
Add Kafka integration.
2022-07-12 09:37:15 +01:00
8350494846
Remove mqtt state topic.
...
Adding this was probably not a good idea. For a number of reasons:
Persisted messages do not expire, so the database of messages will grow
over time, even when devices are removed.
Other integrations have nothing similar.
Decoded uplink events will probably data that could be seen as a certain
state (e.g. parking spot occupied or not), but are published as events.
2022-07-11 13:59:54 +01:00
9ecfbab5b5
Add missing re-connect config in mqtt connection options.
2022-07-08 13:57:34 +01:00
0d4003a2be
Add global AMQP integration.
2022-07-07 10:16:55 +01:00
96ab49944c
Add IFTTT integration.
2022-07-06 15:43:00 +01:00
9ab2f77ee2
Fix CodeMirror not refreshing on value change.
...
On changing a different device-profile template and thus changing the
this.state.value, CodeMirror would not rerender until focussing the
textarea field.
2022-07-05 15:18:43 +01:00
6dbbaff7b6
Add button to set gw to current location.
2022-07-05 14:48:02 +01:00
7baedd1bf9
Add Prometheus metrics for gw backend + API methods.
2022-07-05 14:00:57 +01:00
9eeee3759c
Rename f_cnt_up to f_cnt.
2022-07-01 15:09:50 +01:00
fb74bda3fd
Fix merging device-profile and device tags.
2022-07-01 14:53:29 +01:00
777b95ef1d
Add global PostgreSQL integration.
2022-07-01 14:52:38 +01:00
a46b0a9469
Move deduplication_id in LogEvent to context field.
2022-06-30 19:30:56 +01:00
f27b8da38d
Re-implement passive-roaming.
2022-06-30 11:17:26 +01:00
3fd821ebdf
Update version to v4.0.0-test.7.
api/go/v4.0.0-test.7
v4.0.0-test.7
2022-06-29 14:10:50 +01:00
a04d47833f
Render empty bar and heatmap charts.
2022-06-29 09:26:42 +01:00
462ff3665d
Fix missing Card import.
2022-06-28 15:12:34 +01:00
a01f8565fd
Implement support for quick device measurement metrics.
2022-06-28 15:05:42 +01:00
4fa9341139
Bump version.
api/go/v4.0.0-test.6
v4.0.0-test.6
2022-06-10 12:32:09 +01:00
8a695d341c
Add missing classCTimeout and abpRx1DrOffset on template select.
...
Closes #27 .
2022-06-10 12:22:07 +01:00
32cf56af53
Bump crossbeam-utils from 0.8.6 to 0.8.8 ( #26 )
...
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam ) from 0.8.6 to 0.8.8.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases )
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.6...crossbeam-utils-0.8.8 )
---
updated-dependencies:
- dependency-name: crossbeam-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08 14:15:31 +01:00
804c876aa7
Format UI code.
2022-06-08 14:10:04 +01:00
fef42fa192
Update openidconnect dependency.
2022-06-07 19:51:48 +01:00
1fbc4e5391
Fix accidentally committed changes.
2022-06-07 19:50:14 +01:00
1236b4dba9
Update rust-embed dependency.
2022-06-07 19:42:15 +01:00
32c4495f0f
Bump openssl-src from 111.17.0+1.1.1m to 111.20.0+1.1.1o ( #25 )
...
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs ) from 111.17.0+1.1.1m to 111.20.0+1.1.1o.
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases )
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits )
---
updated-dependencies:
- dependency-name: openssl-src
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 19:30:47 +01:00
8594c14c24
Bump protobufjs from 6.11.2 to 6.11.3 in /api/js ( #24 )
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 6.11.2 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/compare/v6.11.2...v6.11.3 )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 19:30:33 +01:00
d9d3f14e80
Implement support for device-profile templates + TTN importer.
2022-06-07 19:29:59 +01:00
d1630e5722
User should not be able to delete its own user record. ( #13 )
...
Signed-off-by: SAGAR PATEL <sagar.a.patel@slscorp.com >
2022-06-07 11:53:23 +01:00
ba4aeb849c
Bump follow-redirects from 1.13.2 to 1.15.0 in /ui ( #18 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.13.2 to 1.15.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.2...v1.15.0 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 11:51:25 +01:00
25c71c5483
Do not flush dev_ and join_ nonces when updating AppKey for OTAA ( #22 )
...
Signed-off-by: SAGAR PATEL <sagar.a.patel@slscorp.com >
2022-06-07 11:51:04 +01:00
3b426471b3
Re-implement copy to clipboard (DevAddr, EUI and AES keys).
2022-06-07 11:47:25 +01:00
2e1c907df0
Add generate api docs in Markdown.
2022-06-05 08:25:13 +01:00
bd79e72bdb
Add check to make sure gateway region = device-profile region.
2022-05-24 20:53:20 +01:00
3486d94441
Fix Buffer to Protobuf setData casting.
2022-05-24 20:28:36 +01:00
3199276c83
Fix missing Buffer reference.
...
Closes #23 .
2022-05-24 16:22:54 +01:00
f4478864ee
Fix clippy warnings.
2022-05-24 16:15:12 +01:00
a0f56c0ff6
Fix updating rx1 delay on config change.
2022-05-24 16:09:08 +01:00
5b1d70cdbf
Integrate Buffer class into JS codec runtime.
2022-05-10 14:08:47 +01:00
a656b9f3a1
Bump browserslist from 4.16.3 to 4.20.3 in /ui ( #21 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.3 to 4.20.3.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.20.3 )
---
updated-dependencies:
- dependency-name: browserslist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 09:07:47 +01:00
3908fc0846
Bump path-parse from 1.0.6 to 1.0.7 in /ui ( #20 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 09:07:37 +01:00