Skip to content

Iss #139 - Change when validation happens for GH status UI endpoint

Martin Lowe requested to merge (removed):malowe/main/139 into main

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.

Merge request reports