-
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
feat: wise.com connector #23
Conversation
fix: Update GH Workflows, Taskfile and dependencies
fix: GET using id
…ishkafka chore: Expose kafka messages models and bump dependencies
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] <[email protected]>
…odeql-action-2 chore(deps): bump github/codeql-action from 1 to 2
fix: payments publish
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] <[email protected]>
…umary/go-libs-1.0.1 chore(deps): bump github.com/numary/go-libs from 1.0.0 to 1.0.1
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] <[email protected]>
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] <[email protected]>
Signed-off-by: Lawrence Zawila <[email protected]>
Signed-off-by: Lawrence Zawila <[email protected]>
Signed-off-by: Lawrence Zawila <[email protected]>
feat: dummypay connector
…onnector-wise # Conflicts: # cmd/server.go # pkg/bridge/integration/loader.go
Signed-off-by: Lawrence Zawila <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #23 +/- ##
==========================================
+ Coverage 28.28% 30.31% +2.02%
==========================================
Files 40 55 +15
Lines 2174 2896 +722
==========================================
+ Hits 615 878 +263
- Misses 1491 1932 +441
- Partials 68 86 +18
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Lawrence Zawila <[email protected]>
Signed-off-by: Lawrence Zawila <[email protected]>
viper.GetBool(authBearerUseScopesFlag), | ||
dummypay.NewLoader(), | ||
), | ||
cdi.ConnectorModule( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@darkmatterpool I don't like this way of register connectors. It would be ideal if the connectors registers themselves to the core. If you have an idea for this....
pkg/bridge/connectors/wise/client.go
Outdated
return profiles, err | ||
} | ||
|
||
b, _ := io.ReadAll(res.Body) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe check the error?
pkg/bridge/connectors/wise/client.go
Outdated
return transfers, err | ||
} | ||
|
||
b, _ := io.ReadAll(res.Body) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe check the error?
Signed-off-by: Lawrence Zawila <[email protected]>
89baaf9
No description provided.