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

Save device introspection in kv_store #946

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eddbbt
Copy link
Contributor

@eddbbt eddbbt commented May 20, 2024

Save device introspection in kv_store after device registration, inhibit interface deletion if device does not declare introspection during first connection

closes #391

As a breaking change, this is currently under investigation in order to decide when and where merge it

Save device introspection in kv_store after device registration, inhibit interface deletion
if device does not declare introspection during first connection
closes astarte-platform#391

Signed-off-by: Eddy Babetto <eddy.babetto@secomind.com>
Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.14%. Comparing base (912b5cd) to head (d43d0ad).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #946      +/-   ##
==========================================
+ Coverage   68.04%   68.14%   +0.10%     
==========================================
  Files         281      281              
  Lines        7419     7431      +12     
==========================================
+ Hits         5048     5064      +16     
+ Misses       2371     2367       -4     

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

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.

Interfaces passed in initial_introspection are not registered in devices-by-interface
1 participant