core/homeassistant/components/recorder
J. Nick Koston b9c7a89b47
Prevent sqlalchemy Transparent SQL Compilation Caching from filling up during purge (#71015)
2022-04-28 23:48:28 -07:00
..
__init__.py Type recorder retry decorator (#70993) 2022-04-28 21:04:41 +02:00
backup.py
const.py Add restored to the set of attributes excluded from being recorded in the db (#70169) 2022-04-16 23:09:08 +02:00
executor.py
history.py Remove get_state and get_states history api calls (#70830) 2022-04-26 16:05:43 -07:00
manifest.json Bump sqlalchemy to 1.4.36 (#71039) 2022-04-28 21:32:46 -07:00
migration.py Improve purge performance for non-sqlite databases (#70576) 2022-04-26 13:11:57 -07:00
models.py Improve purge performance for non-sqlite databases (#70576) 2022-04-26 13:11:57 -07:00
pool.py Update pylint to 2.13.5 (#69989) 2022-04-13 18:36:05 +02:00
purge.py Prevent sqlalchemy Transparent SQL Compilation Caching from filling up during purge (#71015) 2022-04-28 23:48:28 -07:00
repack.py Additional prep work for sqlalchemy 2.0 (#70358) 2022-04-21 12:39:18 -10:00
run_history.py Refactor tracking of the recorder run history (#70456) 2022-04-26 09:59:43 -10:00
services.yaml
statistics.py Adjust get_latest_short_term_statistics query to be postgresql compatible (#70953) 2022-04-27 21:19:36 -07:00
util.py Type recorder retry decorator (#70993) 2022-04-28 21:04:41 +02:00
websocket_api.py