Soft delete phabricator_repos when associated services/repos are soft deleted
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: flying-robot
Note: still WIP
Although the phabricator_repos
table supports soft deletion, we don't use it - no code reads from or modifies the deleted_at timestamp. This leads to confusing bugs[0] for customers, such as "View on Phabricator" rendering in the UI with an incorrect link even after the external service is removed.
TODO
Push commits to the source branch or add previously merged commits to review them.