Removed unused Validity Check GraphQL fields
What does this MR do and why?
Removed unused Validity Check GraphQL fields
Removed the fields updatedAt and createdAt from graphQL response for validity check queries since they do not get used on the front end.
Changelog: added EE: true
References
[FE] Follow up is updated_at still useful to re... (#580481)
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
- Ensure you have validity checks enabled on your project
- Go to Settings > Repository and create a deploy token in your GDK
- Commit this token inside a dummy project README to a new branch and open an MR
- Verify that the MR Modal and the Pipeline Security tab show the active status and try the refresh button as well
- Commit your changes to main and run a new pipeline
- Check Secure > Vulnerability Report that it has the vulnerability and is active, try the refresh as well
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Radu Birsan