unwind/unwind
ducklet 5e4e70c9dc fix: setting the log level should only affect Unwind itself
Calling Unwind with DEBUG=1 caused a lot of debug messages from
dependencies like HTTPX, aiosqlite, etc.
2024-05-19 00:15:30 +02:00
..
cli chore: move existing CLI commands into separate files 2024-05-19 00:12:06 +02:00
middleware fix elapsed to always use floating point notation 2021-07-07 22:58:52 +02:00
sql feat: add support for new ratings page 2024-05-11 17:13:48 +02:00
__init__.py fix: some lint reported by Ruff 2024-05-11 19:00:27 +02:00
__main__.py fix: setting the log level should only affect Unwind itself 2024-05-19 00:15:30 +02:00
config.py improve typing for config 2023-03-18 22:09:03 +01:00
db.py feat: add CLI command to load IMDb charts 2024-05-18 23:46:56 +02:00
imdb.py fix: encode query params for GQL request 2024-05-18 23:38:33 +02:00
imdb_import.py fix: movie updates were not imported because of a broken timestamp 2024-05-11 17:38:16 +02:00
models.py fix: encode query params for GQL request 2024-05-18 23:38:33 +02:00
request.py fix: some lint reported by Ruff 2024-05-11 19:00:27 +02:00
types.py use native union type syntax 2023-02-02 23:46:02 +01:00
utils.py fix: encode query params for GQL request 2024-05-18 23:38:33 +02:00
web.py fix: some lint reported by Ruff 2024-05-11 19:00:27 +02:00
web_models.py improve typing correctness 2023-02-04 01:12:09 +01:00