dependabot[bot]
264f51a190
Bump ws from 7.5.9 to 7.5.10 in /ui ( #441 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 12:21:54 +01:00
dependabot[bot]
abde97f46d
Bump braces from 3.0.2 to 3.0.3 in /ui ( #436 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 12:21:35 +01:00
Orne Brocaar
63bc1b57de
ui: Fix isGatewayAdmin build error.
2024-07-09 11:25:10 +01:00
Orne Brocaar
f854236b79
Bump version to 4.9.0-test.3
2024-06-26 14:57:17 +01:00
Orne Brocaar
68473906c9
Bump version to 4.9.0-test.2
2024-06-25 12:27:28 +01:00
Orne Brocaar
3f1a47e1e2
Integrate Gateway Mesh feature.
...
This adds a Gateway Mesh section to the web-interface (+ API endpoints)
to see the status op each Relay Gateway within the Gateway Mesh.
The Gateway Mesh (https://github.com/chirpstack/chirpstack-gateway-mesh )
is an experimental feature to extend LoRaWAN coverage throug Relay
Gateways.
2024-06-25 11:37:57 +01:00
Bernd Storath
a0abd4a4bb
ui: Fix empty string in revision column ( #432 )
2024-06-10 14:59:18 +01:00
Orne Brocaar
4968f5d792
Bump version to 4.8.1
2024-05-13 16:47:14 +01:00
Orne Brocaar
c3de89a4a4
Bump version to 4.8.0
2024-05-13 15:35:00 +01:00
Orne Brocaar
73ad79a356
Bump version to 4.8.0-test.5
2024-05-09 13:45:24 +01:00
Orne Brocaar
d03870ff11
Bump version to 4.8.0-test.4
2024-05-09 11:22:22 +01:00
Orne Brocaar
e0a9e52cca
Bump version to 4.8.0-test.3
2024-05-09 08:48:43 +01:00
Orne Brocaar
b7dad2a7d0
Add RP002-1.0.4 option to device-profile.
2024-05-08 15:05:14 +01:00
dependabot[bot]
17ae49ca7d
Bump ejs from 3.1.9 to 3.1.10 in /ui ( #414 )
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 10:56:22 +01:00
Orne Brocaar
c51653d1bc
Fix loading options (onFocus > onDropdownVisibleChange).
...
onFocus is only triggered when when dropdown doesn't have focus where
onDropdownVisibleChange is always triggered when opening / closing the
dropdown.
Closes #334 .
2024-05-03 12:42:33 +01:00
Orne Brocaar
487f785302
Add option to increase RX1 Delay in device-profile.
...
In general ChirpStack is configured with a rx1_delay configuration
matching the network latency (e.g. on cellular, one might want to set
this to rx1_delay=3). However, this does not take into account a
possible latency of the end-application. Handling the uplink and
enqueueing a downlink might take more time than the configured rx1_delay
(and get_downlink_data_delay) allows.
This option makes it possible to increase the RX1 Delay in the
device-profile. If the RX1 Delay has between increased relative to
the system default, then the get_downlink_data_delay will be
incremented with the same amount of seconds.
2024-05-02 10:29:10 +01:00
Orne Brocaar
a5ff416fa2
Implement storing + display duty-cycle stats.
...
Note that these stats are only available for Concentratord based
gateways as these metrics must be aggregated by the gateway.
2024-04-17 14:34:11 +01:00
Orne Brocaar
9207effb5b
Bump version to 4.8.0-test.2
2024-04-10 10:12:06 +01:00
Orne Brocaar
b3ba23f32c
Bump version to 4.8.0-test.1
2024-04-04 15:25:59 +01:00
Orne Brocaar
d170c7dd79
api: Remove generated API files from repo + update build.
...
All these files can be generated using the `make api` command and there
is no real need to commit these into the repo. Only the api/go files
need to be comitted of how the Go import system works.
This also updates the Rust, Go, JS and gRPC-web (JS) code generation and
UI build to use the nix-shell environment instead of using Docker.
2024-04-01 14:27:15 +01:00
SAGAR PATEL
a91f5ff1d3
ui: Fix drawer header z-index issue in UI. ( #393 )
...
The z-index of the header was set to 1000 and the drawer header is behind the UI header so single frame download and title not displaying
Setting the z-index to 1002 is enough to fix the Drawer header issue.
2024-04-01 12:20:10 +01:00
dependabot[bot]
cd179dd16f
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /ui ( #388 )
...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware ) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases )
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4 )
---
updated-dependencies:
- dependency-name: webpack-dev-middleware
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 14:13:31 +00:00
dependabot[bot]
23e0613970
Bump express from 4.18.2 to 4.19.2 in /ui ( #392 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 14:10:24 +00:00
Orne Brocaar
c71b856c78
Align multicast class-b ping-slot config.
...
This aligns the multicast class-b ping-slot configuration with the way
how it is configured in the device-profile. This deprecates the
class_b_ping_slot_period field in favor of the class_b_ping_slot_nb_k
field, which should be a value between 0 - 7 (this is defined and
explained by the LoRaWAN specification).
Closes #255 .
2024-03-26 16:45:24 +00:00
Orne Brocaar
f970e94cca
Show version in UI (for admin users).
...
Closes #73 and #158 .
2024-03-26 09:01:21 +00:00
Orne Brocaar
54b10cb693
ui: Run code formatter.
2024-03-19 14:14:18 +00:00
Orne Brocaar
8cde912fdf
Show error when navigator.clipboard is not available.
...
There can be multiple reasons for this, e.g. it is not supported by the
browser or the browser does not provide this feature because there is no
secure context (HTTP).
Closes #231 .
2024-03-19 14:12:03 +00:00
dependabot[bot]
a254f70fe1
Bump follow-redirects from 1.15.4 to 1.15.6 in /ui ( #384 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
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>
2024-03-19 10:38:57 +00:00
Orne Brocaar
cef454920e
Document missing recvTime codec option.
...
Closes #385 .
2024-03-19 10:38:08 +00:00
Orne Brocaar
8c875c3bf1
Bump version to 4.7.0
2024-03-13 10:44:21 +00:00
Orne Brocaar
34ca1c2d6b
Hide change password on oAuth2 login.
2024-03-05 10:06:08 +00:00
Orne Brocaar
519f53940e
Bump version to 4.7.0-test.4
2024-02-27 16:48:40 +00:00
dependabot[bot]
a1c3431719
Bump follow-redirects from 1.15.3 to 1.15.4 in /ui ( #353 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4 )
---
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>
2024-01-12 15:54:33 +00:00
Orne Brocaar
be26e60111
Bump version to 4.7.0-test.3
2024-01-12 09:19:50 +00:00
Orne Brocaar
2e104dc6ef
Fix OIDC and oAuth2 logout redirect.
...
This regression was introduced when implementing the oAuth2 auth
backend. As we are redirecting to an external URL, we should not use
`navigate`.
2024-01-12 09:03:05 +00:00
Orne Brocaar
e1334f647d
Bump version to 4.7.0-test.2
2024-01-11 15:42:16 +00:00
Orne Brocaar
cc47958839
Bump version to 4.7.0-test.1
2024-01-11 12:48:18 +00:00
Orne Brocaar
e379e8738c
ui: Fix black bg in jsontree after update.
2023-12-20 13:24:33 +00:00
Orne Brocaar
9f67b9c221
Implement direct redirect for OIDC and OAuth login.
2023-12-19 14:31:21 +00:00
Orne Brocaar
9198d7d51b
Implement Clerk as authentication backend (OAuth2).
2023-12-19 13:49:16 +00:00
Orne Brocaar
f57aa32f23
ui: Update dependencies.
2023-12-11 16:14:13 +00:00
Orne Brocaar
f647949c05
Bump version to 4.6.0
2023-12-07 09:13:36 +00:00
Orne Brocaar
20e28407d0
Bump version to 4.6.0-test.4
2023-11-28 13:01:40 +00:00
Orne Brocaar
1b0deedb64
ui: Update dependencies.
2023-11-23 15:54:00 +00:00
Orne Brocaar
3538145e3d
Add allow roaming option to device-profile.
2023-11-23 08:53:47 +00:00
Orne Brocaar
f13a5f492c
Bump version to 4.6.0-test.3
2023-11-22 11:28:00 +00:00
Orne Brocaar
5fd56e7e3c
Bump version to 4.6.0-test.2
2023-11-20 12:33:52 +00:00
Orne Brocaar
f81b868a31
ui: Reload device on change event.
...
Fixes #319 .
2023-11-13 14:17:45 +00:00
Orne Brocaar
464937169b
ui: Make device metric name optional.
...
If enabled, metrics will be automatically detected and created based on
the decoded payload. The key will be set, but the name is left blank for
the user to configure. This can be confusing as it leads to validation
errors in the device-profile form if the name is not filled in.
The UI does show that one of the fields failed to validate, but even
with such notification, it is not clear that users have to check one
of the form tabs which they didn't edit on save.
This makes the name optional and uses the key as fallback such that
saving the form no longer fails in case the name is still blank.
Closes #313 .
2023-11-10 16:50:17 +00:00
Orne Brocaar
b6d390b6ad
ui: Fix setting initial tagsMap in TenantForm.
2023-11-07 09:46:02 +00:00