add end-to-end test

- 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
This commit is contained in:
2025-03-04 13:09:46 +01:00
parent f304d3d61a
commit f5038a7e9e
15 changed files with 442 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
kotlin.code.style=official
version=0.5.0-SNAPSHOT
catalog=0.8.0
catalog=0.10.0-SNAPSHOT
container.port.host=9010