This website requires JavaScript.
Explore
Help
Sign In
w1cdn
/
spothole
Watch
1
Star
0
Fork
0
mirror of
https://git.ianrenton.com/ian/spothole.git
synced
2026-08-06 10:31:42 +00:00
Code
Issues
13
Packages
Projects
Releases
Wiki
Activity
Files
4f8f748d8876baa29d62c7f27835a4a947469b2f
spothole
/
core
T
History
Ian Renton
c2ecef1003
Release 1.4
2026-08-02 11:40:28 +01:00
..
cache_utils.py
Improve error reporting consistency and ensure SEMI_STATIC_URL_DATA_CACHE caches 400-series responses from the server so we don't keep requesting summit/park/bunker data for a reference that the user typod and doesn't actually exist.
2026-07-25 08:29:22 +01:00
cleanup.py
Improve adherence to python coding standards and clear up IDE static analysis warnings
2026-02-27 19:17:04 +00:00
config.py
Improve error handling to spare the server log from user's malformed requests and stop trying to parse data from providers if the HTTP status was not 200
2026-07-25 08:17:17 +01:00
constants.py
Release 1.4
2026-08-02 11:40:28 +01:00
geo_utils.py
Compatibility with Python 3.8
2026-03-31 21:13:18 +01:00
lookup_helper.py
Logging improvements
2026-07-26 07:51:25 +01:00
prometheus_metrics_handler.py
Bulk convert comments above classes/functions/methods into proper docstrings
2026-02-27 14:21:35 +00:00
sig_utils.py
Cache data for the programmes for which we must fetch the whole set of references, and avoid transforming CSV/JSON to dict every time.
2026-07-26 17:10:21 +01:00
status_reporter.py
Global autoformat
2026-06-19 21:36:11 +01:00
utils.py
Fix a bug where some NaN values could leak into the JSON output, causing it to be invalid. Created a new safe_json_dumps method since we would otherwise now be providing multiple parameters all over the code
2026-06-28 18:09:44 +01:00