core/homeassistant/components/recorder
J. Nick Koston 69f751703b
Fix context_user_id round trip when calling to_native (#91098)
We do not actually use this in the history or logbook
APIs so nothing broke but there was a bug here for anyone
calling this directly

fixes #91090
2023-04-08 22:31:28 -04:00
..
auto_repairs Add auto repairs for events schema (#90136) 2023-03-22 21:17:36 -04:00
history Require a list of entity ids when fetching history (#90992) 2023-04-08 16:14:44 -10:00
models Guard against invalid ULIDs in contexts while recording events (#90889) 2023-04-06 10:34:54 +02:00
system_health
table_managers
__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 Resume entity id post migration after a restart (#90973) 2023-04-06 21:16:45 -04:00
db_schema.py Fix context_user_id round trip when calling to_native (#91098) 2023-04-08 22:31:28 -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 Switch to fnv-hash-fast from fnvhash (#90761) 2023-04-05 20:52:23 -04:00
migration.py Resume entity id post migration after a restart (#90973) 2023-04-06 21:16:45 -04:00
pool.py
purge.py
queries.py Fix entity_id migration query failing with MySQL 8.0.30 (#90895) 2023-04-06 10:34:13 +02:00
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