Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  src 61553 over 2 years Konstantina Galouni [Trunk | Admin Tools Library]: 1. pom.xml: ...
pom.xml 4.81 KB 61669 over 2 years Konstantina Galouni [maven-release-plugin] prepare for next develop...

Latest revisions

# Date Author Comment
61669 12/10/2021 12:59 PM Konstantina Galouni

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

61667 12/10/2021 12:59 PM Konstantina Galouni

[maven-release-plugin] prepare release uoa-admin-tools-library-1.0.0

61666 12/10/2021 12:50 PM Konstantina Galouni

[Trunk | Admin Tools Library]: pom.xml: Added <scm> and commented <groupId>, to release this library to maven nexus repository.

61632 05/10/2021 11:04 PM Konstantina Galouni

[Trunk | Admin Tools Library]: pom.xml:
a. Update parent from "spring-boot-starter-parent" to "dnet45-parent" ==> add <dependencyManagement>.
b. For dependency "uoa-authorization-library", use version 1.0.0 (released version), not 1.0.0-SNAPSHOT.

61553 15/09/2021 11:58 PM Konstantina Galouni

[Trunk | Admin Tools Library]:
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. UoaAdminToolsLibraryApplication.java: In @EnableConfigurationProperties added GlobalVars.class....

61290 24/06/2021 02:29 PM Konstantina Galouni

[Trunk | Admin Tools Library]: Added properties.put("mail.smtp.ssl.protocols", "TLSv1.2"); if(mailConfig.getHost().equals("smtp.gmail.com")) (only for dev).

61092 04/06/2021 12:07 PM Konstantina Galouni

[Trunk | Admin Tools Library]: DivHelpContentService.java: Updated default footer div helptext for new communities and added default footer div helptext for new monitor dashboards and other portals.

61088 04/06/2021 11:25 AM Konstantina Galouni

[Trunk | Admin Tools Library]: DivHelpContentService.java: In method "addDivHelpContentsInPortal()" (when creating a new portal), added default footer div help content for divId with name "footer".

60956 22/04/2021 11:09 AM Konstantina Galouni

[Trunk | Admin Tools Library]:
1. AdminToolsLibraryCheckDeployController.java:
a. In "hello()" method added @RequestMapping (except for existing ""), "/health_check".
b. Added method "checkEverything()" (/health_chech/advanced) only accessible by PORTAL ADMINS which checks connection with db and prints properties....

60760 31/03/2021 05:45 PM Konstantina Galouni

[Trunk | Admin Tools Library]: AdminPortalRelationsController.java:
a. Uncomment method "getDivHelpContent()" ({portalType}/{pid}/divhelpcontent/{id}) (used by portal).
b. Update method "List<DivHelpContent> getDivHelpContentsByPageId()" to "List<DivHelpContentResponse> getDivHelpContentsByPageId()" to return full objects for DivHelpContents.

View revisions

Also available in: Atom