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

fix(mojaloop/#3656): fx hardening (ml-api-adapter) #362

Merged
merged 16 commits into from
Apr 4, 2024

Conversation

oderayi
Copy link
Contributor

@oderayi oderayi commented Apr 3, 2024

  • merged in main branch
  • fixed bug with http keep alive
  • fixed bug with metrics
  • optimize code based on sonarcloud report
  • update dependencies
  • update audit

kleyow and others added 5 commits November 23, 2023 09:54
… and metrics (#357)

* feat(mojaloop/#3426): add participant request caching, axios override and metrics

* chore(snapshot): 18.2.0-snapshot.0

* chore(snapshot): 18.2.0-snapshot.1

* chore(snapshot): 18.2.0-snapshot.2

* chore(snapshot): 18.2.0-snapshot.3

* chore(snapshot): 18.2.0-snapshot.4

* chore(snapshot): 18.2.0-snapshot.5

* chore(snapshot): 18.2.0-snapshot.6

* chore(snapshot): 18.2.0-snapshot.7

* chore(snapshot): 18.2.0-snapshot.8

* chore(snapshot): 18.2.0-snapshot.9

* chore(snapshot): 18.2.0-snapshot.10

* coverage

* chore(snapshot): 18.2.0-snapshot.11

* ts

* chore(snapshot): 18.2.0-snapshot.12

* test

* chore(snapshot): 18.2.0-snapshot.13

* revert

* fix

* chore(snapshot): 18.2.0-snapshot.14

* chore: deps
…ation feature (#360)

* feat(mojaloop/#3759): fix fauly cache implementation and add invalidation feature

* chore(snapshot): 18.3.0-snapshot.0

* fix

* chore(snapshot): 18.3.0-snapshot.1
@oderayi oderayi changed the title fix(mojaloop/#3656): fix http keep alive fix(mojaloop/#3656): fx hardening (ml-api-adapter) Apr 3, 2024
Copy link

sonarqubecloud bot commented Apr 3, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
8.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@oderayi oderayi merged commit 1fe775d into feat/fx-impl Apr 4, 2024
9 of 10 checks passed
kleyow added a commit that referenced this pull request Jun 20, 2024
* feat: added actions fx-prepare and fx-fulfil

* chore: dep update

* chore(snapshot): 18.2.0-snapshot.0

* feat: added fx related actions

* chore(snapshot): 18.2.0-snapshot.1

* feat(3574): added fx-abort action

* chore(snapshot): 18.2.0-snapshot.2

* feat(3574): revered unneeded change

* chore(snapshot): 18.2.0-snapshot.3

* feat(3574): added fxActions to TopicMap

* chore(snapshot): 18.2.0-snapshot.4

* feat(3574): added INITIATING_FSP and COUNTER_PARTY_FSP roleTypes

* chore(snapshot): 18.2.0-snapshot.5

* feat(3574): added FspEndpoints FX types and templates

* chore(snapshot): 18.2.0-snapshot.6

* fix: some fixes

* chore(snapshot): 18.2.0-snapshot.7

* feat(3574): improved error message for getEndpoint

* chore(snapshot): 18.2.0-snapshot.8

* feat: add some fx enums

* feat(3618): added FX resources to defaultProtocolResources

* chore(snapshot): 18.2.0-snapshot.9

* feat(3618): added protocolVersions 2 for FX

* chore(snapshot): 18.2.0-snapshot.10

* chore(snapshot): 18.2.0-snapshot.11

* chore(snapshot): 18.2.0-snapshot.12

* chore(snapshot): 18.2.0-snapshot.13

* chore(snapshot): 18.2.0-snapshot.14

* chore(snapshot): 18.2.0-snapshot.15

* feat(3618): added protocolVersions 2 for FX

* chore(snapshot): 18.2.0-snapshot.16

* chore(snapshot): 18.2.0-snapshot.9

* chore(snapshot): 18.2.0-snapshot.17

* feat(mojaloop/#3689): fx quotes changes (#359)

* chore(snapshot): 18.2.0-snapshot.18

* chore(snapshot): 18.2.1-snapshot.0

* chore(snapshot): 18.2.1-snapshot.1

* fix(mojaloop/#3656): fx hardening (ml-api-adapter) (#362)

- merged in `main` branch
- fixed bug with http keep alive
- fixed bug with metrics
- optimize code based on sonarcloud report
- update dependencies
- update audit

* chore(snapshot): 18.4.0-snapshot.6

* chore(snapshot): 18.4.0-snapshot.7

* chore: update dependencies

* chore(snapshot): 18.4.0-snapshot.8

* feat(mojaloop/#3565): updates for fx (#368)

* feat(mojaloop/3565): updates for fx

* chore(snapshot): 18.4.0-snapshot.9

* feat: update ts types for fx

* chore(snapshot): 18.4.0-snapshot.10

* chore: remove unused type

---------

Co-authored-by: Kevin Leyow <[email protected]>

* feat(mojaloop/#3844): added TopicMap mapping for fx-flow (#369)

* feat(mojaloop/3565): updates for fx

* chore(snapshot): 18.4.0-snapshot.9

* feat: update ts types for fx

* chore(snapshot): 18.4.0-snapshot.10

* feat(mojaloop/#3844): added TopicMap mapping for fx-flow

* chore(snapshot): 18.4.0-snapshot.11

---------

Co-authored-by: Steven Oderayi <[email protected]>
Co-authored-by: Kevin Leyow <[email protected]>

* feat(mojaloop/#3818): added RECEIVED_FULFIL_DEPENDENT state (#372)

* feat(mojaloop/#3818): added RECEIVED_FULFIL_DEPENDENT state

* feat(mojaloop/#3818): added RECEIVED_FULFIL_DEPENDENT state

* chore(snapshot): 18.4.0-snapshot.12

* feat: add fx header resources (#376)

* fix: added fx header resources

* chore(snapshot): 18.4.0-snapshot.13

* fix: cicd

* chore(snapshot): 18.4.0-snapshot.14

* fix: fx kafka func map (#377)

* fix: added fx timeout reserved topic map

* chore(snapshot): 18.4.0-snapshot.15

* fix: await span.audit (#375)

(cherry picked from commit 3b1c8cb)

* fix: excessive logging of agent internals

(cherry picked from commit 0073c37)

* chore(snapshot): 18.4.0-snapshot.16

* chore: add fx timeout notification topic maps (#378)

* chore: add fx timeout notification topic maps

* chore(snapshot): 18.4.0-snapshot.17

* feat: id generators for uuid versions 4 and 7 (#379)

* chore(snapshot): 18.4.0-snapshot.18

* fix: pick overrides from main branch

* chore(snapshot): 18.4.0-snapshot.19

---------

Co-authored-by: Vijay <[email protected]>
Co-authored-by: geka.evk <[email protected]>
Co-authored-by: Steven Oderayi <[email protected]>
Co-authored-by: Eugen Klymniuk <[email protected]>
Co-authored-by: vijayg10 <[email protected]>
Co-authored-by: Kalin Krustev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants