1271 Commits

Author SHA1 Message Date
jkingsman 907a0e4d14 Make repeater packet history legend clearer 2026-06-05 21:51:39 -07:00
jkingsman 556847ea2b Improve QoL around repeater history (brush scrubbing, better extents, per-datapoint delta on packet count 2026-06-05 21:43:52 -07:00
jkingsman 6e763a965f Add pubkey suffix to the repeater neighbors. Closes #281. 2026-06-05 21:21:33 -07:00
Jack Kingsman 57bb52820c Merge pull request #284 from jkingsman/dependabot/uv/uv-f07ca4ca9c
Bump starlette from 0.50.0 to 1.0.1 in the uv group across 1 directory
2026-06-05 20:55:48 -07:00
Jack Kingsman 6a0e02fdec Merge pull request #280 from Bjorkan/TimezoneFix
Emit UTC Z-suffixed timestamps for Community MQTT observer payloads
2026-06-05 20:54:25 -07:00
dependabot[bot] 5b0dfcd2d2 Bump starlette from 0.50.0 to 1.0.1 in the uv group across 1 directory
Bumps the uv group with 1 update in the / directory: [starlette](https://github.com/Kludex/starlette).


Updates `starlette` from 0.50.0 to 1.0.1
- [Release notes](https://github.com/Kludex/starlette/releases)
- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
- [Commits](https://github.com/Kludex/starlette/compare/0.50.0...1.0.1)

---
updated-dependencies:
- dependency-name: starlette
  dependency-version: 1.0.1
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-06 03:54:03 +00:00
Jack Kingsman a3f861787b Merge pull request #277 from jkingsman/dependabot/uv/uv-1c0655a644
Bump aiohttp from 3.13.5 to 3.14.0 in the uv group across 1 directory
2026-06-05 20:48:52 -07:00
Bjorkan 603adccb9f Emit UTC Z-suffixed timestamps for Community MQTT observer payloads 2026-06-05 10:38:17 +02:00
jkingsman 52243cbc94 Extract ACK codes for standalone ACKs (i.e. normal/non-flood). Might resolve #278? 2026-06-04 21:34:02 -07:00
dependabot[bot] 612482e26e Bump aiohttp from 3.13.5 to 3.14.0 in the uv group across 1 directory
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.0
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-04 00:05:12 +00:00
Jack Kingsman be2b7fdacc Actually fix the test issues 2026-06-01 20:27:01 -07:00
Jack Kingsman 42ed3f0289 Updating changelog + build for 3.14.1 3.14.1 2026-06-01 19:30:21 -07:00
Jack Kingsman 257f09c2b4 Be more gentle during test runs 2026-06-01 19:21:02 -07:00
Jack Kingsman bea51b894d Add packet_hash to bot kwargs. Closes #268. 2026-06-01 18:50:35 -07:00
Jack Kingsman 50af30f3bb Make the trace pane overflow neater. Closes #270. 2026-06-01 18:22:41 -07:00
Jack Kingsman 4e195f0dd1 Don't trim trailing space from repeater console input. Closes #276. 2026-06-01 18:11:18 -07:00
Jack Kingsman c721e7461a Don't display blocked contacts on the map. Closes #269. 2026-06-01 18:10:45 -07:00
jkingsman f4dd6b44a1 Fix flaky tests 2026-05-19 17:45:33 -07:00
Jack Kingsman e28981679f Merge pull request #267 from jkingsman/dependabot/uv/uv-d665ee01e3
Bump idna from 3.11 to 3.15 in the uv group across 1 directory
2026-05-19 16:32:33 -07:00
dependabot[bot] 0b0351b202 Bump idna from 3.11 to 3.15 in the uv group across 1 directory
Bumps the uv group with 1 update in the / directory: [idna](https://github.com/kjd/idna).


Updates `idna` from 3.11 to 3.15
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](https://github.com/kjd/idna/compare/v3.11...v3.15)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.15'
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-19 22:59:21 +00:00
Jack Kingsman 2462e40379 (feat) chain app nav to browser history state. Closes #250.
Hook browser back/forward to nav state
2026-05-15 22:49:20 -07:00
Jack Kingsman 89d7725a17 (bug) fix contact telemetry chart visual issues. Closes #261. 2026-05-14 21:03:06 -07:00
Jack Kingsman d5b27a2405 (bug) invalidate repeater panel map tiling on resize. Closes #262. 2026-05-14 20:57:09 -07:00
Jack Kingsman e23613d18a fix: units in lpp sensors to HA. Extends PR #260. 2026-05-14 09:01:10 -07:00
Jack Kingsman 2a6453bc5a Merge pull request #260 from mitte2/mitte2-patch-1
current sensor unit
2026-05-14 08:58:28 -07:00
Jack Kingsman f3e9953b48 Fix linting 2026-05-14 08:58:18 -07:00
mitte2 48fd2412e8 current sensor unit
fix wrong unit in lpp sensors, add convertion between A and mA
2026-05-14 17:47:52 +02:00
Jack Kingsman 9b67512225 Merge pull request #239 from Bjorkan/API-test
Add Swagger UI API page to /docs
2026-05-14 08:44:17 -07:00
Bjorkan 40591610ea Removed button from Integration page 2026-05-14 10:28:02 +02:00
Jack Kingsman 6cfd5eff63 Updating changelog + build for 3.14.0 3.14.0 2026-05-13 18:16:32 -07:00
Jack Kingsman 9addb2b403 Merge pull request #229 from jkingsman/tracked-contact-telemetry
Tracked contact telemetry
2026-05-13 17:52:32 -07:00
Jack Kingsman 2778e8bd4f Don't use ghost shape of telemetry, and fix ceiling behavior 2026-05-13 17:47:24 -07:00
Jack Kingsman 896267ff7e Fix migration bump 2026-05-13 17:30:07 -07:00
Jack Kingsman a4fd1d3b37 Propagate to HA 2026-05-13 17:30:07 -07:00
Jack Kingsman 2eb8ac15a8 Reject repeaters from contact telemetry opt-in 2026-05-13 17:30:06 -07:00
Jack Kingsman 84aa352be3 Split up setting to be a bit neater 2026-05-13 17:30:06 -07:00
Jack Kingsman 7f1bb92e92 Add telemetry config to radio settings 2026-05-13 17:30:05 -07:00
Jack Kingsman 0bd0c062f2 Initial tracke telemetry for contacts 2026-05-13 17:30:05 -07:00
Jack Kingsman 83da01fe45 Test fixtures matching contact shape 2026-05-13 17:20:58 -07:00
Jack Kingsman dc02015c43 Drop back to empty state on deleted contact or bad hash in history 2026-05-13 17:16:04 -07:00
Jack Kingsman ecdcbd85d4 Don't push history when we've gotten here via popstate 2026-05-13 17:05:59 -07:00
Jack Kingsman 72f3d95acf Fix gap in don't-ingest logic. Closes #247. 2026-05-13 16:59:29 -07:00
Jack Kingsman b77660196b Persist login status for room servers. Closes #244. 2026-05-13 16:52:32 -07:00
Jack Kingsman 79c8b45d89 Don't forward unparseable packets to community endpoints. Closes #255. 2026-05-13 16:43:52 -07:00
Jack Kingsman baca8b5234 Merge pull request #253 from MartinFournier/feature/community-mqtt-websocket-path
Add WebSocket path config for community MQTT
2026-05-13 16:40:11 -07:00
Jack Kingsman f1a27279e8 Merge pull request #258 from Rescla/main
Remove autoComplete="off" from MessageInput textarea
2026-05-13 16:39:58 -07:00
Jack Kingsman 5033beacc9 Add test and simplify strip logic 2026-05-13 16:36:45 -07:00
Jack Kingsman 6e4f1ac47b Drop token renewal time to one hour. Closes #248. 2026-05-13 16:31:16 -07:00
Jack Kingsman 8905392b29 Add missing frequencies. Closes #245. 2026-05-13 16:28:05 -07:00
Jack Kingsman e95acecbfb Stable packet analytics coloring. Closes #246. 2026-05-13 16:15:41 -07:00