uoa-monitor-service/src/main/java/eu/dnetlib/uoamonitorservice
Konstantina Galouni ff38145b25 [Trunk | Monitor Service]:
1. trunk/src/test/java/eu/dnetlib/uoamonitorservice: New folders for tests.
2. ExceptionsHandler.java: Replace "log.debug" with "log.error".
3. Stakeholder.java: Field 'description' and getter/ setter methods added.
4. Topic.java: Field 'icon' and getter/ setter methods added | In method "copyFromDefault()", set "isActive" and "isPublic" fields of new Topic same as the values from default Topic.
5. TopicController.java: In method "onUpdateDefaultTopic()", add update for icon.
6. Category.java & SubCategory.java & Indicator.java: 
	In method "copyFromDefault()", set "isActive" and "isPublic" fields of new Category/ SubCategory/ Indicator same as the values from default Category/ SubCategory/ Indicator.
7. IndicatorController.java: 
	a. [Bug fix] Add some null checks when updating number indicators.
	b. In method "parameterMapping()" comment replacement of "index_id", "index_name", "index_shortName" in indicatorPath.url (number indicators only).
2020-06-17 11:37:42 +00:00
..
configuration [Trunk | Monitor Service]: 2020-06-17 10:56:52 +00:00
controllers [Trunk | Monitor Service]: 2020-06-17 11:37:42 +00:00
dao [Trunk | Monitor Service]: 2020-05-18 09:17:05 +00:00
entities [Trunk | Monitor Service]: 2020-06-17 11:37:42 +00:00
handlers [Trunk | Monitor Service]: 2020-06-17 11:37:42 +00:00
responses Initial commit for monitor-service. 2019-11-04 09:03:49 +00:00
ServletInitializer.java Initial commit for monitor-service. 2019-11-04 09:03:49 +00:00
UoaMonitorServiceApplication.java [Trunk | Monitor Service]: 2020-06-17 10:56:52 +00:00
UoaMonitorServiceConfiguration.java Initial commit for monitor-service. 2019-11-04 09:03:49 +00:00