Skip to content
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-128): updated sdk-standard-components with axios impl.; fixed unit-tests #513

Merged
merged 26 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8db4ffa
feat(csi-128): updated sdk-standard-components with axios impl.; fixe…
geka-evk Nov 11, 2024
d9551ef
feat(csi-128): added logs to artifacts in CI
geka-evk Nov 11, 2024
8ff6b0f
feat(csi-128): added logs to artifacts in CI
geka-evk Nov 11, 2024
258ced6
feat(csi-128): added NODE_TLS_REJECT_UNAUTHORIZED=0
geka-evk Nov 11, 2024
9c9e424
feat(csi-128): updated sdk-standard-components with agent field
geka-evk Nov 11, 2024
19e3690
feat(csi-128): added NODE_TLS_REJECT_UNAUTHORIZED=0
geka-evk Nov 11, 2024
90c6c90
feat(csi-128): updated sdk components
geka-evk Nov 12, 2024
c120eba
feat(csi-128): updated from minor/iso
geka-evk Nov 12, 2024
356d47f
feat(csi-128): added log on start
geka-evk Nov 12, 2024
c0bb3fb
feat(csi-128): updated sdk components
geka-evk Nov 12, 2024
34c38a7
feat(csi-128): updated sdk components with httpConfig
geka-evk Nov 12, 2024
0367c4e
feat(csi-128): removed NODE_TLS_REJECT_UNAUTHORIZED env var
geka-evk Nov 13, 2024
5c76035
feat(csi-128): disabled coverageThreshold for outbound handlers
geka-evk Nov 13, 2024
8fecbc7
feat(csi-128): updated sdk-components with retry logic
geka-evk Nov 13, 2024
3dbcd04
feat(csi-128): fixed BR.sendRequest error handling
geka-evk Nov 13, 2024
537bf8d
feat(csi-128): clean up
geka-evk Nov 13, 2024
9cc45a8
chore(snapshot): 23.6.0-snapshot.0
geka-evk Nov 13, 2024
c19d673
chore(snapshot): 23.6.0-snapshot.1
geka-evk Nov 13, 2024
39aeab4
chore(snapshot): 23.7.0-snapshot.0
geka-evk Nov 13, 2024
39b7c47
feat(csi-128): skipped test coverage check for outbound handlers
geka-evk Nov 13, 2024
6c8f07f
chore(snapshot): 23.7.0-snapshot.1
geka-evk Nov 13, 2024
6776c07
feat(csi-128): updated deps
geka-evk Nov 19, 2024
5c34194
feat(csi-128): reverted iso version
geka-evk Nov 19, 2024
0f04fbe
feat(csi-128): reverted iso version
geka-evk Nov 19, 2024
4ef4fd3
feat(csi-128): added audit:check to pre-commit
geka-evk Nov 19, 2024
78c8dd7
feat(csi-128): updated deps
geka-evk Nov 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(csi-128): added NODE_TLS_REJECT_UNAUTHORIZED=0
  • Loading branch information
geka-evk committed Nov 11, 2024
commit 258ced6a64595e90ef4fe0436e596031396f41a1
2 changes: 2 additions & 0 deletions docker-compose.pm4ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:

sdk-scheme-adapter-api-svc:
env_file: ./modules/api-svc/test/config/integration-pm4ml.env
environment:
- NODE_TLS_REJECT_UNAUTHORIZED=0
depends_on:
- mock-management-svc
command: yarn nx run modules-api-svc:start
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ services:
context: ./
dockerfile: ./Dockerfile
env_file: ./modules/api-svc/test/config/integration.env
environment:
- NODE_TLS_REJECT_UNAUTHORIZED=0
ports:
- "4000:4000"
- "4001:4001"
Expand Down
4 changes: 3 additions & 1 deletion modules/api-svc/test/config/integration-pm4ml.env
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,6 @@ ENABLE_FSPIOP_EVENT_HANDLER=true
ENABLE_BACKEND_EVENT_HANDLER=false

# Supported Currencies
SUPPORTED_CURRENCIES="USD"
SUPPORTED_CURRENCIES="USD"

NODE_TLS_REJECT_UNAUTHORIZED=0
6 changes: 4 additions & 2 deletions modules/api-svc/test/config/integration.env
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ ENABLE_OAUTH_TOKEN_ENDPOINT=false
OAUTH_TOKEN_ENDPOINT_CLIENT_KEY=test-client-key
OAUTH_TOKEN_ENDPOINT_CLIENT_SECRET=test-client-secret
OAUTH_TOKEN_ENDPOINT_LISTEN_PORT=6000
SUPPORTED_CURRENCIES=USD,MXN
#SUPPORTED_CURRENCIES=USD,MXN
KYC_INFORMATION=TODO

# WSO2 Bearer Token specific to golden-fsp instance and environment
Expand Down Expand Up @@ -183,4 +183,6 @@ ENABLE_FSPIOP_EVENT_HANDLER=false
ENABLE_BACKEND_EVENT_HANDLER=false

# Supported Currencies
SUPPORTED_CURRENCIES="USD"
SUPPORTED_CURRENCIES="USD"

NODE_TLS_REJECT_UNAUTHORIZED=0