core/homeassistant/components/recorder
J. Nick Koston a8f1d033a0
Add MariaDB deadlock retry wrapper to database timestamp column migrations (#90880)
Add deadlock retry wrapper to timestamp column migrations

fixes #90819
2023-04-05 20:46:56 -04:00
..
auto_repairs Add auto repairs for events schema (#90136) 2023-03-22 21:17:36 -04:00
history Ensure filters are generated inside the lambda locks (#90418) 2023-03-28 20:50:10 +02:00
models
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 Adjust async_track_time_interval name argument (#90838) 2023-04-05 10:58:02 -04:00
db_schema.py Prevent overly large event data from being stored in the database (#90747) 2023-04-04 00:02:49 -04:00
entity_registry.py
executor.py
filters.py Rework recorder filters to avoid caching mistakes (#90419) 2023-03-28 22:51:46 +02:00
manifest.json Bump sqlalchemy to 2.0.8 (#90756) 2023-04-04 12:47:54 +02:00
migration.py Add MariaDB deadlock retry wrapper to database timestamp column migrations (#90880) 2023-04-05 20:46:56 -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
repack.py
services.py
services.yaml
statistics.py Cleanup some duplicate code in recorder statistics (#90549) 2023-04-01 21:40:14 -04:00
strings.json
tasks.py Use slots for recorder tasks to reduce memory (#90387) 2023-03-28 12:24:12 +02:00
util.py
websocket_api.py