IHTSDO / authoring-ui

SNOMED CT Authoring Frontend Application, part of the SNOMED International Authoring Platform
Other
8 stars 4 forks source link

No repository found for release-notes #17

Closed someshwarMirge closed 1 year ago

someshwarMirge commented 1 year ago

We are deploying Snomed CT authoring platform in our facility. We are stuck in deployment as we are unable to find the repository of 'release-notes' service. We have found that this service APIs has been called multiple times from authoring UI e.g. lineitems API call (attached screenshot for the same). We need help regarding, 1.Where to find release-notes Service repository.

  1. It's deployment strategy.

image

kaicode commented 1 year ago

The Release Notes Service is one of the newer microservices and it looks like the GitHub repository has not been made public yet. Please accept our apologies. I have started our internal process to make the repo public, it usually takes a few days. I'll post a link here when it's ready.

kaicode commented 1 year ago

The Release Notes Service repository is now public, here: https://github.com/IHTSDO/release-notes-service . The readme contains deployment and configuration notes. Note that the readme says the service requires a different version of Elasticsearch than the one Snowstorm uses at this time. I'm not sure what the rationale for this is.

kaicode commented 1 year ago

For your information, I was able to successfully run the automated java service unit tests for the Release Notes Service using Elasticsearch version 7.10.2, the same one that's recommended for Snowstorm. To be clear, there has been no manual testing of the Release Notes Service against that version of Elasticsearch. But personally I would try that first.

someshwarMirge commented 1 year ago

Thanks @kaicode for the support! We are able to deploy the service successfully.