Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  branches 52896 over 5 years Konstantina Galouni Creating a branch of project for refactor con n...
  tags 48300 over 6 years Katerina Iatropoulou [maven-release-plugin] copy for tag uoa-claims...
  trunk 53201 over 5 years Konstantina Galouni Add database sql script to remove 'token' and '...

Latest revisions

# Date Author Comment
53201 20/09/2018 04:22 PM Konstantina Galouni

Add database sql script to remove 'token' and 'notify' from project table and create notification table.

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....

53199 20/09/2018 03:29 PM Konstantina Galouni

1. Project.java: Remove 'token' field from 'Project' entity.
2. FetchProjectHandler.java, ProjectHandler.java, TestClass.java: Remove methods related to 'token' field.
3. FetchProjectHandler.java: Add 'fetchProjectIdsAndNamesByProjectManagerMail' method | Change 'fetchContactEmailsByProjectId' method (mails are returned as List from DAO).

53197 20/09/2018 03:18 PM Konstantina Galouni

SqlStore.java:
close ResultSet and Statement in finally clause
return CachedRowSet instead of ResultSet when needed (avoids problems with closed connection, nothing else changes because CachedRowSet extends ResultSet)

53031 06/09/2018 11:34 AM Argiro Kokogiannaki

Parameterize context utils methods with a boolean parameter for productionIndex, add production url
In delete claims method add check for deleting record

52896 03/08/2018 02:55 PM Konstantina Galouni

Creating a branch of project for refactor con
nections issue

52895 03/08/2018 02:53 PM Konstantina Galouni

Adding branches folder

52857 01/08/2018 12:30 PM Argiro Kokogiannaki

Enable claiming for ORPs
Set direct index url in properties
Migration:
save orphan Ids, claims
uncomment fetch dedup

52619 29/06/2018 03:07 PM Konstantina Galouni

1. FetchProjectHandler.java: Rename 'fetchProjectIdByToken' to 'fetchProjectIdByTokenAndEmail' and create 'public String fetchProjectIdByToken(String token)' method.
2. QueryGenerator.java: Rename 'generateSelectProjectIdByTokenQuery' to 'generateSelectProjectIdByTokenAndEmailQuery' -...

52274 29/05/2018 05:39 PM Argiro Kokogiannaki

Change ContextUtils to get concept label from new Context API

View revisions

Also available in: Atom