@Théo Zimmermann I think it would be beneficial to stop relying on regexing summaries and whatnot in various places for the app.
The API for getting data such as GitLab information etc can be improved.
I see that the minimizer is doing a lot of fragile checks to look for statuses of jobs for example, that could be swapped out with proper API support.
Possibly. In the meantime, I've remembered that GitHub Checks allow you to provide an externalId: String
as part of a check run, in case you need to remember some ID from the external service for later reuse.
This could have been a way of storing the project id without modifying the pipeline summary.
Last updated: May 28 2023 at 18:29 UTC