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

0.3.2 release #11

Merged
merged 2 commits into from
May 7, 2024
Merged

0.3.2 release #11

merged 2 commits into from
May 7, 2024

Conversation

matteosox
Copy link
Owner

Summary

Bugfix for DDATA payloads

Why?

We want it to wooooork

How?

  • Update to _edge_node.py
  • Update requirements to resolve twine upload issue

Checklist

Most checks are automated, but a few aren't, so make sure to go through and tick them off, even if they don't apply. This checklist is here to help, not deter you. Remember, "Slow is smooth, and smooth is fast".

  • Unit tests
    • Every input should have a test for it.
    • Every potential raised exception should have a test ensuring it is raised.
  • Documentation
    • New functions/classes/etc. must be added to docs/api.rst.
    • Changed/added classes/methods/functions have appropriate versionadded, versionchanged, or deprecated directives.
    • The appropriate entry in CHANGELOG.md has been included in the "Unreleased" section, i.e. "Added", "Changed", "Deprecated", "Removed", "Fixed", or "Security".
  • Future work
    • Future work should be documented in the contributor guide, i.e. .github/CONTRIBUTING.md.

If you have any questions not answered by a quick readthrough of the contributor guide, add them to this PR and submit it.

b-keesing and others added 2 commits May 6, 2024 23:30
## Summary

Adding device id to d_data_topic in method EdgeNode.update_device.

### Why?

Method doesn't currently update the device metrics when called.

---------

Co-authored-by: E T <2345226+kithix@users.noreply.github.com>
Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.63%. Comparing base (83160f5) to head (1aa56bc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #11   +/-   ##
=======================================
  Coverage   60.63%   60.63%           
=======================================
  Files          16       16           
  Lines         719      719           
  Branches      105      105           
=======================================
  Hits          436      436           
  Misses        276      276           
  Partials        7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matteosox matteosox merged commit e889f0c into main May 7, 2024
19 checks passed
@matteosox matteosox deleted the matt/prep-0.3.2-release branch May 7, 2024 03:50
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.

2 participants