Project

General

Profile

# Date Author Comment
62526 22/11/2022 12:02 PM Katerina Iatropoulou

log4j2 integrated + uoa-global-parent

61616 30/09/2021 07:26 PM Konstantina Galouni

[Trunk | Claims]:
1. db_script.sql: Comment existing commands and add commands for creating metrics table and intialize it with empty values.
2. NotificationHandler.java: [Bug fix] In logger set NotificationHandler.class.
3. QueryGenerator.java: Remove unnecessary log.

57029 11/09/2019 12:01 PM Argiro Kokogiannaki

-Remove methods and classes used for the migration from old database schema to new
-Remove communities XMLs
-rearrange packages (remove 'migration' and 'claimsDemo') Properties paths didn't change!

53618 04/11/2018 06:10 PM Konstantina Galouni

NotificationHandler.java & EmailSender.java: bug fix in calculating seconds (store 12:00 and add 1 sec to last_interaction_date when sending email).

53200 20/09/2018 04:19 PM Konstantina Galouni

1. Add entity 'Notification': pairs of mail-openaireId, with the preferences for notifications of this user for this id.
2. Add FetchNotificationHandler and NotificationHandler for 'Notification' entity.
3. springContext-claimsDemo.xml: Add beans for FetchNotificationHandler, NotificationHandler, defaultFrequencyInHours....