Commit Graph

174 Commits

Author SHA1 Message Date
33502640a2 Added model return for entity list endpoint 2025-12-22 00:16:30 +01:00
b5545bb5c8 Added entity/searchdomain name to deletion confirmation warning for searchdomain and entity 2025-12-21 14:17:02 +01:00
fbfaff2953 Added entity edit and delete buttons, added entity delete functionality 2025-12-21 02:11:59 +01:00
74481ac846 Fixed deleting entities not working 2025-12-21 02:11:09 +01:00
29f910a65a Fixed typos 2025-12-21 00:58:44 +01:00
bf6265882c Improved size estimation display units 2025-12-21 00:58:28 +01:00
8329beeca7 Added entity creation 2025-12-21 00:57:47 +01:00
20fc309b07 Added SimilarityMethodsEnum 2025-12-21 00:15:28 +01:00
ae2b9e9f41 Added models listing endpoint 2025-12-20 22:02:57 +01:00
e4a711fcbd Added filtering query output to top n elements 2025-12-20 20:13:28 +01:00
7eaf69379f Added database size estimation 2025-12-19 12:22:51 +01:00
2fcf5bea0f Fixed query modal color and missing localization tag 2025-12-19 10:12:43 +01:00
ca24dc04ab Added search cache estimation, added search cache clearing 2025-12-19 10:07:22 +01:00
94323e1f72 Added searchdomain creation 2025-12-18 23:03:58 +01:00
30d1bb888b Added more localization, added more hidden headings for accessibility 2025-12-18 22:47:54 +01:00
d296c95203 Fixed details buttons and modal color 2025-12-18 22:42:59 +01:00
1bf47d8220 Made settings a proper checkbox (single setting), fixed other issues regarding settings getting and setting 2025-12-18 22:32:57 +01:00
1439fa7d58 Fixed heading order 2025-12-18 22:31:13 +01:00
affdeb00b3 Added settings handling in the backend and settings string display in the front-end 2025-12-18 20:19:13 +01:00
bb8543dab2 Fixed settings update button layout broken 2025-12-18 13:24:09 +01:00
74f616d5e3 Fixed entities list not filling whole table 2025-12-18 13:23:46 +01:00
a1577aa2cc Added searchdomain deletion and fixed renaming modal coloring issue and button placement 2025-12-18 12:04:16 +01:00
8ea4e0c579 Added searchdomain renaming 2025-12-18 11:49:40 +01:00
accc045ce6 Added default searchdomain selection 2025-12-18 11:21:40 +01:00
ad269ecfc5 Added query detail modal 2025-12-14 23:21:45 +01:00
24228c05f2 Implemented query listing in front-end 2025-12-14 23:14:08 +01:00
21194f99d3 Implemented search result endpoint 2025-12-14 23:13:34 +01:00
1f67682879 Implemented search cache 2025-12-14 22:07:14 +01:00
3329712548 Added front-end entity filter and details button functionality 2025-12-14 20:37:18 +01:00
d0199cad20 Improved searchdomain loading performance significantly by actually implementing the id selector parameters 2025-12-14 19:41:59 +01:00
b68925de42 Added basic searchdomain info view 2025-12-14 18:37:46 +01:00
34b7c3845d Fixed branding, removed non-existant css file from _Layout.cshtml 2025-12-14 17:08:08 +01:00
99b3655239 Fixed variable usage before definition 2025-12-14 15:21:24 +01:00
eb6f7ef524 Fixed requested value LVEWAvg was not found, improved resiliency 2025-12-14 14:40:00 +01:00
1412f7cc55 Added basic authentication and localization 2025-12-14 13:31:46 +01:00
78f52faf46 Added rudimentary default view 2025-12-13 20:58:50 +01:00
70b6885a2e Improved client Url building 2025-12-13 18:38:17 +01:00
f0f01c3c66 Fixed magic values in Probmethods 2025-12-13 17:55:04 +01:00
b8a6cf07a2 Fixed missing ProbMethodNotFoundException in SearchdomainHelper 2025-12-13 17:46:40 +01:00
896e4b89d6 Improved logging for EntityResults 2025-12-13 17:36:51 +01:00
dedac5da3a Improved exception handling and logging in SearchdomainController 2025-12-13 17:25:07 +01:00
2f4a506077 Fixed missing proper SearchdomainNotFoundException in DatabaseHelper 2025-12-13 17:24:12 +01:00
53a8d073bd Improved logging in DatabaseHelper 2025-12-13 17:15:32 +01:00
4f3354c038 Fixed missing proper SearchdomainNotFoundException in SearchdomainManager 2025-12-13 17:15:15 +01:00
b7761479c8 Fixed missing SearchdomainAlreadyExistsException in SearchdomainManager 2025-12-13 17:09:40 +01:00
09d709966b Fixed missing proper exception in AIProvider 2025-12-13 17:05:56 +01:00
a1ed65ee41 Improved logging for DatabaseHelper 2025-12-13 16:52:26 +01:00
1b2050bb86 Improved logging in the AiProvider 2025-12-13 16:15:59 +01:00
4c4a313c7d Improved exception handling for indexing 2 2025-12-13 16:14:31 +01:00
94252fe63e Improved exception handling for indexing 2025-12-13 16:13:51 +01:00