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

Refactor provider for new Exoscale API v3 #122

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

TheBigLee
Copy link
Member

@TheBigLee TheBigLee commented Jan 23, 2025

Checklist

  • The PR has a meaningful title. It will be used to auto generate the
    changelog.
    The PR has a meaningful description that sums up the change. It will be
    linked in the changelog.
  • PR contains a single logical change (to build a better changelog).
  • I have run successfully make test-e2e locally.
  • Update the documentation.
  • Categorize the PR by adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.
  • Link this PR to related issues or PRs.

@TheBigLee TheBigLee force-pushed the refactor/v3 branch 6 times, most recently from 3d6387e to 6204f30 Compare January 24, 2025 13:13
@TheBigLee TheBigLee requested review from a team, Kidswiss, wejdross and zugao and removed request for a team January 24, 2025 13:47
@TheBigLee TheBigLee force-pushed the refactor/v3 branch 2 times, most recently from 4dc9f1e to f180ac1 Compare January 27, 2025 12:29
In exoscale v2 we had an interface for the exoscale client, which
allowed us to use mockery to create mocks for the tests.
Unfortunately v3 doesn't use any interfaces anymore, which makes moking
a client much more complicated.
We therefore remove those tests for now

Signed-off-by: Nicolas Bigler <[email protected]>
Signed-off-by: Nicolas Bigler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant