The source project of this merge request has been removed.
Iss #139 - Change when validation happens for GH status UI endpoint
Previously, validation happened on every call to this endpoint. That led to issues with some of our calls where things were being revalidated when it wasn't needed. This would lead to failures to display, when the data should be able to be presented as is.
Additionally, refactoring was done to split the validation status calls to a separate service to keep the code cleaner and more legible.