-
Suggestion
-
Resolution: Low Engagement
-
1
-
As repositories and projects go longer in longevity it's common that some users leave the project and have their users deactivated. While it's interesting to have those not show up when doing a user search when looking at permissions/billable users, it would be helpful to have them available as a filter when filtering by pull requests/commits author, as it's sometimes required to review such items that were created by those users.
As of now the only way to do so is via git itself using git log --author=<username> and then getting the matching commit and searching for that on the UI.