nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.nycmesh.net
MIT License
12 stars 14 forks source link

Silently update UISP ID when changed #704

Closed Andrew-Dickinson closed 4 days ago

Andrew-Dickinson commented 1 week ago

When UISP rotates the UUID of one of its links on us, and we detect it, no longer send a slack message. We opt instead to log an INFO message for transparency without being spammy. This is a follow up to the work done in #700. Here we completely silence the notification because the fix appears to be holding

Closes #691

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.06%. Comparing base (80fe084) to head (f53c6bd). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #704 +/- ## ======================================= Coverage 94.06% 94.06% ======================================= Files 82 82 Lines 3403 3404 +1 ======================================= + Hits 3201 3202 +1 Misses 202 202 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.