core/homeassistant/components/recorder
Raman Gupta 3ca69f5568
Raise an exception when event_type exceeds the max length (#48115)
* raise an exception when event_type exceeds the max length that the recorder supports

* add test

* use max length constant in recorder

* update config entry reloaded service name

* remove exception string function because it's not needed

* increase limit to 64 and revert event name change

* fix test

* assert exception args

* fix test

* add comment about migration
2021-04-08 20:46:28 +02:00
..
__init__.py Merge of nested IF-IF cases - O-R (#48371) 2021-03-27 10:38:57 +01:00
const.py Fix recorder with MSSQL (#46678) 2021-03-09 11:16:19 -10:00
manifest.json
migration.py Let recorder deal with event names longer than 32 chars (#47748) 2021-04-08 07:08:49 -10:00
models.py Raise an exception when event_type exceeds the max length (#48115) 2021-04-08 20:46:28 +02:00
purge.py Add apply_filter attribute to recorder.purge service (#45826) 2021-03-11 17:03:30 -10:00
repack.py Fix recorder with MSSQL (#46678) 2021-03-09 11:16:19 -10:00
services.yaml Add apply_filter attribute to recorder.purge service (#45826) 2021-03-11 17:03:30 -10:00
util.py Have pylint warn when user visible log messages do not start with capital letter or end with a period (#48064) 2021-03-19 09:26:36 -05:00