-
-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull request analysis does not store the date of analysis #940
Comments
The component ID was being used to create a map of analysis dates to items, but the Pull Request's component ID did not map into this item, so the Pull Request web service was always returning the analysis date as empty. The service has been altered to use the root component ID as was used in the search to ensure the IDs align.
The component ID was being used to create a map of analysis dates to items, but the Pull Request's component ID did not map into this item, so the Pull Request web service was always returning the analysis date as empty. The service has been altered to use the root component ID as was used in the search to ensure the IDs align.
You should be able to kick this into life by changing the retention days to something other than the default value, and then change it back. |
Just did this and now it seems to work for all branches. However the Pull Requests are still left without being cleaned up. |
Waiting for this fix. |
Released in 1.22.0 |
Describe the bug
On version 1.18.0 of plugin with SonarQube 10.3, Pull request analysis do not have the field
Last Analysis Date
filled out. It seems to only be filled out for branch scans and not PR scans.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the
Last Analysis Date
tab to be filled for both Pull Request and Branches.Screenshots
Pull request:
Branch Scan
Software Versions
Additional context
Since the in-build housekeeping does not work for SonarQube 10.3 , our Database is never being cleaned up. So I rely on the Last Analysis data to perform manual clean ups.
This issue never existed on older version of SonarQube / Plugin 9.9 (LTS) | 1.14.0
The text was updated successfully, but these errors were encountered: