Project

General

Profile

Statistics
| Revision:

# Date Author Comment
61035 21/05/2021 11:40 PM Antonis Lempesis

setting metadataPrefix for FAIR guidelines

61033 21/05/2021 10:16 AM Alessia Bardi

Ignore test that uses remote sources

61032 21/05/2021 10:14 AM Alessia Bardi

Removed out-of-scope test

61031 21/05/2021 10:04 AM Alessia Bardi

REST plugin accepts optional Request Headers parameters as json map, e.g. {Accept:application/json}. This is useful to support PostgREST endpoints: they need a param in the header to return proper json. request headers must also be exploited for the pagination (not implemented in this commit). More details on PostgREST at https://postgrest.org/en/stable/api.html....

61029 20/05/2021 12:24 PM Alessia Bardi

Do not prepend PIC to the PIC number, as requested by the EC DG staff member

61023 19/05/2021 01:11 PM Konstantina Galouni

[Trunk | Claims Service]:
1. springContext-claims.properties: Updated "services.claims.mail.openaireCommunityClaimsPage" and "services.claims.mail.manageCommunityUserNotificationsPage" to use the new admin portal urls (Admin portal redesign).
2. EmailSender.java: Build urls by replacing "{community}" with openaire_id in "openaireCommunityClaimsPage" and "manageCommunityUserNotificationsPage" properties, (Admin portal redesign - new urls).

61018 18/05/2021 04:00 PM Alessia Bardi

No start nodes: they are executed one after the other

61017 18/05/2021 03:29 PM Andreas Czerniak

correct replace str in json

61016 18/05/2021 02:48 PM Andreas Czerniak

refine json to xml element-names

61015 18/05/2021 02:44 PM Andreas Czerniak

refine json to xml element-names

61014 18/05/2021 02:43 PM Andreas Czerniak

refine json to xml element-names

61010 17/05/2021 05:01 PM Andreas Czerniak

refining of request url creation and increase version number

61009 17/05/2021 04:37 PM Andreas Czerniak

queryParams could be emtpy

61005 17/05/2021 01:52 AM Antonis Lempesis

adapted mooore queries

60999 13/05/2021 09:21 AM Claudio Atzori

[maven-release-plugin] prepare for next development iteration

60998 13/05/2021 09:21 AM Claudio Atzori

[maven-release-plugin] copy for tag dnet-openaireplus-workflows-7.1.12

60997 13/05/2021 09:21 AM Claudio Atzori

[maven-release-plugin] prepare release dnet-openaireplus-workflows-7.1.12

60996 12/05/2021 06:47 PM Alessia Bardi

Updated info workflow to also set the last update date of the sources of DOIBoost

60995 12/05/2021 06:30 PM Alessia Bardi

Workflows that import data by-passing the aggregation system

60993 12/05/2021 04:33 PM Claudio Atzori

param encoding in mdstore creation request

60991 12/05/2021 11:29 AM Claudio Atzori

lookup the repository profile id in the workflow env using 'dataprovider:id'

60990 12/05/2021 11:13 AM Claudio Atzori

more logging

60989 12/05/2021 10:20 AM Claudio Atzori

more logging, bumped version

60988 12/05/2021 09:56 AM Claudio Atzori

using openaire datasource id instead of the repository profile identifier in the hadoop-based aggregation workflows

60979 07/05/2021 02:52 PM Miriam Baglioni

changed the collectedfrom as the id of the datasource for the funder. Added the insertion of the datasources in the database

60978 07/05/2021 02:51 PM Miriam Baglioni

changed the collectedfrom to the one of the datasource of the funder instead of openaire (to have the collectedfrom as the id of the openaire datasource made the projects to be associated to openaire)

60972 26/04/2021 03:57 PM Claudio Atzori

allow to set untilDateOverride in hadoop-specific collection workflows

60971 26/04/2021 03:53 PM Claudio Atzori

