Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  branches 60236 about 3 years Konstantina Galouni Adding the trunk and branches folders for the p...
  trunk 61359 over 2 years Konstantina Galouni [Trunk | Orcid Service]: 1. pom.xml: Upgrade ve...

Latest revisions

# Date Author Comment
61359 08/07/2021 01:02 PM Konstantina Galouni

[Trunk | Orcid Service]:
1. pom.xml: Upgrade version of spring boot from 1.5.8.RELEASE to 1.5.11.RELEASE (for custom queries in DB).
2. dao/MongoDBDAOs: Deleted folder MongoDBDAOs and moved its files (MongoDBUserTokensDAO.java, MongoDBWorkDAO.java) to parent (/dao) folder....

60959 22/04/2021 11:55 AM Konstantina Galouni

[Trunk | Orcid Service]:
1. OrcidServiceCheckDeployController.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....

60621 11/03/2021 03:19 AM Konstantina Galouni

[Trunk | Orcid Service]:
1, WorkController.java: In method "updateWork()" (/orcid/work/update/{putCode}), if ORCID does not return HttpStatus.OK,
return AuthorizationServiceException (for HttpStatus.UNAUTHORIZED), ConflictException (for HttpStatus.CONFLICT) or Exception instead of null.

60492 24/02/2021 08:41 PM Konstantina Galouni

[Trunk | Orcid Service]:
1. RecordController.java: Comment file RecordController.java, since it is not used by portal (to be deleted).
2. WorkController.java: Use "apiUrl" property for requests to ORCID API (not string set in the code).

60481 24/02/2021 11:38 AM Konstantina Galouni

[Trunk | Orcid Service]: UserTokensController.java: In "getPersonalDetailsFromOrcid()" method (/orcid/personal-details), when getting error response from ORCID API, throw Exception.

60418 14/02/2021 11:52 PM Konstantina Galouni

[Trunk | Orcid Service]:
1. pom.xml: Change version from 2.0.0 to 1.0.0 (not yet released and was set to 2.0.0 as a false copy-paste).
2. UserTokensController.java & WorkController.java: Added @PreAuthorize("isAuthenticated()") in class (some methods were missing that)....

60370 08/02/2021 10:56 AM Konstantina Galouni

[Trunk | Orcid Service]: OrcidConfig.java: Missing configuration file from previous commit.

60369 08/02/2021 10:54 AM Konstantina Galouni

[Trunk | Orcid Service]:
1. orcidservice.properties: Added properties "apiURL", "tokenURL", "clientId", "clientSecret" for ORCID API.
2. log4j.properties: Added configuration for ORCID log file "uoa-orcid-service-orcid.log".
3. UoaOrcidServiceApplication.java: Added "OrcidConfig.class" in "@EnableConfigurationProperties"....

60238 14/01/2021 12:31 PM Konstantina Galouni

[Trunk | Orcid Service]: Initial commit in trunk folder. The API is already partially implemented and running (configuration, controllers, services, DAOs, entities, handlers, responses, properties).

60236 14/01/2021 11:54 AM Konstantina Galouni

Adding the trunk and branches folders for the project.

View revisions

Also available in: Atom