feat(mojaloop/#2092): upgrade nodeJS version for core services - #61
Merged
mdebarros merged 21 commits intoJul 25, 2022
Merged
Conversation
feat(mojaloop/[[#2092](https://github.com/mdebarros/simulators/issues/2092)](https://github.com/mdebarros/simulators/issues/2092)): upgrade nodeJS version for core services - mojaloop/project#2092 - standardised CI scripts - updated docker-compose files to work correctly - fixed lint issues - updated .nvmrc to latest LTS version - added standard CI scripts/config to package.json: release, snapshot, standard-version, etc - updated gitignore to include test/results and IGNORE patterns - updated README with standard auto-release information - Fixed imports - Cleaned up Package.json Notes: - Helm chart mountPaths need to be updated from `/opt/TBD` to `/opt/app` as follows: ```YAML volumeMounts: - mountPath: /opt/app/config name: <deployment-name> ``` BREAKING CHANGE: Major version bump for node v16 LTS support, re-structuring of project directories to align to core Mojaloop repositories and docker image now uses `/opt/app` instead of `/opt/TBD` which will impact config mounts.
- replaced npm-audit-resolves with audit-ci - updated CI config to reflect the above change - added audit-ci.jsonc with updated allowList - updated package.json scripts to reflect the above change
…rvice, and added releaseReplaceTheAboveWhenNotEXPERIMENTAL to indicate the actual script that should replace it once this repo is no loner EXPERIMENTAL
mdebarros
marked this pull request as ready for review
July 22, 2022 15:14
kleyow
previously approved these changes
Jul 22, 2022
Member
Author
Manual testing of https://github.com/mojaloop/event-stream-processor/releases/tag/v12.0.0-snapshot.6Screenshot showing NodeJS runtime for EventStreamProcessor: Screenshot showing Distributed Tracing being processed: Screenshot showing related Trace Events being indexed into APM index: Screenshot showing related Audit Events being indexed into Mojaloop index: |
vijayg10
approved these changes
Jul 25, 2022
Member
Author
Re-tested against https://github.com/mojaloop/event-stream-processor/releases/tag/v12.0.0-snapshot.7 with same successful results as only difference was for an updated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




feat(mojaloop/[#2092](https://github.com/mdebarros/simulators/issues/2092)): upgrade nodeJS version for core services - mojaloop/project#2092
audit-ci.jsoncfile with an audit allowList as per mojaloop/design-authority-project/issues/92Notes:
/opt/event-stream-processorto/opt/appas follows:BREAKING CHANGE: Major version bump for node v16 LTS support, re-structuring of project directories to align to core Mojaloop repositories and docker image now uses
/opt/appinstead of/opt/event-stream-processorwhich will impact config mounts.