allow to set untilDateOverride

60967 23/04/2021 02:49 PM Alessia Bardi

Fixed xpath that led to wrong PIDs to organisations. Re-introduced FIXORGS transformation, as in the end it is more useful than thought

60960 22/04/2021 12:05 PM Konstantina Galouni

[Trunk | Monitor Service]:
1. MonitorServiceCheckDeployController.java: [NEW] Controller added and
a. "hello()" method (@RequestMapping(value = {"", "/health_check"}, method = RequestMethod.GET)) which just prints and returns a greeting message.
b. "checkEverything()" method @RequestMapping(value = "/health_check/advanced", method = RequestMethod.GET) only accessible by PORTAL ADMINS which checks connection with db and prints properties....

60959 22/04/2021 11:55 AM Konstantina Galouni

[Trunk | Orcid Service]:
1. OrcidServiceCheckDeployController.java: [NEW] Controller added and
a. "hello()" method (@RequestMapping(value = {"", "/health_check"}, method = RequestMethod.GET)) which just prints and returns a greeting message.
b. "checkEverything()" method @RequestMapping(value = "/health_check/advanced", method = RequestMethod.GET) only accessible by PORTAL ADMINS which checks connection with db and prints properties....

60958 22/04/2021 11:13 AM Konstantina Galouni

[Trunk | Notification Service]:
NotificationServiceCheckDeployController: [NEW] Controller added and
a. "hello()" method (@RequestMapping(value = {"", "/health_check"}, method = RequestMethod.GET)) which just prints and returns a greeting message.
b. "checkEverything()" method @RequestMapping(value = "/health_check/advanced", method = RequestMethod.GET) only accessible by PORTAL ADMINS which checks connection with db and prints properties.

60957 22/04/2021 11:12 AM Konstantina Galouni

[Trunk | Authorization Library]:
1. Added folder /controllers.
2. AuthorizationLibraryCheckDeployController.java: [NEW] Controller added and
a. "hello()" method (@RequestMapping(value = {"", "/health_check"}, method = RequestMethod.GET)) which just prints and returns a greeting message....

60956 22/04/2021 11:09 AM Konstantina Galouni

[Trunk | Admin Tools Library]:
1. AdminToolsLibraryCheckDeployController.java:
a. In "hello()" method added @RequestMapping (except for existing ""), "/health_check".
b. Added method "checkEverything()" (/health_chech/advanced) only accessible by PORTAL ADMINS which checks connection with db and prints properties....

60955 22/04/2021 11:07 AM Konstantina Galouni

[Trunk | Admin Tools]:
1. AdminToolsCheckDeployController.java:
a. In "hello()" method added @RequestMapping (except for existing ""), "/health_check".
b. Added method "checkEverything()" (/health_chech/advanced) only accessible by PORTAL ADMINS which checks connection with db and prints properties....

60948 21/04/2021 05:13 PM Antonis Lempesis

adapted mooore queries

60947 21/04/2021 03:44 PM Antonis Lempesis

adapted mooore queries

60937 21/04/2021 12:32 PM Andreas Mantas

fixed comments bug on interfaces

60935 21/04/2021 01:44 AM Antonis Lempesis

adapted mooore queries

60934 21/04/2021 01:25 AM Antonis Lempesis

adapted mooore queries

60933 21/04/2021 01:12 AM Antonis Lempesis

adapted mooore queries

60932 21/04/2021 12:26 AM Antonis Lempesis

fixed incorrect parameters and query name...

60931 21/04/2021 12:21 AM Stefania Martziou

Fixed a missing ')' and changed the stats tool url for the production build

60930 20/04/2021 11:51 PM Antonis Lempesis

removed the new. prefix from the query names

60929 20/04/2021 11:51 PM Antonis Lempesis

branching to change the query names to the new format (sans new.)

60924 20/04/2021 04:36 PM Konstantinos Triantafyllou

