Project

General

Profile

Statistics
| Revision:

# Date Author Comment
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.

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

60602 05/03/2021 05:01 PM Konstantinos Triantafyllou

[Notificaton Service | Trunk]: Fix a bug user email on groups

60587 04/03/2021 04:29 PM Konstantinos Triantafyllou

[Notificaton Service | Trunk]: Create notification methods to create get and read notification

60169 18/12/2020 12:37 PM Konstantinos Triantafyllou
60168 18/12/2020 12:37 PM Konstantinos Triantafyllou
60167 18/12/2020 12:36 PM Konstantinos Triantafyllou

Creating notification service.