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

Standard Cloud Adapter #126

Merged
merged 8 commits into from
Feb 9, 2024
Merged

Standard Cloud Adapter #126

merged 8 commits into from
Feb 9, 2024

Conversation

wilyle
Copy link
Contributor

@wilyle wilyle commented Feb 9, 2024

Implements a standard cloud adapter using GRPC. This is based on the adapter found in the Ibeji examples repository (https://github.com/eclipse-ibeji/ibeji-example-applications/tree/main/freyja_adapters/cloud/azure_cloud_connector_adapter) and should supersede it.

Fixes #123

Copy link
Contributor

github-actions bot commented Feb 9, 2024

Alex Recommends Report

Alex recommends the following language changes, but Alex is a regular expression based algorithm, so take them with a grain of salt.

✨ 🚀 ✨ Nothing to Report ✨ 🚀 ✨

Copy link
Contributor

@ashbeitz ashbeitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment. Please take a look.


use crate::config::Config;

/// Mocks a cloud adapter in memory
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps remove "Mocks", as it is not a mock.

Copy link
Contributor

@ashbeitz ashbeitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@wilyle wilyle merged commit 2c95bfe into main Feb 9, 2024
11 checks passed
@wilyle wilyle deleted the wilyle/std-cloud-adapter branch February 9, 2024 20:35
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.

[enhancement] Standard Cloud Adapter
2 participants