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
|
07d0d98f3d
|
Global autoformat
|
2026-06-19 21:36:11 +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
|
ac9e2ff054
|
Defensive coding
|
2025-12-15 12:26:41 +00:00 |
|
Ian Renton
|
8a4f23ac72
|
Improve expired spot handling and efficiency of handling expired spots during web requests.
|
2025-11-29 16:12:44 +00:00 |
|
Ian Renton
|
0fa8b44c9c
|
Defensive coding
|
2025-11-29 15:04:19 +00:00 |
|
Ian Renton
|
b132fe8a39
|
Fix a bug where SIG API spots could be re-tagged as another SIG e.g. WAB if that was named in the comment.
|
2025-11-17 17:19:43 +00:00 |
|
Ian Renton
|
cad1f5cfdf
|
Defensive coding fix
|
2025-11-10 19:03:12 +00:00 |
|
Ian Renton
|
286ff66721
|
Refactor looking up SIG reference details into a common location, taking it out of the individual spot providers. This means we can now look up references properly from Cluster spot comments, etc. Closes #74 as there is no longer any duplication of these lookups. Works towards #54 as sig_refs now specify their sig internally.
|
2025-11-02 15:45:19 +00:00 |
|
Ian Renton
|
28010a68ae
|
Single common URL cache for semi-static lookups #74
|
2025-11-02 14:22:15 +00:00 |
|
Ian Renton
|
0c5b5f2062
|
Update API to have a sensible grouping of sig_refs rather than separate arrays of sig_refs, sig_refs_names and sig_refs_urls
|
2025-10-31 09:51:54 +00:00 |
|
Ian Renton
|
15c216c5e0
|
Infer location from WAB/WAI grid. Closes #62
|
2025-10-20 16:07:33 +01:00 |
|
Ian Renton
|
20977e59cf
|
Extract SIG and SIG_INFO from cluster spots. Closes #47
|
2025-10-20 11:05:45 +01:00 |
|
Ian Renton
|
a21782cb62
|
Icon lookup for SIGs in preparation for #47. Improved ZLOTA spotter lookup.
|
2025-10-20 10:33:18 +01:00 |
|
Ian Renton
|
760077b081
|
Provide links for SIG refs
|
2025-10-17 12:22:16 +01:00 |
|
Ian Renton
|
9594040ea4
|
Add "de_" variants of grid/lat/lon #42
|
2025-10-16 20:58:40 +01:00 |
|
Ian Renton
|
dbeebe32f3
|
Download cty.plist separately so errors can be better handled
|
2025-10-13 19:32:29 +01:00 |
|
Ian Renton
|
6b57891028
|
Support Clublog lookup #38
|
2025-10-12 16:13:31 +01:00 |
|
Ian Renton
|
e01b6d5ea9
|
Fix some bugginess with how expired alerts and alert max_duration were handled. Closes #34
|
2025-10-08 16:09:39 +01:00 |
|
Ian Renton
|
74153a9d94
|
Starting to implement alerts #17
|
2025-10-04 18:09:54 +01:00 |
|