-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(mojaloop/#2990): pull in changes from master (#405)
* MBP-604: Pull changes from mojaloop-connector. * Fix test cases. * fix lint errors. * Update src/InboundServer/index.js Co-authored-by: Kevin Leyow <[email protected]> * fix audit errors. * bump packages. * update constributors list. * Refactor to use new Redis API. * fix api call. * fix audit errors. * bump version * fix audit errors. * update packages. * fix audit errors. * revert version change. * uncomment test feature. * chore(release): 15.0.1 [skip ci] * chore!: add dummy pr to major version bump due to unsquashed title (#327) chore(snapshot): 15.0.2-snapshot.0 * chore(release): 16.0.0 [skip ci] * feat: suppress health check logs (#328) Suppress health check logs. * chore(release): 17.0.0 [skip ci] * fix: creating inbound server (#329) * fix creating InboundServer * update circleci node image. * Revert "update circleci node image." This reverts commit 5a38cb0. * remove SHELL=sh from audit commands. * Use per commit dep cache. * chore(release): 17.0.1 [skip ci] * fix(mojaloop/#2811): sdk-scheme-adapter sending incorrect transferState on a PUT transfers Callback (#331) fix(mojaloop/#2811): sdk-scheme-adapter sending incorrect transferState on a PUT transfers Callback - mojaloop/project#2811 - fixed transfer-state for callback-response by PayeeFSP to use FSPIOP `TransferState` & `BulkTransferState` Enums from central-services-shared - re-factored & consolidated enums into a common `SDKStateEnum` which is used for all `currentState` assignments and comparisons - removed duplicate/unnecessary enums - updated unit tests to use enums - updated dependencies - fixed audit issue - Fixed image-scan issue as docker image used a root user by adding a non-root user 'ml-user' - re-aligned Dockerfile working directory to /opt/app for consistency across ml-projects - aligned CI config for consistency across ml-projects fix(mojaloop/#2816): SDK-Scheme-Adapter is missing/incorrect bulkTransferState on a PUT /bulkTransfer/{id} Callback by the PayeeFSP- mojaloop/project#2816 - fixed bad enum mapping for bulkTransferState for `COMPLETED` (it was `COMMITTED`) - added missed bulkTransferState enum for `REJECTED` BREAKING CHANGE: docker image now uses `/opt/app` instead of the root folder which will impact config mounts, and the secrets folder is no longer included in the docker image which aligns with best practices. Both these changes should NOT be a breaking change but I have marked them as such to make this change more obvious. * fix: updated dependencies * chore(release): 18.0.0 [skip ci] * chore: added .npmignore so that the test folder is not included when publishing packages (#332) * chore: added .npmignore so that the test folder is not included when publishing packages * chore: fixes for audit-resolve * chore: uodated deps (#333) * chore: added .npmignore so that the test folder is not included when publishing packages * chore: fixes for audit-resolve * chore: updated dependencies * chore(release): 18.0.1 [skip ci] * chore: updates to readme for header badges [skip ci] (#334) - updated readme to include docker-pulls * fix: ws-connection-issue (#339) - downgraded ws lib dependency from v8.x to v7.5.5 due to breaking change that cause intermitant disconnections - added ncurc.yaml file with ws lib dependency added with an appropriate comment - added @mojaloop/api-snippets to dep:check ignore list as it requires PR [sdk-scheme-adapter/pull/340](#340) has been merged * chore(release): 18.0.2 [skip ci] * feat!: use updated outbound OpenAPI specification from api-snippets (#340) * feat!: use updated outbound OpenAPI specification from api-snippets * use audit-ci for audit check. * move api-snippets to deps. * chore(release): 19.0.0 [skip ci] * fix(mojaloop/2886): fix bulk-quotes and bulk-transfers functionality (#344) fix(mojaloop/2886): fix bulk-quotes and bulk-transfers functionality (#344) * fix: added bulk-quotes to inbound api definition * chore: updated TTK version, updated TTK config files and changed ttk port * fix: bulk quotes callback redis publish channel * fix: fixed bulk quotes and bulk transfers response in outbound api * chore: updated mojaloop sim api in ttk * chore(release): 19.0.1 [skip ci] * chore: address merge mistakes * Update .dockerignore Co-authored-by: Miguel de Barros <[email protected]> * Update .dockerignore Co-authored-by: Miguel de Barros <[email protected]> Co-authored-by: Yevhen Kyriukha <[email protected]> Co-authored-by: mojaloopci <[email protected]> Co-authored-by: Miguel de Barros <[email protected]> Co-authored-by: vijayg10 <[email protected]>
- Loading branch information
1 parent
b0b3617
commit efd90d9
Showing
11 changed files
with
833 additions
and
655 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,4 +60,4 @@ | |
}, | ||
"DEFAULT_ENVIRONMENT_FILE_NAME": "dfsp_local_environment.json", | ||
"LABELS": [] | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,14 @@ | |
"url": "https://github.com/mojaloop/sdk-scheme-adapter/issues#readme" | ||
}, | ||
"contributors": [ | ||
"Miguel de Barros <[email protected]>", | ||
"Kamuela Franco <[email protected]>", | ||
"Steven Oderayi <[email protected]>", | ||
"Valentin Genev <[email protected]>", | ||
"Shashikant Hirugade <[email protected]>", | ||
"Paweł Marzec <[email protected]>", | ||
"Kevin Leyow <[email protected]", | ||
"Miguel de Barros <[email protected]>", | ||
"Yevhen Kyriukha <[email protected]>", | ||
"Vijay Kumar Guthi <[email protected]>" | ||
], | ||
"packageManager": "[email protected]", | ||
|
@@ -61,23 +67,23 @@ | |
"wait-4-docker": "node ./scripts/_wait4_all.js" | ||
}, | ||
"dependencies": { | ||
"nx": "14.8.3", | ||
"nx": "15.0.0", | ||
"tslib": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.1.2", | ||
"@types/node": "^18.8.3", | ||
"@types/jest": "^29.2.0", | ||
"@types/node": "^18.11.3", | ||
"@types/node-cache": "^4.2.5", | ||
"@typescript-eslint/eslint-plugin": "^5.40.0", | ||
"@typescript-eslint/parser": "^5.40.0", | ||
"@typescript-eslint/eslint-plugin": "^5.40.1", | ||
"@typescript-eslint/parser": "^5.40.1", | ||
"audit-ci": "^6.3.0", | ||
"eslint": "^8.25.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-plugin-import": "latest", | ||
"husky": "^8.0.1", | ||
"jest": "^29.1.2", | ||
"jest": "^29.2.1", | ||
"nodemon": "^2.0.20", | ||
"npm-check-updates": "^16.3.11", | ||
"npm-check-updates": "^16.3.14", | ||
"replace": "^1.2.1", | ||
"standard-version": "^9.5.0", | ||
"ts-jest": "^29.0.3", | ||
|
Oops, something went wrong.