uoa-monitor-service/src/main/java/eu/dnetlib/uoamonitorservice
Konstantina Galouni 0c9bc6f006 [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.
2. TestController.java: Comment "index()" method with @RequestMapping("/").
3. IndicatorController.java: [Bug fix]
        a. Added a check when the value of an indicator path parameter is null
        b. When an indicator path parameter from a default profile is deleted, delete this parameter also from all profiles based on this default.
2021-04-22 10:05:43 +00:00
..
configuration [Trunk | Monitor Service]: uoa-authorization-library dependency added: 2020-11-11 10:52:38 +00:00
controllers [Trunk | Monitor Service]: 2021-04-22 10:05:43 +00:00
dao [Trunk | Monitor Service]: 2020-05-18 09:17:05 +00:00
entities [Trunk | Monitor Service]: 2020-12-09 14:24:27 +00:00
handlers [Trunk | Monitor Service]: 2021-02-24 19:22:19 +00:00
ServletInitializer.java Initial commit for monitor-service. 2019-11-04 09:03:49 +00:00
UoaMonitorServiceApplication.java [Trunk | Monitor Service]: 2021-03-31 15:28:05 +00:00
UoaMonitorServiceConfiguration.java [Trunk | Monitor Service]: uoa-authorization-library dependency added: 2020-11-11 10:52:38 +00:00