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-10 17:31:42 +00:00
Code
Issues
13
Packages
Projects
Releases
Wiki
Activity
Files
7860b60f47c4cc7253baa87b48036d457ee2224c
spothole
/
core
T
History
Ian Renton
7860b60f47
Fix an issue where "spot providers enabled by default" was still being fetched through WEB_UI_OPTIONS on a path that required spot providers to have a "name" field in *config* rather than at runtime.
Closes
#124
2026-08-10 06:06:33 +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
Fix an issue where "spot providers enabled by default" was still being fetched through WEB_UI_OPTIONS on a path that required spot providers to have a "name" field in *config* rather than at runtime.
Closes
#124
2026-08-10 06:06:33 +01:00
constants.py
Release 1.5
2026-08-08 08:43:43 +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
Fix an issue where "spot providers enabled by default" was still being fetched through WEB_UI_OPTIONS on a path that required spot providers to have a "name" field in *config* rather than at runtime.
Closes
#124
2026-08-10 06:06:33 +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