438d120fb0
Make gateway state consistent + make stats interval configurable.
...
This:
* Makes the gateway stats interval configurable (default 30 sec)
* Adds GatewayState type (NEVER_SEEN, OFFLINE, ONLINE)
* Adds gateway state to gateway lists
* Fixes dashboard inconsistencies
Closes #76 .
2023-01-11 10:51:53 +00:00
d065df2805
Bump json5 from 1.0.1 to 1.0.2 in /ui ( #79 )
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 10:50:06 +00:00
687c3f21ec
Add missing <Admin> block around Delete device + format code.
...
The <Admin> block hides components when the user doesn't have sufficient
permissions to perform an UI action. Without this the 'Delete device'
button was visible, but on click, the user would be redirect to the
login page due to permission issues (API).
Fixes #71 .
2023-01-10 16:50:13 +00:00
e5e0514d9f
Fix regions regex (UI).
2023-01-09 13:28:08 +00:00
e78dac316a
Fix region config id in gateway list + add link to region.
2023-01-09 12:22:27 +00:00
103e4298fb
Add device-profile option to configure region configuration.
...
By selecting a region configuration, devices using the device-profile
will only stick to the selected region configuration, rather than the
configurations provided by the selected region common-name.
This change also renames the region 'name' option to 'id' in the region
configuration, as well it adds a 'description' to provide a human
readable description, which is used in the drop-down in the UI.
This also fixes the JS API generation. In a previous commit the the
protobuf package was updated, but the latest protobuf compiler no longer
supports generating JS code (this now requires an external plugin). This
has been fixed.
Please note that if you have implemented custom ADR algorithms that are
referring to the 'regionName' key, that you must change this to
'regionConfigId' (see the ADR code example).
2023-01-09 12:04:10 +00:00
927a68a436
Bump version to 4.1.3
2022-12-27 11:14:43 +00:00
417179ba54
Fix header z-index issue in UI.
...
The z-index of the header was set to 2000 because of Leaflet JS zoom
controls going over the header instead of under when scrolling. However,
this caused issues with the notifications and dropdowns (menu and
autocomplete).
Setting the z-index to 1001 is enough to fix the Leaflet JS issues,
without causing other issues.
2022-12-24 10:46:23 +00:00
e2682db6e2
Bump version to 4.1.2
2022-12-16 09:44:47 +00:00
fd061d4657
Bump version to 4.1.1
2022-12-13 13:48:42 +00:00
c874c97c96
Bump version to 4.1.0
2022-12-06 09:36:55 +00:00
cb3ab9466e
Fix notification z-index.
2022-12-05 11:29:44 +00:00
d91e687484
Update to latest Rust and Alpine versions.
2022-12-05 10:00:21 +00:00
c1c89d06f8
Bump version to 4.1.0-test.1
2022-11-28 15:17:53 +00:00
2428390e32
Bump loader-utils from 2.0.0 to 2.0.4 in /ui ( #66 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.0 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.0...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 12:18:46 +00:00
84dc8fd333
Bump version to 4.0.5
2022-11-28 10:23:54 +00:00
3a6e359ce1
Fix leafletjs controls floating over header.
2022-11-25 09:22:45 +00:00
bfcff17f34
Bump version to 4.0.4
2022-11-15 10:13:35 +00:00
0ac4ef51e2
Bump version to 4.0.3
2022-11-07 11:40:11 +00:00
a864bd2e5d
Add gateway metadata tab and make naming consistent.
2022-11-04 11:51:24 +00:00
0a23c71641
Add option for auto-detect measurements.
...
In case the decoded payload contains random keys the auto-detect
measurements feature will add new measurements for each uplink. With
this option it is possible to turn auto-detection off to avoid
polluting the database with many measurements.
Closes #42 .
2022-11-02 10:19:38 +00:00
577a33ec9a
Run yarn format.
2022-11-01 10:28:57 +00:00
5b3b44bce4
Fix OIDC logout URL in UI.
2022-11-01 10:28:35 +00:00
d6cc9d4fd6
Bump version to 4.0.3-test.1
2022-10-21 07:37:25 +01:00
a91fb1f73e
Bump version to 4.0.2
2022-09-28 13:05:13 +01:00
ea0f84b93d
Bump version to 4.0.1
2022-09-28 09:14:53 +01:00
bb188949df
Update dependencies + fix clippy warnings.
2022-09-26 12:58:01 +01:00
f17250c37f
Show region information in UI.
2022-09-15 10:58:37 +01:00
84a1c6e1be
Bump version to 4.0.0
2022-09-14 09:43:05 +01:00
a43ef72fb2
Fix chart tooltip date format.
2022-09-13 10:15:21 +01:00
90c5af20df
Update encodeDownlink code template.
2022-09-12 11:52:51 +01:00
0fc548d6b4
Fix object > data error in template.
...
Closes #39 .
2022-09-10 12:42:50 +01:00
cba8da2d05
Bump version to 4.0.0-rc.4
2022-09-05 22:47:47 +01:00
32889d7052
Make UI proxy work within Compose for development.
2022-09-01 14:50:46 +01:00
0fa40717e8
Add missing CN470 configuration.
...
Closes #36 .
2022-08-31 09:48:55 +01:00
ca2961c7b6
Bump version to 4.0.0-rc.3
2022-08-23 08:59:05 +01:00
d4337b10ab
Bump version to 4.0.0-rc.2
2022-08-11 12:04:21 +01:00
ca567ca562
Bump version to 4.0.0-rc.1
2022-08-10 12:36:43 +01:00
cfb4290334
Add missing isDisabled and setSkipFcntCheck switches (UI).
2022-08-09 11:07:32 +01:00
e680db3be0
Bump version to 4.0.0-test.18
2022-08-04 17:11:45 +01:00
a14adfe20b
Bump version to 4.0.0-test.17
2022-08-04 10:27:03 +01:00
341ac828b0
Bump version to 4.0.0-test.16
2022-08-01 12:59:57 +01:00
edff985ad8
Bump version to 4.0.0-test.15
2022-08-01 10:20:57 +01:00
eee1c4b4b0
Show counter value as rate per aggregation interval.
2022-07-31 13:10:16 +01:00
f58e39e503
Bump version to 4.0.0-test.14
2022-07-28 09:02:54 +01:00
7a7d3dbd4e
Add missing LoRa 2.4 gHz code-rates to enum.
2022-07-27 10:06:14 +01:00
73d581fc4c
Update version.
2022-07-26 15:29:01 +01:00
e7432986cd
Bump version to v4.0.0-test.11.
2022-07-21 16:17:41 +01:00
067869e4f0
Bump version to v4.0.0-test.10.
2022-07-21 13:49:51 +01:00
3cbc2eba9b
Bump terser from 5.13.1 to 5.14.2 in /ui ( #30 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.13.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
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-21 12:36:43 +01:00