kasun
7ce01dff0b
changed hibernate schema creation for test db
2026-05-20 04:38:46 +02:00
kasun
463fbd8332
added focus to first input field of modal
2026-05-13 17:33:08 +02:00
kasun
0cce4727e5
fixed indentation
2026-05-13 16:44:45 +02:00
kasun
83427b4f6b
revsied documentation according to progress made
2026-05-12 20:23:39 +02:00
kasun
4aa3d0134c
revised CLAUDE.md
2026-05-12 20:23:20 +02:00
kasun
0eb135249e
fixed typos
2026-05-12 18:27:46 +02:00
kasun
1bada8d83e
upgraded Spring Boot version from 4.0.5 to 4.0.6
2026-05-12 18:22:10 +02:00
kasun
a8e39d8f09
changed cors config to use env variables
2026-05-10 03:49:41 +02:00
kasun
2c766b10a3
added doc for claude code implementation
2026-05-10 03:32:16 +02:00
kasun and Claude Sonnet 4.6
43bbcece7a
add session-based connection management and React dashboard
...
Backend: adds JDBC session support, login/status/logout endpoints, and
new DTOs (AuthResponse, ConnectionStatusResponse, LoginResult). Frontend
replaces the Vite boilerplate with a Dashboard, ServiceCard, and
ConnectModal backed by a typed API client.
Co-Authored-By: Claude Sonnet 4.6 <[email protected] >
2026-05-10 03:30:36 +02:00
kasun
0127706262
added doc for adding claude code to path
2026-04-22 19:03:06 +02:00
kasun and Claude Sonnet 4.6
2cbb8b7467
add CLAUDE.md with architecture and development guidance
...
Co-Authored-By: Claude Sonnet 4.6 <[email protected] >
2026-04-22 18:58:12 +02:00
kasun
4a256c8086
added stack illustration to Readme.md
2026-04-11 21:51:41 +02:00
kasun
ae3e699938
Merge branch 'doc/Update-the-cover-Readme.md'
2026-04-11 14:55:17 +02:00
kasun
7b21011f5a
updated README.MD
2026-04-11 14:49:22 +02:00
kasun
01fa3e4267
added integration test for missing creds
2026-04-09 21:18:52 +02:00
kasun
a1ebb1be21
format
2026-04-09 21:18:40 +02:00
kasun
7de38afec2
added ConnectionService and HomeboxProvider tests
2026-04-09 21:11:17 +02:00
kasun
a5c1931a2a
removed apikey variable from homebox test
2026-04-09 21:09:27 +02:00
kasun
3e80b81e07
added comment
2026-04-08 22:35:59 +02:00
kasun
ef4ee70aac
added WrongServiceTypeException
2026-04-08 22:33:04 +02:00
kasun
00bb929f22
format
2026-04-08 22:32:06 +02:00
kasun
c553735653
removed main test
2026-04-08 22:31:36 +02:00
kasun
680e5f0abd
revised exception handling for empty fields.
2026-04-08 20:57:27 +02:00
kasun
2000278f1a
got rid if Map and added username, password and apikey to request body
2026-04-08 20:51:14 +02:00
kasun
702e6bb973
revised HBTest to match new request body
2026-04-08 20:49:28 +02:00
kasun
8a5f7c2bf8
added username to ConnectionEntity
2026-04-08 20:48:21 +02:00
kasun
3e4a1f92b1
added username for uniqueness of connection db entry
2026-04-08 17:38:42 +02:00
kasun
c59f2598b0
added final fileds
2026-04-08 02:22:07 +02:00
kasun
30784fa756
format
2026-04-08 02:21:55 +02:00
kasun
da0411f5d1
corrected typo
2026-04-06 11:51:03 +02:00
kasun
240a366ce8
added login logic excl refresh call
2026-04-06 05:02:46 +02:00
kasun
9c3e1469c7
added ApplicationTests
2026-04-06 03:51:36 +02:00
kasun
ba7887f6b2
updated spring boot version
2026-04-06 02:09:58 +02:00
kasun
8b1a604dc2
renamed enum classes
2026-04-06 01:28:31 +02:00
kasun
be0821b0be
replaced constructor with requiredArgsConstructor annotation
2026-04-04 23:15:38 +02:00
kasun
913f3c75f1
made improvements
2026-04-03 21:28:00 +02:00
kasun
0169cf04b6
refactored connection classes to be more generic and accept credentials of different apps.
2026-04-03 02:58:34 +02:00
kasun
ab1d7e68f5
added rest path
2026-04-02 20:28:34 +02:00
kasun
2387d41ebb
changed format
2026-03-30 22:43:07 +02:00
kasun
c15c7a0d61
added ErrorMessages enum
2026-03-30 22:41:41 +02:00
kasun
bda9391c75
changed format
2026-03-30 21:30:19 +02:00
kasun
6267e18478
changed format
2026-03-30 20:42:48 +02:00
kasun
79379b238a
changes test name added comment
2026-03-30 20:42:39 +02:00
kasun
75b6995b94
added post request to achieve login response with tokens
2026-03-30 05:07:51 +02:00
kasun
8128ab829f
added additional .env.local file import pathes
2026-03-30 05:05:57 +02:00
kasun
8da3b14e40
added wiremock dependency for remote api testing
2026-03-30 05:05:24 +02:00
kasun
892cbdacd2
added api client setup doc
2026-03-27 13:21:01 +01:00
kasun
ae10480ed5
added litellm setup doc
2026-03-27 03:31:55 +01:00
kasun
0c13b134ab
renamed env file
2026-03-26 21:25:51 +01:00
kasun
f7cf4360c0
added frontend test environment
2026-03-26 21:13:04 +01:00
kasun
9228e335e4
updated vite gitignore
2026-03-25 02:42:36 +01:00
kasun
e0739cf89a
revised spring boot docs to match testing strategy
2026-03-25 02:37:37 +01:00
kasun
8e48941870
made gradlew executable
2026-03-25 02:03:00 +01:00
kasun
f20221fd8d
changed ddl-auto of main db
2026-03-25 01:54:26 +01:00
kasun
3f579799af
setup testing environment with test-db, added test
2026-03-25 01:53:42 +01:00
kasun
dae8b21c77
revised code-server config dock
2026-03-25 00:33:23 +01:00
kasun
2b93165395
replaced frontend port with vite port
2026-03-25 00:31:14 +01:00
kasun
dfcb6cc2c1
remove compose.yaml
2026-03-25 00:30:42 +01:00
kasun
99fe65fb57
removed docker compose dependency and added dedicated pgvector db
2026-03-25 00:30:21 +01:00
kasun
dd7d468063
fixed format
2026-03-24 04:27:21 +01:00
kasun
89b4a297fe
added frontend config doc
2026-03-24 04:20:55 +01:00
kasun
1aa413022f
revised necessary packages for vite
2026-03-24 04:08:01 +01:00
kasun
fd91198315
added server config for local development
2026-03-24 03:57:24 +01:00
kasun
6df798c403
added initial vite project
2026-03-24 03:56:47 +01:00
kasun
6d9942d532
changed frontend framework from next.js to vite
2026-03-24 03:25:55 +01:00
kasun
fcdc1d0b50
added doc for spring boot setup
2026-03-23 23:46:33 +01:00
kasun
95c3362f0f
commented out spring security dependency for now
2026-03-23 23:46:17 +01:00
kasun
66e1a32ade
fixed typo
2026-03-20 13:54:29 +01:00
kasun
71d5f23e5f
revised code-server doc
2026-03-20 02:24:13 +01:00
kasun
15831aefd7
added initial spring boot setup with external postgres connection and openai api key
2026-03-20 01:50:17 +01:00
kasun
0913bead4b
removed unnecessary user set in dockerfile
2026-03-19 16:12:22 +01:00
kasun
ad9b75d620
changed app name
2026-03-19 11:42:51 +01:00
kasun
e8e53f9508
changed format
2026-03-18 04:11:45 +01:00
kasun
c6d55277ee
changed format
2026-03-18 04:09:18 +01:00
kasun
ec3db429ba
added project goals documentation
2026-03-18 02:45:26 +01:00
kasun
3a9a85efaa
added product and technical vision draft
2026-03-18 01:41:08 +01:00
kasun
8a2efef9e1
added additional doc for code-server config
2026-03-14 04:26:43 +01:00
kasun
f2b187de06
added documentation for code-server setup
2026-03-14 04:17:42 +01:00
kasun
bc490b2dc4
initial commit
2026-03-14 02:44:03 +01:00