uoa-monitor-service/src/main/java/eu/dnetlib/uoamonitorservice/controllers
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
..
CategoryController.java [Trunk | Monitor Service]: 2021-02-24 19:22:19 +00:00
EmailController.java [Trunk | Monitor Service]: 2020-06-17 10:56:52 +00:00
IndicatorController.java [Trunk | Monitor Service]: 2021-04-22 10:05:43 +00:00
MonitorController.java [Trunk | Monitor Service]: 2020-11-11 12:50:44 +00:00
MonitorServiceCheckDeployController.java [Trunk | Monitor Service]: 2021-04-22 10:05:43 +00:00
SectionController.java [Trunk | Monitor Service]: 2021-02-24 19:22:19 +00:00
StakeholderController.java [Trunk | Monitor Service]: 2021-02-24 19:22:19 +00:00
SubCategoryController.java [Trunk | Monitor Service]: 2021-02-24 19:22:19 +00:00
TestController.java [Trunk | Monitor Service]: 2021-04-22 10:05:43 +00:00
TopicController.java [Trunk | Monitor Service]: 2021-02-24 19:22:19 +00:00