Project

General

Profile

Statistics
| Revision:
  • svn:ignore: .idea target

# Date Author Comment
61798 30/11/2021 12:44 PM Konstantinos Triantafyllou

[maven-release-plugin] prepare release uoa-notification-service-1.0.3

61797 30/11/2021 12:43 PM Konstantinos Triantafyllou

Update authorization library

61773 16/11/2021 03:50 PM Konstantinos Triantafyllou

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

61771 16/11/2021 03:50 PM Konstantinos Triantafyllou

[maven-release-plugin] prepare release uoa-notification-service-1.0.2

61770 16/11/2021 03:50 PM Konstantinos Triantafyllou

Add version to global vars. Update authorization library

61761 16/11/2021 03:03 PM Konstantinos Triantafyllou

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

61759 16/11/2021 03:03 PM Konstantinos Triantafyllou

[maven-release-plugin] prepare release uoa-notification-service-1.0.1

61758 16/11/2021 03:03 PM Konstantinos Triantafyllou

Update authorization library

61626 04/10/2021 10:01 AM Konstantinos Triantafyllou

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

61624 04/10/2021 10:01 AM Konstantinos Triantafyllou

[maven-release-plugin] prepare release uoa-notification-service-1.0.0

61623 04/10/2021 10:01 AM Konstantinos Triantafyllou

[Notification Service]: Ready for release

61618 01/10/2021 04:16 PM Konstantinos Triantafyllou

[Notifications]: Add mark all as read. Validate groups in notification save

61556 16/09/2021 12:13 AM Konstantina Galouni

[Trunk | Notification Service]:
1. pom.xml:
a. Added timestamp in properties.
b. In <build> added <resources> with filtering set to true.
2. GlobalVars.java: Added GlobalVars class for date of deploy & date of build.
3. NotificationConfiguration.java: In @EnableConfigurationProperties added GlobalVars.class....

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

60168 18/12/2020 12:37 PM Konstantinos Triantafyllou