-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(csi-107): add iso20022 format support #356
Closed
Closed
Conversation
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
feat(mojaloop/#3933): update participant accounts validation - Added validation for `supportedCurrencies` when present in `POST /quotes` request (payer DFSP must have position account for all supported currencies - Added validation for `payeeReceiveAmount` currency when present (payee DFSP must have position account for the `payeeReceiveAmount` currency) - Fixed error handling to prevent sending double error callbacks - Ensure top-level tracing spans are finished correctly - Updated integration tests harness to support new changes - Added integration tests for the use case - Updated dependencies and resolve audit issues
* fix: quotes validation * chore(snapshot): 15.8.0-snapshot.22 * fix: integration test * chore: await in promise all * fix: lint
feat(mojaloop/#3991): add support for cross-network proxy routing (#341) - Added proxy lib - Added configuration for proxy - Added unit and integration tests for proxy related functionalities
* feat(csi-334): updated proxyCache lib to use redis cluster * chore(snapshot): 15.8.0-snapshot.33
…updated proxyCache lib; added request logging (#344) * feat(csi-334): updated proxyCache lib; added request logging * fix(csi-414): fixed TypeError - Cannot read properties of undefined (reading 'value')
* disable validation * disable validation * unit tests * int tests * test * remove * update * harden int tests * fix * update int tests for persistant mode * fix unit
… resource; improved logging (#347) * fix(csi-498): generated accept/contentType headers based on requested resource; improved logging * fix(csi-498): updated deps * chore(snapshot): 15.8.0-snapshot.35 * chore(snapshot): 15.8.0-snapshot.36 * fix(csi-498): generated accept/contentType headers based on requested resource; improved logging * fix(csi-498): generated accept/contentType headers based on requested resource; improved logging
…#348) * database functions and model logic * upgrade harness * fix tests * db unit test * int tests * lint * fx quote error * lint * addressed comments * comments
* coverage * improve coverage * fix * lint dep
* fix(csi-550): add logs to QuotesModel * fix(csi-550): add logs to QuotesModel * fix(csi-550): add logs to QuotesModel * fix(csi-550): add logs to QuotesModel * chore(snapshot): 15.8.0-snapshot.37 * fix(csi-550): added logs to QuotesModel.forwardQuoteRequest() * chore(snapshot): 15.8.0-snapshot.38 * fix(csi-550): improved logs in QuotesModel * chore(snapshot): 15.8.0-snapshot.39 * fix(csi-550): improved logs in QuotesModel for handleQuoteRequest * chore(snapshot): 15.8.0-snapshot.40
geka-evk
requested review from
mdebarros,
elnyry-sam-k,
oderayi,
vijayg10,
bushjames and
kleyow
as code owners
October 9, 2024 09:14
Quality Gate failedFailed conditions |
USER root | ||
|
||
WORKDIR /opt/app | ||
|
||
RUN apk --no-cache add git | ||
RUN apk add --no-cache -t build-dependencies make gcc g++ python3 libtool openssl-dev autoconf automake bash \ | ||
RUN apk add --no-cache -t build-dependencies make gcc g++ python3 py3-setuptools libtool openssl-dev autoconf automake bash \ |
Check notice
Code scanning / SonarCloud
Arguments in long RUN instructions should be sorted Low
Sort these package names alphanumerically. See more on SonarCloud
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.
No description provided.