Merge last changes from trunk

60923 20/04/2021 12:49 PM Katerina Iatropoulou

PRIVATE : Enhanced svnlog2html.xslt to match new menu with authentication and to include matomo script

60921 20/04/2021 12:26 PM Katerina Iatropoulou

PRIVATE: adding matomo script

60919 20/04/2021 12:22 PM Alessia Bardi

count from 0

60918 20/04/2021 12:17 PM Katerina Iatropoulou

PRIVATE : updated changelist

60912 19/04/2021 05:16 PM Alessia Bardi

#6546: profile for NEANIAS Underwater community

60911 19/04/2021 03:47 PM Andreas Mantas

fixed 'description is null' error

60910 19/04/2021 11:16 AM Antonis Lempesis

theme assets are no longer externals. Copied the subtree instead

60901 17/04/2021 12:28 AM Stefania Martziou

Finished adding gradient to the graphs and replacing the old with the new colors

60900 16/04/2021 10:41 PM Stefania Martziou

Initial changes

60899 16/04/2021 09:55 PM Stefania Martziou

Creating branch for the grouping of charts for the main entities by something

60898 16/04/2021 09:53 PM Stefania Martziou

Initial commit for gradient charts and color changes

60882 16/04/2021 11:42 AM Antonis Lempesis

test

60874 16/04/2021 10:22 AM Stefania Martziou

Fixed the yAxis label for the usage statistics graphs

60873 16/04/2021 10:16 AM Antonis Lempesis

returning fair guidelines as such

60863 14/04/2021 07:23 PM Stefania Martziou

branching to play with gradients

60862 14/04/2021 07:23 PM Stefania Martziou

creating branches folder

60861 14/04/2021 06:49 PM Stefania Martziou

Created extra commented out variables for the various color paletted, and changed a graph's profile name until it is fixed in production

60860 13/04/2021 11:41 PM Stefania Martziou

Used the result color from the color palette file for the home page overview results by funder graph

60855 13/04/2021 03:14 PM Stefania Martziou

Added flags for cyprus and israel and zoomed out the map in the home page a little so that israel is displayed

60851 13/04/2021 02:32 PM Stefania Martziou

Reverted the color palette and fixed a margin in the mobile menu

60850 13/04/2021 02:21 PM Stefania Martziou

Fixed the scrolling and fragment handling

60849 13/04/2021 10:38 AM Stefania Martziou

Fixed the dependency for echarts and ngx-echarts so that it builds successfully

60843 12/04/2021 11:22 PM Stefania Martziou

Added the new methodology page

60835 12/04/2021 11:31 AM Stefania Martziou

Refactored to add a variable in all stats tool queries for the profile name used. Also, added a change in the color palette for the main entities

60813 08/04/2021 12:36 PM Katerina Iatropoulou

PRIVATE : updated changelist + changelist menu

60812 08/04/2021 12:28 PM Katerina Iatropoulou

Authenticated requests to our APIs are now enabled.

60810 07/04/2021 01:46 AM Konstantina Galouni

[Trunk | Notificaton Service]:
1. NotificationConfiguration.java: [Bug fix] Commented @PropertySources (a library service should not set properties locally, but parent service is responsible for that).
2. NotificationController.java: For method "getAllNotifications()" (/all), set @PreAuthorize to PORTAL_ADMIN (instead of REGISTERED_USER) (used for testing)....

60802 06/04/2021 01:18 AM Konstantinos Triantafyllou

[Login-core | Trunk]: Add user cookie on login

60788 05/04/2021 12:35 PM Antonis Lempesis

code cleanup

60786 02/04/2021 06:01 PM Antonis Lempesis

removed unnecessary dep to spring boot

60764 31/03/2021 07:22 PM Alessia Bardi

reverted to version 56067 - attempt to use relative URLs sadly failed

60763 31/03/2021 07:02 PM Alessia Bardi

