Philipp Schweizer Pheanox
  • Renchen
  • Joined on 2024-12-29
Pheanox pushed to main at localhorst/LocationHub 2025-03-22 10:22:25 +01:00
c0ac71ebba fix: edit wrong .gitignore :D
10e8e14cd6 feat: add docker compose to gitignore
Compare 2 commits »
Pheanox created branch feat/web-client-intial-setup in localhorst/LocationHub 2025-02-14 21:11:20 +01:00
Pheanox pushed to feat/web-client-intial-setup at localhorst/LocationHub 2025-02-14 21:11:20 +01:00
8f7d2fd1e3 feat: first state
Pheanox pushed to feat/timestamps at localhorst/LocationHub 2025-02-14 21:06:51 +01:00
39c07fcef0 refactor: only search once for wifiMessage
Pheanox pushed to feat/timestamps at localhorst/LocationHub 2025-02-02 20:10:37 +01:00
5e4fd59148 refactor to use either timestamp when one is undefined
Pheanox commented on pull request localhorst/LocationHub#14 2025-01-20 20:57:23 +01:00
Add Prometheus metrics endpoint

Ich würde das in eine extra Datei auslagern

Pheanox commented on pull request localhorst/LocationHub#14 2025-01-20 20:57:23 +01:00
Add Prometheus metrics endpoint

Ich würde auf jedenfall hier auf alle promises gleichzeitig warten mit Promise.all. Damit es wieder gleichzeitig abgearbeitet werden kann. Und dann weil sonst der Controller zu voll wird, würde ich das vermutlich in einen MetricService auslagern

Pheanox pushed to main at localhorst/LocationHub 2025-01-11 12:13:39 +01:00
7b9c6ae5b8 feat: added controller for new services
Pheanox created pull request localhorst/LocationHub#11 2025-01-06 15:48:19 +01:00
feat/new_wifi_tables
Pheanox pushed to feat/new_wifi_tables at localhorst/LocationHub 2025-01-06 15:47:59 +01:00
e43cb76e4d feat: impl. use of new tables
Pheanox created branch feat/new_wifi_tables in localhorst/LocationHub 2025-01-06 14:05:22 +01:00
Pheanox pushed to feat/new_wifi_tables at localhorst/LocationHub 2025-01-06 14:05:22 +01:00
c2e0fe94a4 feat: db tables and repo and service written
Pheanox pushed to main at localhorst/LocationHub 2025-01-03 02:02:07 +01:00
62847f569d feat: reworked ttn webhook endpoint logic
ffdb644700 Merge branch 'main' of git.mosad.xyz:localhorst/LocationHub
bc0695626f test
Compare 3 commits »
Pheanox opened issue localhorst/LocationHub#9 2025-01-02 17:09:12 +01:00
Convert DB models so that errors are thrown for important missing fields
Pheanox deleted branch feat/wigle-api from localhorst/LocationHub 2025-01-02 14:24:26 +01:00
Pheanox pushed to main at localhorst/LocationHub 2025-01-02 14:24:15 +01:00
e3aebb041f Merge pull request 'feat: Switch to auth token' (#7) from feat/wigle-api into main
755f26a93c switch to auth token
Compare 2 commits »
Pheanox merged pull request localhorst/LocationHub#7 2025-01-02 14:24:13 +01:00
feat: Switch to auth token