Commit Graph

705 Commits

Author SHA1 Message Date
Pablo Revilla
39c0dd589d Worked on /api/packet. Needed to modify
- Added new api endpoint /api/packets_seen
- Modified web.py and store.py to support changes to APIs.
- Started to work on new_node.html and new_packet.html for presentation of data.
2025-11-13 15:28:45 -08:00
Pablo Revilla
7411c7e8ee Worked on /api/packet. Needed to modify
- Store.py to read the new time data
- api.py to present the new time data
- firehose.html chat.html and map.html now use the new apis and the time is the browser local time
2025-11-10 21:51:48 -08:00
Pablo Revilla
27daa92694 Worked on /api/packet. Needed to modify
- Store.py to read the new time data
- api.py to present the new time data
- firehose.html chat.html and map.html now use the new apis and the time is the browser local time
2025-11-10 21:33:50 -08:00
Óscar García Amor
d4f251f1b6 Improves container build (#94) 2025-11-10 10:32:06 -08:00
Pablo Revilla
ac4ac9264f Worked on /api/packet. Needed to modify
- Store.py to read the new time data
- api.py to present the new time data
- firehose.html chat.html and map.html now use the new apis and the time is the browser local time
2025-11-05 20:46:12 -08:00
Pablo Revilla
4a3f205d26 Worked on /api/packet. Needed to modify
- Store.py to read the new time data
- api.py to present the new time data
- firehose.html chat.html and map.html now use the new apis and the time is the browser local time
2025-11-05 19:07:23 -08:00
Joel Krauska
9fa874762e Add us first/last timestamps to node table too 2025-11-05 16:48:29 -08:00
Joel Krauska
e0d8ceecac Alembic was blocking mqtt logs 2025-11-05 14:36:50 -08:00
Joel Krauska
67738105c8 Summary of 3.0.0 stuff 2025-11-04 21:33:08 -08:00
Joel Krauska
04e76ebd28 graphviz for dot in Container 2025-11-04 21:12:22 -08:00
Joel Krauska
04051bc00a setup-dev 2025-11-04 21:11:38 -08:00
Joel Krauska
f903c82c79 Docker Docs 2025-11-04 21:04:20 -08:00
Joel Krauska
4b9dfba03d ruff 2025-11-04 20:57:58 -08:00
Joel Krauska
70f727a6dd backups and cleanups are different 2025-11-04 20:55:55 -08:00
Joel Krauska
bc70b5c39d DB Backups 2025-11-04 20:51:50 -08:00
Jim Schrempp
a65de73b3a Traceroute Return Path logged and displayed (#97)
* traceroute returns are now logged and /packetlist now graphs the correct data for a return route
* now using alembic to update schema
* HOWTO - Alembic

---------

Co-authored-by: Joel Krauska <jkrauska@gmail.com>
2025-11-04 20:36:24 -08:00
Joel Krauska
cc053951b1 make /app owned by ap0p 2025-11-04 20:16:41 -08:00
Joel Krauska
fcff4f5849 checkout and containerfile 2025-11-04 20:04:05 -08:00
Joel Krauska
4e9f121514 fix symlink 2025-11-04 20:00:58 -08:00
Joel Krauska
c0ed5031e6 symlink 2025-11-04 20:00:01 -08:00
Joel Krauska
a6b1e30d29 auto build containers 2025-11-04 19:57:49 -08:00
Joel Krauska
24de8e73fb Container using slim/uv 2025-11-04 19:51:19 -08:00
Joel Krauska
b86af326af improve migrations and fix logging problem with mqtt 2025-11-04 16:27:18 -08:00
Joel Krauska
0a0ec5c45f remove unused loop 2025-11-03 20:23:21 -08:00
Joel Krauska
9ac045a1c5 fallback if missing config 2025-11-03 20:18:17 -08:00
Joel Krauska
e343d6aa15 mvrun work 2025-11-03 20:13:36 -08:00
Óscar García Amor
4de92da1ae Set dbcleanup.log location configurable 2025-11-03 20:07:34 -08:00
Óscar García Amor
74369deaea Improves arguments in mvrun.py 2025-11-03 20:07:34 -08:00
Joel Krauska
44671a1358 vuln 2025-11-03 20:05:48 -08:00
Joel Krauska
64261d3bc4 ruff and docs 2025-11-03 20:05:04 -08:00
Joel Krauska
fe59b42a53 break out api calls in to their own file to reduce footprint 2025-11-03 19:07:39 -08:00
Joel Krauska
f8ed76b41e alembic log format 2025-11-03 15:07:17 -08:00
Joel Krauska
7d0d704412 health endpoint 2025-11-03 15:05:28 -08:00
Joel Krauska
991794ed3d ignore other database files 2025-11-03 15:00:05 -08:00
Joel Krauska
87ade281ba update api docs 2025-11-03 14:52:34 -08:00
Joel Krauska
4c3858958b rm 2025-11-03 14:50:55 -08:00
Joel Krauska
0139169c7d more doc tidy 2025-11-03 14:50:43 -08:00
Joel Krauska
0b438366f1 add readme in docs: 2025-11-03 14:48:09 -08:00
Joel Krauska
9e38a3a394 remove old migrate script 2025-11-03 14:47:45 -08:00
Joel Krauska
cf55334165 move technical docs 2025-11-03 14:47:29 -08:00
Joel Krauska
dda94aa2cb add /version json endpoint 2025-11-03 14:26:49 -08:00
Joel Krauska
64169787b3 modify alembic to support cleaner migrations 2025-11-03 14:11:42 -08:00
Joel Krauska
fa28f6b63f Remove old index notes script -- no longer needed 2025-11-03 13:29:11 -08:00
Joel Krauska
5ca3b472a6 Store UTC int time in DB (#81)
* use UTC int time
2025-11-03 13:26:44 -08:00
Joel Krauska
8ec44ad552 Add alembic DB schema management (#86)
* Use alembic
* add creation helper
* example migration tool
2025-11-03 12:53:34 -08:00
Pablo Revilla
60ae77772d worked on making map and base all API driven 2025-11-02 11:41:15 -08:00
Pablo Revilla
ed33bfe540 worked on making map and base all API driven 2025-11-02 11:39:29 -08:00
Pablo Revilla
47a22911ca worked on making map and base all API driven 2025-11-01 18:30:26 -07:00
Pablo Revilla
d61427db8f worked on making map and base all API driven 2025-10-31 16:55:41 -07:00
Pablo Revilla
f11455eebc worked on making map and base all API driven 2025-10-31 16:55:05 -07:00