core/homeassistant/components/recorder
Raman Gupta 58e37435b3
Make more max lengths constants and add additional MaxLengthExceeded checks (#50337)
* Add more MaxLengthExceeded checks

* remove some validations to reduce performance impact

* check length of generated entity ID

* dont check entity ID twice and use single context id length constant

* fix test

* add missing test
2021-05-25 19:58:01 +02:00
..
__init__.py Add purge_entities service call to recorder (#48069) 2021-05-22 10:30:05 -05:00
const.py
history.py Initial draft of statistics (#49852) 2021-05-16 10:23:37 -07:00
manifest.json Bump sqlalchemy to 1.4.13 (#50138) 2021-05-05 20:08:48 -07:00
migration.py Add support for Oracle DB in recorder (#50090) 2021-05-22 21:10:27 -05:00
models.py Make more max lengths constants and add additional MaxLengthExceeded checks (#50337) 2021-05-25 19:58:01 +02:00
pool.py Use StaticPool for recorder and NullPool for all other threads with sqlite3 (#49693) 2021-04-26 19:20:31 -10:00
purge.py Add purge_entities service call to recorder (#48069) 2021-05-22 10:30:05 -05:00
repack.py
services.yaml Wrap up selectors (#50794) 2021-05-25 14:45:17 +02:00
statistics.py Compile statistics for energy sensors (#50829) 2021-05-20 13:05:15 +02:00
util.py Ensure a wal checkpoint is scheduled nightly (#50746) 2021-05-17 16:27:51 -05:00