-
Notifications
You must be signed in to change notification settings - Fork 4
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
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
jdupas22
previously approved these changes
Sep 1, 2022
Codecov Report
@@ 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
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
jdupas22
approved these changes
Sep 1, 2022
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
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.