Skip to content

Conversation

@Kroustille
Copy link
Contributor

Proposed changes

  • reset registration data when platform is not found on the hub
  • refactor how connectivity lost email is handled

Testing Instructions

  1. register platform on the hub
  2. remove platform in the hub
  3. check that registration is removed after connectivity check

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality
  • For bug fix -> I implemented a test that covers the bug

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@Kroustille Kroustille self-assigned this Nov 26, 2025
@Kroustille Kroustille added bug use for describing something not working as expected filigran team use to identify PR from the Filigran team labels Nov 26, 2025
@Kroustille Kroustille changed the title [backend] feat: reset XTM Hub registration when platform is not found [backend] feat: reset XTM Hub registration when platform is not found (#4441) Nov 26, 2025
@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.09%. Comparing base (3dab8a4) to head (404ed9e).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #4442   +/-   ##
=========================================
  Coverage     50.08%   50.09%           
  Complexity     3622     3622           
=========================================
  Files           888      888           
  Lines         26493    26497    +4     
  Branches       1986     1986           
=========================================
+ Hits          13270    13274    +4     
  Misses        12426    12426           
  Partials        797      797           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

}
""",
platformId, platformVersion, token);
platformId, platformVersion, token, "openaev");
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe you could extract this in a constant : openaev?

@savacano28 savacano28 removed the bug use for describing something not working as expected label Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

filigran team use to identify PR from the Filigran team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants