-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add lancium site adapter #267
Conversation
Codecov ReportBase: 98.85% // Head: 98.88% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #267 +/- ##
==========================================
+ Coverage 98.85% 98.88% +0.03%
==========================================
Files 55 56 +1
Lines 2262 2325 +63
==========================================
+ Hits 2236 2299 +63
Misses 26 26
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This pull request introduces 2 alerts when merging fed0620 into 459f3de - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 35ef591 into 459f3de - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging d950709 into 459f3de - view on LGTM.com new alerts:
|
logger.debug(f"{self.site_name} has status {resource_status}.") | ||
resource_attributes.update(updated=datetime.now()) | ||
return convert_to_attribute_dict( | ||
{**resource_attributes, **self.handle_response(resource_status)} |
Check failure
Code scanning / CodeQL
Wrong number of arguments in a call
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.
False positiv due to using partial
.
04313ab
to
dcdfbc8
Compare
This pull request introduces 2 alerts when merging dcdfbc8 into 7686dbb - view on LGTM.com new alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. It looks like GitHub code scanning with CodeQL is already set up for this repo, so no further action is needed 🚀. For more information, please check out our post on the GitHub blog. |
4898f18
to
ae9a4a1
Compare
This pull request introduces 2 alerts when merging ae9a4a1 into 7686dbb - view on LGTM.com new alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. It looks like GitHub code scanning with CodeQL is already set up for this repo, so no further action is needed 🚀. For more information, please check out our post on the GitHub blog. |
This pull request introduces 2 alerts when merging b0af5e5 into 7686dbb - view on LGTM.com new alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. It looks like GitHub code scanning with CodeQL is already set up for this repo, so no further action is needed 🚀. For more information, please check out our post on the GitHub blog. |
This pull request introduces 2 alerts when merging 8fa3c3d into 7686dbb - view on LGTM.com new alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. It looks like GitHub code scanning with CodeQL is already set up for this repo, so no further action is needed 🚀. For more information, please check out our post on the GitHub blog. |
8fa3c3d
to
aa48d4b
Compare
This pull request introduces 2 alerts when merging aa48d4b into c9db4cc - view on LGTM.com new alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. It looks like GitHub code scanning with CodeQL is already set up for this repo, so no further action is needed 🚀. For more information, please check out our post on the GitHub blog. |
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.
Looks fine 👍
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.
Got some minor suggestions and comments. Please take a look at them, the PR is good to go otherwise.
Co-authored-by: Max Fischer <[email protected]>
Thanks a lot for the suggestions and comments. |
This pull request introduces 2 alerts when merging 077c621 into c9db4cc - view on LGTM.com new alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. It looks like GitHub code scanning with CodeQL is already set up for this repo, so no further action is needed 🚀. For more information, please check out our post on the GitHub blog. |
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.
Go for it!
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.
👍
This pull request adds support for the Lancium Compute site utilizing the aiolancium client.
P.S.: Due to running
generate_apidoc.sh
some additionalrst
files in the documentation have been updated.