Skip to content

Commit

Permalink
fix(csi-910): fixed error callback in case of oracle error (#503)
Browse files Browse the repository at this point in the history
* fix(csi-910): fixed error callback in case of oracle error

* fix(csi-910): fixed test:functional

* fix(csi-910): fixed test:functional

* fix(csi-910): cleaned up

* chore(snapshot): 15.6.0-snapshot.0

* chore(snapshot): 15.6.0-snapshot.1

* chore(snapshot): 15.6.0-snapshot.2

* fix(csi-910): updated request with error log

* chore(snapshot): 15.6.0-snapshot.3

* fix(csi-910): used logger.child instead of loggerFactory

* chore(snapshot): 15.6.0-snapshot.4

* fix(csi-910): used logger.child instead of loggerFactory
  • Loading branch information
geka-evk authored Nov 21, 2024
1 parent 6c71d3d commit c9352cc
Show file tree
Hide file tree
Showing 15 changed files with 195 additions and 197 deletions.
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: [
# TODO: v6+ (ref: https://github.com/sindresorhus/get-port/releases/tag/v6.0.0) is an ESM library and thus not compatible with CommonJS. Future story needed to resolve.
"get-port",
"@mojaloop/sdk-standard-components" ## version 19.1.0 caused lots of failed unit tests with the error - TypeError: Cannot read properties of undefined (reading 'createFSPIOPError')
"get-port"
]
3 changes: 2 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"GHSA-7fh5-64p2-3v2j",
"GHSA-rm97-x556-q36h", // https://github.com/advisories/GHSA-rm97-x556-q36h
"GHSA-rv95-896h-c2vc", // https://github.com/advisories/GHSA-rv95-896h-c2vc
"GHSA-952p-6rrq-rcjv" // https://github.com/advisories/GHSA-952p-6rrq-rcjv
"GHSA-952p-6rrq-rcjv", // https://github.com/advisories/GHSA-952p-6rrq-rcjv
"GHSA-3xgq-45jj-v275" // https://github.com/advisories/GHSA-3xgq-45jj-v275
]
}
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
verbose: true,
clearMocks: true,

collectCoverageFrom: [
'**/src/**/**/*.js'
],
Expand Down
174 changes: 46 additions & 128 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9352cc

Please sign in to comment.