|
3bad07690f
|
Merge pull request 'rest-controllers' from rest-controllers into master
|
2024-05-25 00:52:53 +02:00 |
|
|
ec0ee860ee
|
fix: SonarLint fixes
|
2024-05-25 00:47:12 +02:00 |
|
|
d0e21e9eff
|
test: Dummy fix
|
2024-05-25 00:36:32 +02:00 |
|
|
95ed5f6ae7
|
feat: ExchangeController & tests
|
2024-05-25 00:33:33 +02:00 |
|
|
720937bd6c
|
feat!: JDK21 -> pattern matching, integration tests implementation & small fixes
|
2024-05-25 00:10:42 +02:00 |
|
|
2981691ffc
|
test: Integration tests outline
|
2024-05-24 20:42:26 +02:00 |
|
|
2f7e706548
|
fix: UserService hardening
|
2024-05-24 19:37:20 +02:00 |
|
|
a78ecaeadb
|
feat: UserController
|
2024-05-24 19:36:58 +02:00 |
|
|
56162ad895
|
Merge pull request 'CurrencyService implementation' from currency-service into master
|
2024-05-24 17:53:42 +02:00 |
|
|
4fcc395a61
|
chore: Formatting fixes
|
2024-05-24 17:50:39 +02:00 |
|
|
94dd43c138
|
fix: Fixed user persistence after exchange
|
2024-05-24 17:44:51 +02:00 |
|
|
71109174f7
|
fix: exchange method fixes
|
2024-05-24 17:19:30 +02:00 |
|
|
c87bcc8b54
|
test: CurrencyServiceTest completed?
|
2024-05-24 16:25:19 +02:00 |
|
|
6d8a2093b9
|
test: SonarLint fixes
|
2024-05-24 08:34:46 +02:00 |
|
|
af187e3daa
|
test: Moved disabled tests from validator to service tests
|
2024-05-24 08:31:23 +02:00 |
|
|
b07fa4cb65
|
feat: CurrencyService outline & tests
|
2024-05-24 01:39:53 +02:00 |
|
|
27ff8e4e32
|
Merge pull request 'NBP service works done' from currency-service into master
|
2024-05-24 01:38:25 +02:00 |
|
|
52ff4a67b3
|
fix: NbpService cache & tests fixes
|
2024-05-23 23:56:44 +02:00 |
|
|
1ae5dd9957
|
feat: NbpService & tests implementation
|
2024-05-23 23:54:18 +02:00 |
|
|
9e69a47b3e
|
test: WireMockExtension response header
|
2024-05-23 23:27:06 +02:00 |
|
|
157a1ebe68
|
test: NbpServiceTest invocation fixed
|
2024-05-23 22:58:55 +02:00 |
|
|
4a2338d699
|
test: NbpServiceTest polished
|
2024-05-23 22:40:54 +02:00 |
|
|
b38a507ce9
|
test: NbpServiceTest completed?
|
2024-05-23 22:38:20 +02:00 |
|
|
b2cbfad2ac
|
test: Wiremock extension
|
2024-05-23 22:10:24 +02:00 |
|
|
497574b618
|
feat: NbpService#getFetchDate implementation
|
2024-05-23 21:10:18 +02:00 |
|
|
310a4c4087
|
test: NbpService#getFetchDate tests
|
2024-05-23 21:08:26 +02:00 |
|
|
2e4ca845f8
|
test: NBP service test outline
|
2024-05-23 20:20:07 +02:00 |
|
|
ef5125fb0d
|
feat: NBP service outline
|
2024-05-23 20:19:50 +02:00 |
|
|
d6e9136a68
|
test: NBP rates model
|
2024-05-23 18:41:51 +02:00 |
|
|
b5237c49bc
|
test: ValidExchangeRequestValidatorTest more test cases & validator implementation
TODO: move disabled tests to future service / endpoint suite
|
2024-05-23 18:22:25 +02:00 |
|
|
8d722e3ce4
|
test: ValidExchangeRequestValidatorTest test cases
|
2024-05-23 17:31:34 +02:00 |
|
|
ca2a6c1795
|
feat: CurrencyExchangeRequest with validator and validator's tests outline
|
2024-05-23 00:16:29 +02:00 |
|
|
5555e57f34
|
refactor: AdultValidatorTest refactored
|
2024-05-23 00:06:32 +02:00 |
|
|
7e38b5a2e0
|
fix: Request validation in UserService
|
2024-05-22 23:28:22 +02:00 |
|
|
1eee6b1b48
|
Merge pull request 'user-service' from user-service into master
|
2024-05-22 19:46:14 +02:00 |
|
|
753b0976d6
|
fix: Formatting fixes
|
2024-05-22 19:43:21 +02:00 |
|
|
9d6ba747a8
|
feat: UserService implementation
|
2024-05-22 19:37:19 +02:00 |
|
|
c7ef32e28d
|
feat: Dedicated exception on user creation
|
2024-05-22 19:23:47 +02:00 |
|
|
52ae2789fc
|
fix: SonarLint fixes
|
2024-05-22 19:16:28 +02:00 |
|
|
7207e9b256
|
feat: UserService TDD
|
2024-05-22 19:14:08 +02:00 |
|
|
3121caf8f7
|
feat: POJO mappers
|
2024-05-22 19:13:43 +02:00 |
|
|
b947f95305
|
test: fixes UserEntity builder
|
2024-05-22 19:12:42 +02:00 |
|
|
28ffe3f962
|
test: Commons for suites based on UserRepository
|
2024-05-22 18:20:45 +02:00 |
|
|
2b0baf6066
|
fix: UserCreateRequest start balance type int -> double
|
2024-05-22 18:05:15 +02:00 |
|
|
edf770b8ed
|
feat: UserCreateRequest model & validation
|
2024-05-22 01:04:26 +02:00 |
|
|
6fb6ca275c
|
fix: args passed to SpringApplication#run
|
2024-05-21 23:49:23 +02:00 |
|
|
ee6c6eda02
|
feat: Database model & configuration
|
2024-05-21 22:40:44 +02:00 |
|
|
c087081d25
|
feat: Model
|
2024-05-20 23:57:25 +02:00 |
|
|
ae7d965a6d
|
build: Spring Boot plugin
|
2024-05-20 23:45:24 +02:00 |
|
|
9d8b624e40
|
build: Parent relative path
|
2024-05-20 23:06:08 +02:00 |
|