Commit Graph

99 Commits

Author SHA1 Message Date
Konstantinos Triantafyllou 65a4e8d3fe [maven-release-plugin] prepare release uoa-monitor-service-1.1.5-BETA 2023-07-31 10:59:50 +03:00
Konstantinos Triantafyllou 3c3c4295dc Merge remote-tracking branch 'origin/master' into beta 2023-07-31 10:59:25 +03:00
Konstantinos Triantafyllou 8446c19ea9 Fix section default Id null exception in save default indicator 2023-07-31 10:59:03 +03:00
Konstantinos Triantafyllou c4805df822 [maven-release-plugin] prepare for next development iteration 2023-07-27 16:11:06 +03:00
Konstantinos Triantafyllou 14a0add458 [maven-release-plugin] prepare release uoa-monitor-service-1.1.4-BETA 2023-07-27 16:11:02 +03:00
Konstantinos Triantafyllou 36675ce12d Merge remote-tracking branch 'origin/master' into beta 2023-07-27 16:09:19 +03:00
Konstantina Galouni 648803a30c [Monitor Service | master]: Stakeholder.java: Added field "private Date projectUpdateDate = null;" to expose the last update date in the UI. 2023-07-17 17:06:52 +03:00
Konstantina Galouni fc2010e530 [Monitor Service | master]: IndicatorController.java: In method "createSectionsAndSaveBulk()" -on import indicators- check if a section or an indicator is null, and ignore them. 2023-07-10 18:00:27 +03:00
Konstantinos Triantafyllou e6e8eb283f [maven-release-plugin] prepare for next development iteration 2023-07-04 16:04:19 +03:00
Konstantinos Triantafyllou fb3812db5c [maven-release-plugin] prepare release uoa-monitor-service-1.1.3-BETA 2023-07-04 16:04:15 +03:00
Konstantinos Triantafyllou e61d90fd9c Merge remote-tracking branch 'origin/master' into beta 2023-07-04 16:03:42 +03:00
Konstantinos Triantafyllou 7b4f0a9eec Fix role utils methods 2023-07-04 16:02:34 +03:00
Konstantina Galouni 09b8d2188f [Monitor Service | master]: Indicator.java: In method "copyFromDefault()", get visibility as parameter and set the visibility of the new-copied indicator accordingly | IndicatorController.java: When creating indicators copied from a new default indicator, set the visibility of each new indicator same as of its parent subcategory. 2023-07-03 10:42:46 +03:00
Konstantinos Triantafyllou f036f7c98d [maven-release-plugin] prepare for next development iteration 2023-06-20 14:23:43 +03:00
Konstantinos Triantafyllou a95b9cecd5 [maven-release-plugin] prepare release uoa-monitor-service-1.1.2-BETA 2023-06-20 14:23:40 +03:00
Konstantinos Triantafyllou 0150975600 Merge remote-tracking branch 'origin/master' into beta 2023-06-20 14:22:34 +03:00
Konstantina Galouni 0184da8a8e [Monitor Service | master]: Stakeholder.java: Added field private Locale locale = Locale.EU; (Local is enum with values: EN("en"), EU("eu")) and getter/setter methods. 2023-06-19 13:28:32 +03:00
Konstantinos Triantafyllou f246e4d6b8 Fix script for add funding stream in default msca 2023-06-09 13:35:03 +03:00
Konstantinos Triantafyllou 15b16613bf Merge remote-tracking branch 'origin/master' into beta 2023-05-31 16:27:36 +03:00
Konstantinos Triantafyllou 273858cc2c Replace let with var in update.js 2023-05-31 16:27:15 +03:00
Konstantinos Triantafyllou 06be4d37ce Update script with alias of default-fl1. 2023-05-31 14:07:56 +03:00
Konstantinos Triantafyllou b365e713e7 [maven-release-plugin] prepare for next development iteration 2023-05-30 16:29:20 +03:00
Konstantinos Triantafyllou fc37faa83d [maven-release-plugin] prepare release uoa-monitor-service-1.1.1-BETA 2023-05-30 16:29:16 +03:00
Konstantinos Triantafyllou 2e86ddca90 Merge branch 'master' into beta 2023-05-30 16:27:15 +03:00
Konstantinos Triantafyllou 31f758d534 Add addFundingStreamInDefaultMSCA in migration script. 2023-05-30 16:26:45 +03:00
Konstantinos Triantafyllou e363a04f84 Pom: Add spring-boot-version in maven-plugin 2023-05-19 16:47:19 +03:00
Konstantina Galouni 6cbda6babc Merge pull request 'master' (#1) from master into beta
Reviewed-on: #1
2023-05-03 12:07:48 +02:00
Konstantina Galouni 1119c1fdcf [Monitor Service | master]: Stakeholder.java: Added field private String statsProfile = "monitor"; and getter/setter methods | IndicatorPath.java: Added field private Format format = Format.NUMBER; where Format is enum {NUMBER, PERCENTAGE} and getter/setter methods | IndicatorController.java: On method "onUpdateDefaultIndicator()" check if format was changed | update_db.js: Added method "statsProfileOfIndicatorsAsVariable()". 2023-05-03 13:02:56 +03:00
Konstantina Galouni 806e1e16d8 [Monitor Service | master]: MonitorController.java: In method "updatePortal()" call also pageService.updatePid if pid was changed | pom.xml: Updated version of uoa-admin-tools-library to 1.0.7 (previous was 1.0.6). 2023-05-03 12:58:13 +03:00
Konstantinos Triantafyllou 29cc52a65f Merge branch 'log4j2' 2022-11-22 17:43:46 +02:00
Konstantina Galouni 4080c5326e StakeholderController.java: update return type of 'changeStakeholderVisibility()' and 'changeStakeholderVisibilityTree()' from Visibility to Stakeholder. 2022-10-21 17:24:49 +03:00
Konstantinos Triantafyllou d3782a1fe9 [maven-release-plugin] prepare for next development iteration 2022-10-20 10:57:53 +03:00
Konstantinos Triantafyllou d85cdb8c23 [maven-release-plugin] prepare release uoa-monitor-service-1.1.0-BETA 2022-10-20 10:57:50 +03:00
Konstantinos Triantafyllou 07dd7d4ca7 Merge remote-tracking branch 'origin/log4j2' into beta 2022-10-20 10:57:20 +03:00
Konstantina Galouni 5d46d84a96 [Monitor Service | log4j]: SwaggerConfig.java: Updated swagger to add separate folders for libraries. 2022-10-20 10:40:08 +03:00
Konstantina Galouni 05aec3af4a StakeholderController.java: update return type of 'changeStakeholderVisibility()' and 'changeStakeholderVisibilityTree()' from Visibility to Stakeholder. 2022-10-16 11:41:19 +03:00
Konstantina Galouni ea7f71f0ab Configure beta pom (added -BETA- in version) 2022-10-10 15:31:15 +03:00
Konstantina Galouni 637554d3e8 [Monitor Service | log4j2] pom.xml: Removed groupid 2022-10-10 15:29:34 +03:00
Konstantina Galouni adf8cb5e70 pom.xml: Updated parent and versions of libraries | Moved to log4j2 & set spring log file as default | Added swagger 2022-10-10 15:27:17 +03:00
Konstantina Galouni 82a8f8ad56 [Trunk | Monitor Service]: StakeholderController.java & TopicController.java & CategoryController.java & SubCategoryController.java & SectionController.java & IndicatorController.java: Updated /change-visibility methods and added @RequestParam(required = false) Boolean propagate, to allow changing visibility of all contents of the updated entity too & updated return type to return the entity instead its visibility & added everywhere method "changeVisibilityTree()". 2022-09-14 18:02:47 +03:00
Konstantinos Triantafyllou 902a666c8e [maven-release-plugin] rollback the release of uoa-monitor-service-1.0.4 2022-09-14 11:19:09 +03:00
Konstantinos Triantafyllou d274c2e95a [maven-release-plugin] prepare for next development iteration 2022-09-14 11:18:43 +03:00
Konstantinos Triantafyllou edba8457d1 [maven-release-plugin] prepare release uoa-monitor-service-1.0.4 2022-09-14 11:18:38 +03:00
Konstantinos Triantafyllou e473740e9c Add info messages during merge 2022-09-13 13:01:53 +03:00
Konstantinos Triantafyllou c6d613eb64 Increase snapshot version for next release 2022-09-13 12:20:08 +03:00
Konstantinos Triantafyllou e7c32e0efc Merge branch 'master' of code-repo.d4science.org:MaDgIK/uoa-monitor-service 2022-09-13 12:06:54 +03:00
Konstantinos Triantafyllou e95ebbdb87 Add merge.sh 2022-09-13 12:06:45 +03:00
Konstantina Galouni dd7537f5d0 [Trunk | Monitor Service]: IndicatorController.java: Updated methods "saveBulkIndicators()" and "createSectionsAndSaveBulk()" to import List<Section<Indicator>> instead of List<Indicator> | pom.xml: Inreased version. 2022-09-08 23:37:03 +03:00
Konstantina Galouni 61b947737b Merge branch 'master' of code-repo.d4science.org:MaDgIK/uoa-monitor-service 2022-09-08 23:35:20 +03:00
Konstantina Galouni cddb8a2de1 [Trunk | Monitor Service]: Updated methods "saveBulkIndicators()" and "createSectionsAndSaveBulk()" to import List<Section<Indicator>> instead of List<Indicator>. 2022-09-08 23:34:25 +03:00