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
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
repack.py
services.yaml
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