Kasun Jayatilaka kasun
kasun commented on issue kasun/Vaessl#29 2026-04-09 21:20:41 +02:00
Implement external login api

added login feature unit and integration tests.

kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-09 21:18:55 +02:00
01fa3e4267 added integration test for missing creds
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-09 21:18:41 +02:00
a1ebb1be21 format
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-09 21:11:18 +02:00
7de38afec2 added ConnectionService and HomeboxProvider tests
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-09 21:09:29 +02:00
a5c1931a2a removed apikey variable from homebox test
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-08 22:36:02 +02:00
3e80b81e07 added comment
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-08 22:33:06 +02:00
ef4ee70aac added WrongServiceTypeException
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-08 22:32:07 +02:00
00bb929f22 format
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-08 22:31:38 +02:00
c553735653 removed main test
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-08 20:57:29 +02:00
680e5f0abd revised exception handling for empty fields.
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-08 20:51:16 +02:00
2000278f1a got rid if Map and added username, password and apikey to request body
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-08 20:49:29 +02:00
702e6bb973 revised HBTest to match new request body
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-08 20:48:21 +02:00
8a5f7c2bf8 added username to ConnectionEntity
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-08 17:38:43 +02:00
3e4a1f92b1 added username for uniqueness of connection db entry
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-08 02:22:08 +02:00
c59f2598b0 added final fileds
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-08 02:21:57 +02:00
30784fa756 format
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-06 11:51:05 +02:00
da0411f5d1 corrected typo
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-06 05:02:47 +02:00
240a366ce8 added login logic excl refresh call
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-06 03:51:37 +02:00
9c3e1469c7 added ApplicationTests
kasun pushed to feature/implement-external-login-api at kasun/Vaessl 2026-04-06 02:10:00 +02:00
ba7887f6b2 updated spring boot version