context property is needed for the master.st to resolve the pretty presentation elements for html

60762 31/03/2021 06:52 PM Alessia Bardi

removed properties that should be unused if we go for the relative URIs

60761 31/03/2021 06:41 PM Alessia Bardi

Use relative URIs for the Vocabulary API pages

60760 31/03/2021 05:45 PM Konstantina Galouni

[Trunk | Admin Tools Library]: AdminPortalRelationsController.java:
a. Uncomment method "getDivHelpContent()" ({portalType}/{pid}/divhelpcontent/{id}) (used by portal).
b. Update method "List<DivHelpContent> getDivHelpContentsByPageId()" to "List<DivHelpContentResponse> getDivHelpContentsByPageId()" to return full objects for DivHelpContents.

60759 31/03/2021 05:28 PM Konstantina Galouni

[Trunk | Monitor Service]:
1. pom.xml: Add dependency for notification service: uoa-notification-service.
2. UoaMonitorServiceApplication.java: In @SpringBootApplication, add in scanBasePackages "eu.dnetlib.uoanotificationservice".

60752 30/03/2021 02:24 PM Antonis Lempesis

deleting angular app...

60749 30/03/2021 11:38 AM Antonis Koulalis

New Add Repository Functionality

60748 30/03/2021 11:37 AM Antonis Koulalis
60747 30/03/2021 11:33 AM Antonis Koulalis
60746 29/03/2021 04:15 PM Alessia Bardi

Fix for PICs in the database

60729 26/03/2021 02:32 PM Claudio Atzori

[maven-release-plugin] prepare for next development iteration

60728 26/03/2021 02:32 PM Claudio Atzori

[maven-release-plugin] copy for tag dnet-openaireplus-workflows-7.1.10

60727 26/03/2021 02:32 PM Claudio Atzori

[maven-release-plugin] prepare release dnet-openaireplus-workflows-7.1.10

60726 26/03/2021 02:30 PM Claudio Atzori

UTF-8 encode requests for the creation of an MDStore on the MDsM

60725 26/03/2021 11:36 AM Claudio Atzori

PRIVATE : added link to the broker-cmdline-client on GitHub

60718 24/03/2021 11:27 AM Konstantina Galouni

[Trunk | Admin Tools]: AdminToolsCheckDeployController.java: [NEW] Controller added and "hello()" method (@RequestMapping(value = "", method = RequestMethod.GET)) which just prints and returns a greeting message.

60717 24/03/2021 11:26 AM Konstantina Galouni

[Trunk | Admin Tools Library]: AdminToolsLibraryCheckDeployController.java: [NEW] Controller added with @RequestMapping("/admin-tools-library") and
"hello()" method (@RequestMapping(value = "", method = RequestMethod.GET)) which just prints and returns a greeting message.

60716 24/03/2021 11:21 AM Konstantinos Triantafyllou

Merge latest changes from trunk

60714 24/03/2021 11:08 AM Konstantinos Triantafyllou

[Users | Trunk]: Remove duplicates emails from return lists. Remove role from duplicates accounts

60698 23/03/2021 05:56 PM Alessia Bardi

#6496: PIC numbers among the organisations PIDs.

60696 23/03/2021 04:47 PM Alessia Bardi

deleted tmp transformation of re3data because it served the need it was created for (transition to new identifiers for organisations based also on country).

60663 18/03/2021 09:49 AM Argiro Kokogiannaki

Fix context query (to return claims linked to a community or made in community dashboard)

60662 17/03/2021 05:42 PM Konstantina Galouni

[Trunk | Claims API]: ClaimsService.java:
1. [Bug fix] Call "this.emailSender.getManagerUtils().isCommunityManager()" instead of "this.emailSender.getCommunityUtils().isCommunityManager()"
2. In method "getUserEmailNotificationPreferences()" (/users/notification) set notification.setOpenaireName with openaireId (we do not query community API anymore and we do not have community name).