Commit Graph

32 Commits

Author SHA1 Message Date
cf1b78ae0a clean up for change to test library and logging 2025-08-18 12:45:48 +02:00
69e293a25f update updateAccount in AccountController for PublicEventService 2025-08-18 12:45:48 +02:00
dec6b99281 add PublicEventService 2025-08-18 12:45:48 +02:00
93aad65385 set up kafka 2025-08-18 12:45:48 +02:00
3effd930ad add AccountUtil.kt with detectChanges 2025-08-18 12:45:48 +02:00
97b8becd08 update test remove role_ for user in DB 2025-08-18 12:45:48 +02:00
hlaeja
5e0ba7ed2a [RELEASE] - Bump version 2025-07-29 18:05:42 +00:00
hlaeja
32a630d6a3 [RELEASE] - Release version: 0.3.0 v0.3.0 2025-07-29 18:05:41 +00:00
c468a5ffa3 update gradlew 2025-07-29 20:04:46 +02:00
3849fa8676 update project 2025-07-29 20:04:46 +02:00
1ee306c151 add GitHub action
- update release in README.md
- add action run checks
- add action release
- remove release.sh
2025-07-29 20:04:46 +02:00
18e95f7213 add actuator.http 2025-07-29 20:04:46 +02:00
82c590dc30 update sql files 2025-07-29 20:04:46 +02:00
da491cecfa update release.sh to move sql files to version folder. 2025-03-05 14:43:15 +01:00
3bc5805a87 [RELEASE] - bump version 2025-02-07 17:13:48 +01:00
ec5991f20b [RELEASE] - release version: 0.2.0 v0.2.0 2025-02-07 17:13:45 +01:00
a9b5abda1a update name for hlaeja libraries 2025-02-07 17:12:21 +01:00
c7eb3484e6 Authentication integration test
- add end-to-end test AuthenticationEndpoint
- add user-token.data
- add admin-token.data
- add .data to .editorconfig
2025-02-07 14:42:17 +01:00
5951af7d44 use data and reset sql files and some clean up 2025-02-07 14:33:42 +01:00
c08c3cb880 account validation and integration test
- add end-to-end test AccountEndpoint
- update AccountController validation to
  - updateAccount
  - addAccount
2025-02-03 22:41:24 +01:00
6165bcd512 cleanup AccountService 2025-02-03 22:06:53 +01:00
ddc701ea51 add valid account annotation
- add AccountValidator
- add ValidAccount
2025-02-03 22:05:51 +01:00
a762a05c11 extract accounts and add integration test
- add end-to-end test AccountsEndpoint
- extract get accounts from account.http to accounts.http
- extract get accounts from AccountController to AccountsController
- move spring boot test file to integration test
- add schema.sql
- add dependencies for integration test
2025-02-03 19:51:36 +01:00
6e6ea72d54 add update accounts
- add update accounts to account.http
- add updateAccount to AccountController
- add AccountEntity updateAccountEntity to Mapping.kt
- add updateAccount in AccountService
- update catalog version in gradle.properties
2025-01-28 16:45:15 +01:00
72ac37e603 add get accounts
- add get accounts to account.http
- add getAccounts to AccountController
- add missing test in AccountServiceTest
- add getAccounts to AccountService
2025-01-28 11:44:56 +01:00
f8154fe05f [RELEASE] - bump version 2025-01-02 07:16:07 +01:00
ba3908f46f [RELEASE] - release version: 0.1.0 v0.1.0 2025-01-02 07:16:04 +01:00
dbadfcf731 Add Account
- add addAccount to AccountController
- add account request toAccountEntity to Mapping.kt
- add addAccount to AccountService
2025-01-02 06:57:38 +01:00
0681e367e7 Authentication
- add AuthenticationController
- add AuthenticationService
- add getUserByUsername to AccountService
- add findByUsername to AccountRepository
- add SecurityConfiguration
- set up authentication
2025-01-02 06:56:32 +01:00
6aee16c4a2 Get Account
- add AccountController
- add AccountEntity toAccountResponse in Mapping.kt
- add AccountService
- add AccountRepository
- add AccountEntity
2025-01-01 05:50:29 +01:00
573b4bd6fe Set up postgres 2024-12-29 20:41:09 +01:00
af03959e2c Set up project structure 2024-12-29 20:39:58 +01:00