- add UpdateType end-to-end
- add updateType to TypeController
- add updateType to TypeService
- add sql 004-create_type_description_data.sql
- update TypesEndpoint to use Types.Response
- update type end-to-end test
- update TypeEndpoint with CreateType
- add reset test table
- add test data
- add getType to TypeController
- add getType to TypeService
- add findTypeWithDescription to TypeRepository
- update type end-to-end test
- update TypeController for changes for adding type
- update type mapping for latest changes in Mapping.kt
- update addType to use TypeDescriptionRepository and return TypeWithDescription in TypeService
- add TypeWithDescription
- add TypeDescriptionRepository
- add TypeDescriptionEntity
- add missing device mapping test
- add type_descriptions sql script for database changes
- update TypesEndpoint
- update TypesController to use Types.Response
- add TypeEntity.toTypesResponse to Mapping.kt
- update TypesEndpoint for all new endpoints
- update application to use properties for sql script
- update types controller
- update types.http for all types of types calls
- update test mocking for service
- update getTypes to use filter, page, and show in TypesController
- add validation dependency
- update unit test for uuid assertion from test library in
- remove UUIDAssert.kt
- update IdentityControllerTest
- update MappingKtTest
- update NodeControllerTest
- update TypeControllerTest
- update TypesControllerTest
- add test library dependency
- update getTypes to handle filter limit and offset in TypeService
- update TypeRepository
- add findAllContaining with filter, limit and offset
- add findAll with limit and offset
- update type database with specific name key
- split Type and Types
- add end-to-end test for identity controller
- add IdentityEndpoint
- add end-to-end test for node controller
- add NodeEndpoint
- update test container sql files
- add end-to-end test for device controller
- add DeviceEndpoint
- add identity in first-device.data
- add .data to .editorconfig
- update test container sql files
- add end-to-end test for type controller
- add TypeEndpoint
- update test container sql files
- prepare for end-to-end test
- add sql files for postgres container
- update to build.gradle.kts
- add integration test dependencies
- update hlaeja dependency after name changes
- update catalog version
- move files from test to integration test
- valid-private-key.pem
- application.yml
- ApplicationTest