Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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>
- Loading branch information