Commit Graph

21 Commits

Author SHA1 Message Date
Katerina 54251e0124 Summary results are saved taking into account the profile name of the guidelines of the validation job. Without the profile name the results of a rule might be stored double times, in the cases where two different guidelines where checked during a validation job. 2024-06-21 14:51:05 +03:00
Katerina afeb08302e cleaning log messages 2024-06-21 14:47:24 +03:00
Katerina 7b06c8b97f Validation Status and Progress are now Enum 2024-06-20 15:35:16 +03:00
Katerina 88bd430801 Fixed the double save of summary results when 2 guidelines where checked in parallel 2024-04-22 12:49:49 +03:00
Katerina 1a99c041d3 Integrating the 871b2ec6e5 commit of validator-engine2. You need to install it locally, therefore I have added it as 1.9.9-local version in my pom.xml 2024-04-03 09:52:04 +03:00
Katerina c83d78077f added summary table and cleaning processes for all validation cases 2023-11-21 15:19:09 +02:00
Katerina 88a57a8b85 getSets method returns timeout if the process of getting all the sets from the oai server is not finished within 20 seconds. 2023-11-20 14:36:46 +02:00
Katerina 59fdd724e9 Summary Result is automatically saved in SimpleOaiPmhRoute Router 2023-11-07 15:06:11 +02:00
Katerina 24427a23ed added set in ValidationJob db entity and and class 2023-10-02 14:08:47 +03:00
Katerina ee55fd2b99 Added ErrorProcessor when XML returned is invalid - does not contain the record element 2023-09-20 14:23:37 +03:00
Katerina 50cb62af1e Added ExceptionProcessor for ClientProtocolException + TypeConversionException + Controller Level Exceptions 2023-09-19 15:48:40 +03:00
Katerina e324211595 added requirement_level, link, description and fair_principles in SummaryResult and ValidationRuleResults 2023-09-13 13:22:21 +03:00
Katerina 04fd403ac8 Correct names for issues and results in map before jpa 2023-07-17 15:20:01 +03:00
Katerina 3b95f932f3 Fixed bug on storing validationIssues 2023-07-17 12:33:19 +03:00
Katerina 7b5a9cad3d Clean DataBaseProcessor from all dependenies. Everything is passed via messages 2023-07-14 15:53:56 +03:00
Katerina ec549036d9 Steps to remove save methods from Processors. Added apache camel-jpa dependency 2023-07-14 14:21:21 +03:00
Katerina 97388284f2 correct score calculated + json returned for ListSets + internal error taken into account 2023-06-29 12:00:26 +03:00
Katerina ce4d729185 Enhancing all APIs to get all the information needed for Job result and Rule warnings and errors + record urls 2023-06-20 15:42:16 +03:00
Katerina 004b166b73 Added separate processor to save in db + refined the APIs for the job and the error/warnings + added repository method for the status of a job 2023-06-13 15:57:39 +03:00
Katerina 8eae2632a1 Routers are now stopped. For next steps I need to see why I get Exceptions 2023-06-12 15:48:10 +03:00
Katerina fe7a8b1631 progress with apache camel dynamic routes 2023-05-29 14:40:25 +03:00