Skip to content

Commit

Permalink
feat: test case payload transformation iso20022 (#263)
Browse files Browse the repository at this point in the history
* test: transformation

* feat: add iso api and rules to ttk

* fix: version negotiation

* fix: version negotiation

* some changes

* chore: more

* chore: base fxtransfer

* fix: version selection

* feat: implemented initial transformation

* chore: changes

* chore: changes

* chore: dep

* chore: changes

* chore:remove

* chore: tests

* chore: example

* fix: headers

* chore: refactor

* fix: version in error response

* chore: refactor

* chore: changes

* chore: changes

* chore: update requests

* fix: version

* chore(snapshot): 17.4.0-snapshot.0

* chore: bump

* fix: unit tests

* fix: lint

* fix: func tests

* fix: version

* fix: api

* chore: add coverage

* chore: handle party types

* chore: more coverage

* chore: more coverage

* chore: more coverage

* fix: callback rules

* chore(snapshot): 18.0.0-snapshot.1

* chore: dep update

* chore: audit exception list

* fix: dep issue

* fix: issues

* fix: ilp

* fix: test cases

* fix: rules

* fix: unit tests

* chore: dep updates

* chore: test coverage

* chore: deps

---------

Co-authored-by: Kevin Leyow <[email protected]>
  • Loading branch information
vijayg10 and kleyow authored Oct 15, 2024
1 parent 909ce9e commit 01ed888
Show file tree
Hide file tree
Showing 43 changed files with 16,840 additions and 810 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

*IGNORE*

# Runtime data
pids
*.pid
Expand Down Expand Up @@ -87,6 +89,7 @@ spec_files/rules_callback/*
!spec_files/rules_callback/default.json
!spec_files/rules_callback/p2p-limit.json
!spec_files/rules_callback/fspiop-1.1.json
!spec_files/rules_callback/iso20022.json

spec_files/rules_validation/*
!spec_files/rules_validation/config.json
Expand Down
3 changes: 1 addition & 2 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
reject: [
"chai", # version 5 uses only ESM
"@mojaloop/sdk-standard-components" ## version 17.4.0 introduces a bug: this.logger.isDebugEnabled is not a function
"chai" # version 5 uses only ESM
]

14 changes: 13 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@
"GHSA-p8p7-x288-28g6", // https://github.com/advisories/GHSA-p8p7-x288-28g6
"GHSA-72xf-g2v4-qvf3", // https://github.com/advisories/GHSA-72xf-g2v4-qvf3,
"GHSA-78xj-cgh5-2h22", // https://github.com/advisories/GHSA-78xj-cgh5-2h22
"GHSA-2p57-rm9w-gvfp" //https://github.com/advisories/GHSA-2p57-rm9w-gvfp
"GHSA-2p57-rm9w-gvfp", //https://github.com/advisories/GHSA-2p57-rm9w-gvfp,
"GHSA-282f-qqgm-c34q",
"GHSA-6vfc-qv3f-vr6c",
"GHSA-7fh5-64p2-3v2j",
"GHSA-cgfm-xwp7-2cvr",
"GHSA-ghr5-ch3p-vcr6",
"GHSA-mjxr-4v3x-q3m4",
"GHSA-p9pc-299p-vxgp",
"GHSA-phwq-j96m-2c2q",
"GHSA-rjqq-98f6-6j3r",
"GHSA-rm97-x556-q36h",
"GHSA-v88g-cgmw-v5xw",
"GHSA-pppg-cpfq-h7wr"
]
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- -c
- "npm start"
mojaloop-testing-toolkit-ui:
image: mojaloop/ml-testing-toolkit-ui:v15.3.0
image: mojaloop/ml-testing-toolkit-ui:v16.0.0
ports:
- "6060:6060"
environment:
Expand Down
Loading

0 comments on commit 01ed888

Please sign in to comment.