hass-core/homeassistant/components/recorder
2023-05-23 21:47:31 +02:00
..
auto_repairs Auto repair incorrect collation on MySQL schema (#92270) 2023-04-29 21:17:09 -04:00
history Reduce number of columns when selecting attributes for history (#91717) 2023-04-22 14:21:08 +02:00
models Update pylint to 2.17.2 (#91894) 2023-04-23 14:46:48 +02:00
system_health Rename recorder run_history to table_managers.recorder_runs_manager (#90070) 2023-03-21 18:38:33 -10:00
table_managers Fix migration with negative event type cache (#91910) 2023-04-23 20:56:17 -04:00
__init__.py Restore use of local timezone for MariaDB/MySQL in SQL integration (#91313) 2023-04-12 20:24:55 -04:00
backup.py
const.py Dynamically size recorder max backlog based on available memory (#90894) 2023-04-18 12:35:49 +02:00
core.py Fix race in tracking pending writes in recorder (#93414) 2023-05-23 21:47:31 +02:00
db_schema.py Bump sqlalchemy to 2.0.10 (#91982) 2023-04-25 09:45:49 -05:00
entity_registry.py Retain history when renaming an entity_id (#89963) 2023-03-19 17:33:21 -10:00
executor.py Code styling tweaks to the recorder integration (#86030) 2023-01-16 19:51:11 +01:00
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.15 (#93293) 2023-05-20 14:26:33 -05:00
migration.py Reduce size of migration transactions to accommodate slow/busy systems (#92312) 2023-04-30 23:18:00 -04:00
pool.py Update typing on recorder pool for sqlalchemy 2.0 (#91244) 2023-04-13 00:09:15 +02:00
purge.py Speed up purging the database (#92247) 2023-04-29 18:45:14 +02:00
queries.py Ensure purge can cleanup old format detached states in the database (#92145) 2023-04-28 21:03:59 +02: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 Include data for entire periods in response to recorder/statistics_during_period (#92848) 2023-05-11 11:28:33 +02:00
strings.json Add a repair issue when using MariaDB is affected by MDEV-25020 (#87040) 2023-01-31 20:42:07 +01:00
tasks.py Add a negative cache to the recorder event type manager (#91770) 2023-04-22 14:09:04 +02:00
util.py Speed up sql queries where ORM rows are not needed (#91839) 2023-04-21 23:28:07 -04:00
websocket_api.py Support calculating changes between consecutive sum statistics (#92823) 2023-05-11 10:05:58 +02:00