core/homeassistant/components/recorder
J. Nick Koston e17cefd61c
Clear recorder startup tasks from memory after processing (#90240)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-03-24 10:24:02 -10:00
..
auto_repairs Add auto repairs for events schema (#90136) 2023-03-22 21:17:36 -04:00
history Add a faster query for get_last_state_changes when the number of states is 1 (#90211) 2023-03-24 09:39:55 -04:00
models Guard against selecting all invalid entity_ids in history (#89929) 2023-03-19 22:03:12 -04:00
system_health Rename recorder run_history to table_managers.recorder_runs_manager (#90070) 2023-03-21 18:38:33 -10:00
table_managers Rename recorder run_history to table_managers.recorder_runs_manager (#90070) 2023-03-21 18:38:33 -10:00
__init__.py Fix recorder attribute excludes not being effective until after startup (#90198) 2023-03-23 20:52:37 -04:00
backup.py
const.py Fix recorder attribute excludes not being effective until after startup (#90198) 2023-03-23 20:52:37 -04:00
core.py Clear recorder startup tasks from memory after processing (#90240) 2023-03-24 10:24:02 -10:00
db_schema.py Add schema auto repairs for states tables (#90083) 2023-03-22 10:05:23 -10:00
entity_registry.py Retain history when renaming an entity_id (#89963) 2023-03-19 17:33:21 -10:00
executor.py
filters.py Deduplicate entity_id in the states table (#89557) 2023-03-12 10:01:58 -10:00
manifest.json Bump SQLAlchemy to 2.0.6 (#89650) 2023-03-13 08:51:01 -10:00
migration.py Add auto repairs for events schema (#90136) 2023-03-22 21:17:36 -04:00
pool.py
purge.py Rename recorder run_history to table_managers.recorder_runs_manager (#90070) 2023-03-21 18:38:33 -10:00
queries.py Remove the old ix_states_event_id index if its no longer being used (#89901) 2023-03-17 20:27:33 -04:00
repack.py
services.py Add keep_days to recorder.purge_entities (#89726) 2023-03-15 11:13:47 -10:00
services.yaml Add keep_days to recorder.purge_entities (#89726) 2023-03-15 11:13:47 -10:00
statistics.py Fix recorder attribute excludes not being effective until after startup (#90198) 2023-03-23 20:52:37 -04:00
strings.json
tasks.py Fix recorder attribute excludes not being effective until after startup (#90198) 2023-03-23 20:52:37 -04:00
util.py Remove the old ix_states_event_id index if its no longer being used (#89901) 2023-03-17 20:27:33 -04:00
websocket_api.py Avoid database executor job to fetch statistic metadata on cache hit (#89960) 2023-03-19 22:01:16 -04:00