summary refs log tree commit diff
path: root/changelog.d/8364.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create function to check for long names in devices (#8364)Dionysis Grigoropoulos2020-09-221-0/+2
* Create a new function to verify that the length of a device name is under a certain threshold. * Refactor old code and tests to use said function. * Verify device name length during registration of device * Add a test for the above Signed-off-by: Dionysis Grigoropoulos <dgrig@erethon.com>