Return trigger information along with Log Detective run results#3081
Conversation
There was a problem hiding this comment.
Code Review
This pull request enhances the Log Detective API by including project-specific information in the result list. The API now updates the result dictionary with details such as pull request IDs, branch names, and project URLs retrieved from the build model. Correspondingly, the OpenShift API tests have been updated to verify the presence and correctness of these new fields in the response. I have no feedback to provide as there are no review comments to evaluate.
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 51s |
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
26821f8 to
6f746ba
Compare
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 52s |
|
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 53s |
RELEASE NOTES BEGIN
Log Detective list API endpoint now returns information about triggering event, if such are available.
RELEASE NOTES END
Tests were expanded to account for the new datastructure.