e8d001441c
Bump version to 4.13.0-test.1
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
api/go/v4.13.0-test.1
v4.13.0-test.1
2025-05-23 09:36:26 +01:00
10e7907251
Generate API code.
2025-05-23 09:30:16 +01:00
39df55afb4
MeshCommand does not need a timestamp.
2025-05-23 09:14:57 +01:00
038e45e8f0
api: Rename Mesh to MeshEvent.
...
This is needed as we are also adding commands, thus we need MeshEvent
and MeshCommand messages.
2025-05-23 09:14:57 +01:00
5cf1120f20
Update gw proto & refactor Mesh Heartbeat event.
...
This refactors the gateway protobuf payloads, such that the
Concentratord can publish an Event message, containing one of the
possible events published by the Concentratord (uplink, stats or mesh
event). It also combines the possible Concentratord commands into a
single Command message. This simplifies the ZMQ interface as it is no
longer needed to match the payload type by string.
This also refactors the MeshHeartbeat message into a Mesh message, which
can contain multiple events, of which the Heartbeat is one of the
possible events.
The future goal is to make it possible to send different types of events
from the Gateway Mesh Relay gateways (e.g. battery status, ...) and to
make it possible to also send proprietary event types.
2025-05-23 09:14:57 +01:00
b8e14058f2
Geplace GETDEL by pipelined GET and DEL commands. ( #682 )
...
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
GETDEL was added in Redis 6.2, but is unfortunately not supported on all Azure Cache for Redis tiers.
Fixes #680 .
2025-05-21 10:15:05 +01:00
10731c2be5
Make amqp integration exchange configurable ( #677 )
2025-05-21 09:45:19 +01:00
f1d46b1bc9
Update scheduler_run_after at device-session get.
...
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
This moves the setting of the scheduler_run_after to the function to get
the device-session based on provided PHYPayload. This way we reduce the
risk of overlapping Class-B / -C downlinks with a Class-A downlink, as
we update the scheduler_run_after during the "FOR UPDATE" transaction.
This also reduces one SQL query, as we combine it with the updating of
the device-session query (to update the uplink FCnt value).
2025-05-12 11:05:02 +01:00
c954cd3645
Store temp. mac-command state in device-session.
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
2025-05-09 14:27:25 +01:00
188ef3d8f3
Bump version to 4.12.1
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
api/go/v4.12.1
v4.12.1
2025-05-02 11:16:19 +01:00
0cff864f60
ui: Remove CodeEditor reloadKey.
...
With the migration from codemirror to ace, this workaround is no longer
needed to correctly render the UI component.
2025-05-02 11:09:59 +01:00
156f42ab82
Bump version to 4.12.1-test.1
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
api/go/v4.12.1-test.1
v4.12.1-test.1
2025-05-02 09:50:35 +01:00
c8b496d33f
Update sqlite version in cross config.
2025-05-02 09:42:57 +01:00
8d2faf2d15
Update dependencies.
2025-05-02 09:42:24 +01:00
55d9ce0359
Bump vite from 6.2.6 to 6.2.7 in /ui ( #668 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.6 to 6.2.7.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.7/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.2.7
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-02 08:52:27 +01:00
d002f5c97b
ui: Format code.
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
2025-04-28 10:18:44 +01:00
9cf12a187c
ui: Clear tenant id after delete.
...
Fixes #635 .
2025-04-28 10:18:05 +01:00
1b5e5972f4
ui: Fix JSON enqueue issue / code-editor render issue.
...
This fixes two issues:
- An error logged to the console when enqueueing a JSON downlink payload
(Q.Va is not a function).
- The codemirror editor has been replaced by ace, to solve a potential
rendering issue within ReactJS / Antd.
Closes #658 .
2025-04-28 10:09:52 +01:00
330f5dcae0
Bump version to 4.12.0
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
api/go/v4.12.0
v4.12.0
2025-04-22 09:01:31 +01:00
92b2439377
Bump version to 4.12.0-test.4
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
api/go/v4.12.0-test.4
v4.12.0-test.4
2025-04-21 15:23:08 +01:00
6d084b3b21
Add option to pass auth. header to join-server.
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
2025-04-16 10:55:08 +01:00
75e9106bbb
Remove lazy_static dependency.
2025-04-16 09:51:49 +01:00
4ce4828a78
lrwn: Remove lazy_static dependency.
CI / tests (postgres) (push) Waiting to run
CI / tests (sqlite) (push) Waiting to run
CI / dist (postgres) (push) Blocked by required conditions
CI / dist (sqlite) (push) Blocked by required conditions
2025-04-15 16:06:03 +01:00
9ecf4fef1b
ui: Update vite to v6.2.6.
2025-04-15 15:54:17 +01:00
8f9316af2c
Bump golang.org/x/net from 0.33.0 to 0.36.0 in /examples/frame_log/go ( #651 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.33.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.36.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-15 15:28:32 +01:00
1f2a7d390a
Bump vite from 5.4.12 to 5.4.18 in /ui ( #652 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.12 to 5.4.18.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.18/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.18/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.18
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-15 15:28:19 +01:00
990bf57da5
Update dependencies.
2025-04-15 15:07:10 +01:00
b336690a65
Update tonic to 0.13.
2025-04-15 15:00:23 +01:00
7597bcaabf
Replace tenant UUID by gen_random_uuid() in pg migration.
...
This should have been part of 5fd57de6ce
.
2025-04-15 13:51:53 +01:00
0ae1294a63
Show origin in case of parse error.
...
Fixes #632 .
2025-04-15 13:32:01 +01:00
8e0a29ed55
Update PostgreSQL to v13 in tests.
...
This is oldest version that is still supported.
2025-04-15 12:41:49 +01:00
5fd57de6ce
Replace static UUID by gen_random_uuid() in pg migration.
...
Fixes #634 .
2025-04-15 12:28:44 +01:00
d91fb77617
Install cargo-deb through shell.nix.
2025-04-15 11:29:01 +01:00
fa63c306fd
Add default ADR example in JS.
2025-04-15 10:16:17 +01:00
7d1e85e575
Bump golang.org/x/net from 0.33.0 to 0.36.0 in /api/go ( #639 )
...
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.33.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-26 11:40:20 +00:00
e392f52444
Update prometheus-client dependency.
2025-03-26 11:34:22 +00:00
e30a2e0e77
Bump version to 4.12.0-test.3
CI / tests (postgres) (push) Waiting to run
CI / tests (sqlite) (push) Waiting to run
CI / dist (postgres) (push) Blocked by required conditions
CI / dist (sqlite) (push) Blocked by required conditions
api/go/v4.12.0-test.3
v4.12.0-test.3
2025-03-25 13:43:56 +00:00
b2adac5a49
Fix formatting (cargo fmt).
CI / tests (postgres) (push) Waiting to run
CI / tests (sqlite) (push) Waiting to run
CI / dist (postgres) (push) Blocked by required conditions
CI / dist (sqlite) (push) Blocked by required conditions
2025-03-25 13:13:41 +00:00
ca7b0a2e61
Fix sqlite migration typo.
2025-03-25 11:31:12 +00:00
849d27f148
Fix cargo clippy feedback.
2025-03-25 11:31:07 +00:00
5ce35eef5e
ui: Disable start fuota deployment button once started.
CI / tests (postgres) (push) Waiting to run
CI / tests (sqlite) (push) Waiting to run
CI / dist (postgres) (push) Blocked by required conditions
CI / dist (sqlite) (push) Blocked by required conditions
2025-03-24 11:38:07 +00:00
236b468aa4
Store and increase TS004 session_cnt per device.
...
For TS004 v2.0.0, the session_cnt must be incremented for every
fragmentation-session.
2025-03-24 11:33:16 +00:00
c130be9dd0
Bump redis from 0.29.1 to 0.29.2 ( #636 )
...
Bumps [redis](https://github.com/redis-rs/redis-rs ) from 0.29.1 to 0.29.2.
- [Release notes](https://github.com/redis-rs/redis-rs/releases )
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.29.1...redis-0.29.2 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 09:53:11 +00:00
4b77fa441d
Bump version to 4.12.0-test.2
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
api/go/v4.12.0-test.2
v4.12.0-test.2
2025-03-20 12:25:23 +00:00
c137136d4d
Update chirpstack configfile template.
...
See also chirpstack/chirpstack-docs#25
2025-03-20 11:49:07 +00:00
27689d172f
Bump vite from 5.3.6 to 5.4.12 in /ui ( #604 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.3.6 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-20 11:26:39 +00:00
730ed09840
Update Rust toolchain version.
CI / tests (postgres) (push) Waiting to run
CI / tests (sqlite) (push) Waiting to run
CI / dist (postgres) (push) Blocked by required conditions
CI / dist (sqlite) (push) Blocked by required conditions
2025-03-20 10:58:30 +00:00
105ea2806a
Remove rand_core and import re-export.
2025-03-20 10:53:14 +00:00
8f34ea2ca5
Bump golang.org/x/net from 0.23.0 to 0.33.0 in /api/go ( #599 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.23.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.23.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-20 10:41:12 +00:00
447df411df
Bump golang.org/x/net from 0.23.0 to 0.36.0 in /examples/request_log/go ( #627 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.23.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.23.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-20 10:40:58 +00:00