linkedin / iris

Iris is a highly configurable and flexible service for paging and messaging.
http://iris.claims
BSD 2-Clause "Simplified" License
807 stars 139 forks source link

fix oncall team sync bug #734

Closed diegocepedaw closed 1 year ago

diegocepedaw commented 1 year ago

fix edge case in oncall team sync where a team is deleted and a different team is renamed to that same team name simultaneously. Previously the sync script would interpret the situation as a name swap but the deactivated team wasn't renamed or pruned resulting in a sql integrity error and the old team remaining active and the new team having a temporary placeholder uuid name.