Project

General

Profile

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

log4j2 integrated + uoa-global-parent

58341 26/03/2020 04:45 PM Argiro Kokogiannaki

ClaimEntity: Add information about the dashboard where the claim was created

Properties:
add properties for the different services
create beans properly
production or beta is decided from the services urls in properties

Migration:
create migration method: CopyFromBetaToProduction for communities

57125 24/09/2019 10:36 AM Argiro Kokogiannaki

Search utils, Project Handler, IndexResultHandler:
get search service url from properties
remove isProduction parameter
remove dedup result methods used in migration

-> update method calls and signatures accordingly
57031 11/09/2019 12:57 PM Argiro Kokogiannaki

- rename properties files springContext-claimsDemo.xml --> springContext-claims.xml
- rename properties paths services.claimsDemo.* to services.claims.*

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!

54959 01/03/2019 04:31 PM Argiro Kokogiannaki

[Trunk]

Email sEnder:
comment notification functions
add property for auth
read emailScheduler.sendEmailNotifications from properties

53916 21/11/2018 04:10 PM Konstantina Galouni

1. pom.xml: Add commented plugin for surfire (possibly needed in openjdk: bug in their release) | update version of javax.mail.
2. FetchContextHandler.java: bug fix in parsing resultset.
3. QueryGenerator.java: bug fix in query of method 'generateSelectFirstContextByCommunityIdQuery'....

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

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

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

51939 07/05/2018 03:23 PM Argiro Kokogiannaki

add communities xml files| change fetching methods for communities | set properly date in migration | change ORCID API

50968 28/02/2018 01:25 PM Argiro Kokogiannaki

fixing issues with ordering and types filter

50947 27/02/2018 03:33 PM Argiro Kokogiannaki

close the db connection per request, in fetch claims by context id use like and wild character in order to get all claims of a community

49865 09/11/2017 03:38 PM Argiro Kokogiannaki

change migration procedure: search first in beta then in production| add software | change directIndexHandler check for response

48294 04/07/2017 11:42 AM Argiro Kokogiannaki

Delete file when claim is deleted and result has no other links| change semantics | change the openaireId generation

47508 14/06/2017 01:54 PM Katerina Iatropoulou

claims-demo folder renamed to trunk

47507 14/06/2017 01:48 PM Katerina Iatropoulou

Copy for Java8