- add NodeController
- add getNodes to DeviceRegistryService
- add WebClient deviceRegistryNodes to DeviceRegisterWebClientCalls.kt
- add node list.html
- add node to main menu and cleanup in layout.html
- add node to AdminPaths.kt
- add DeviceController
- add getDevices to DeviceRegistryService
- add WebClient deviceRegistryDevices to DeviceRegisterWebClientCalls.kt
- add device list.html
- fix no items found for device type list.html
- add device to main menu in layout.html
- add device to AdminPaths.kt
extract remote service error handling
- use helper in AccountRegistryService
- use helper in DeviceRegistryService
- add responseErrorHandler in Helper.kt
- add hlaejaErrorHandler in Helper.kt
change NoChangeException to extend HlaejaException
change NotFoundException to extend HlaejaException
add postEditType to TypeController
update form.html and messages.html for saving types
add updateType in DeviceRegistryService
add WebClient deviceRegistryTypesUpdate in DeviceRegisterWebClientCalls.kt
add getEditType to TypeController
update type form.html for edit device type
add Type Response toTypeForm in Mapping.kt
add getType to DeviceRegistryService
add WebClient deviceRegistryType in DeviceRegisterWebClientCalls.kt
update edit link in device type list.html
add getCreateType and postCreateType to TypeController
add device type form.html
add TypeFormadd TypeForm toTypeRequest in Mapping.kt
add TypeForm
add createType to DeviceRegistryService
add deviceRegistryTypesCreate in DeviceRegisterWebClientCalls.kt
add TypeNameDuplicateException
add DeviceRegistryException
extract validationErrors from postCreateAccount in AccountController to util Controller
update AccountController getAccounts and TypeController getTypes with max show value
add redis for spring boot session
- make RemoteUserDetail Serializable
- add application properties
- add dependencies
add TypeController
add list.html for type
extract fragment pagination.html from users.html
add DeviceRegistryService with getTypes
add DeviceRegisterWebClientCalls.kt with deviceRegistryTypes
set up hlaeja device registry
add type to layout menu
add type to admin SecurityConfiguration