Ian Renton
|
7a34526a91
|
Merge branch 'main' into 95-send-spots-to-xota
|
2026-06-21 21:28:20 +01:00 |
|
Ian Renton
|
89bb5d5e3e
|
Fix broken options call
|
2026-06-21 21:28:05 +01:00 |
|
Ian Renton
|
d1c4dd4e4c
|
Merge branch 'main' into 95-send-spots-to-xota
# Conflicts:
# webassets/apidocs/openapi.yml
|
2026-06-21 11:12:48 +01:00 |
|
Ian Renton
|
316a356811
|
Docs for propagation modes
|
2026-06-21 11:02:41 +01:00 |
|
Ian Renton
|
ae17839096
|
Stop fudging the server-side handling instructions for "add spot" into the spot data structure itself, instead break them out into a new area. This is a breaking change to the API so all API endpoints have been bumped to v2.
|
2026-06-20 09:57:09 +01:00 |
|
Ian Renton
|
20966cc7cf
|
IDE inspection fixes and global autoformat
|
2026-06-20 08:28:11 +01:00 |
|
Ian Renton
|
172a31bb18
|
Merge branch 'main' into 95-send-spots-to-xota
# Conflicts:
# README.md
# server/handlers/api/addspot.py
# server/handlers/api/options.py
# spotproviders/tiles.py
# templates/about.html
# templates/add_spot.html
# templates/alerts.html
# templates/api_only_home.html
# templates/bands.html
# templates/base.html
# templates/conditions.html
# templates/map.html
# templates/spots.html
# templates/status.html
# webassets/css/style.css
# webassets/js/add-spot.js
# webassets/js/geo.js
# webassets/js/ui-ham.js
# webassets/js/utils.js
|
2026-06-19 21:48:10 +01:00 |
|
Ian Renton
|
edb2641f76
|
Fix some IDE warnings, mostly around type safety on the Python side
|
2026-06-19 21:33:46 +01:00 |
|
Ian Renton
|
1afb407ca5
|
First stab at submitting spots upstream. POTA is working, all other providers still to do. #95
|
2026-06-12 09:14:21 +01:00 |
|
Ian Renton
|
6982354364
|
Improve adherence to python coding standards and clear up IDE static analysis warnings
|
2026-02-27 19:17:04 +00:00 |
|
Ian Renton
|
6b18ec6f88
|
Bulk convert comments above classes/functions/methods into proper docstrings
|
2026-02-27 14:21:35 +00:00 |
|
Ian Renton
|
5230fa535f
|
Set up web UI using web_ui_options embedded directly into HTML, to avoid more complex JS load order faff #102
|
2026-01-30 22:24:12 +00:00 |
|
Ian Renton
|
cfff8dd832
|
Allow providers to be off-by-default in the web UI. Closes #93
|
2026-01-11 15:03:17 +00:00 |
|
Ian Renton
|
d463403018
|
Implement web server metrics in Tornado #3
|
2025-12-23 14:23:50 +00:00 |
|
Ian Renton
|
61784e8af6
|
Split up some code for sanity #3
|
2025-12-23 11:51:00 +00:00 |
|