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: Ingestion message payload marshaling #32

Merged
merged 2 commits into from
Sep 1, 2022

Conversation

antoinegelloz
Copy link
Contributor

No description provided.

jdupas22
jdupas22 previously approved these changes Sep 1, 2022
@codecov
Copy link

codecov bot commented Sep 1, 2022

Codecov Report

Merging #32 (f05b092) into main (de4db8a) will increase coverage by 0.03%.
The diff coverage is 0.00%.

❗ Current head f05b092 differs from pull request most recent head b8c8747. Consider uploading reports for the commit b8c8747 to get more accurate results

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   28.18%   28.22%   +0.03%     
==========================================
  Files          41       41              
  Lines        2182     2179       -3     
==========================================
  Hits          615      615              
+ Misses       1499     1496       -3     
  Partials       68       68              
Impacted Files Coverage Δ
pkg/bridge/ingestion/message.go 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@antoinegelloz antoinegelloz merged commit afd89a8 into main Sep 1, 2022
@antoinegelloz antoinegelloz deleted the fix/ingestion-message-marshal branch September 1, 2022 12:00
darkmatterpool added a commit that referenced this pull request Oct 6, 2022
* add structure for wise connector

* fix: first

* fix: lint

* fix: GET using id

* chore: first

* chore: bump go-libs

* chore: bump go-libs

* chore: add dependabot

* chore: move message models

* chore: new method to create kafka message

* chore: move kafka messages to core pkg

* chore: update messages

* chore: revert moving files

* chore: update messages

* chore(deps): bump github/codeql-action from 1 to 2

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: bad dependencies

* fix: payments publish

* chore(deps): bump github.com/numary/go-libs from 1.0.0 to 1.0.1

Bumps [github.com/numary/go-libs](https://github.com/numary/go-libs) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/numary/go-libs/releases)
- [Commits](formancehq/go-libs@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/numary/go-libs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Ingestion message payload marshaling (#32)

* chore(deps): bump docker/build-push-action from 2 to 3

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump docker/setup-qemu-action from 1 to 2

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump docker/login-action from 1 to 2

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump actions/checkout from 2 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump docker/setup-buildx-action from 1 to 2

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* feat: dummypay connector

* feat: dummypay connector

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* feat: uncommented dummypay load

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* feat: dummypay payments generation

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* feat: dummypay connector tests

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* fix: linter fixes

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* ci: Switch to FormanceHQ Organization

* fix: drop syscall as it's not supported on windows arm

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* feat: add scheme generation

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* fix: typo in error message

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* feat: add swagger examples for dummypay

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* add structure for wise connector

* fix: general refactoring

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* feat: complete wise integration

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* feat: add payment status mapping

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* feat: add additional error checks

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Co-authored-by: Antoine Gelloz <antoine.gelloz@me.com>
Co-authored-by: Maxence Maireaux <maxence@maireaux.fr>
Co-authored-by: Geoffrey Ragot <geoffrey.ragot@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
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