Activity for previous quality profile disappeared?

I am using SonarQube v7.7

I am doing research on how project metrics will be affected when I switch to a new quality profile. So what I did was I ran analysis on the code using “Quality Profile A”. When I when to SonarQube and looked on the “Activity” page I was able to see that activity. Then I switched the project to “Quality Profile B” and re-ran the analysis. After doing this, I looked on the “Activity” page again. I was able to see both activities logged and a nice graph of the change. I’m sorry I cannot include a screenshot, so i’ll do my best to duplicate what I saw on the activity page:

4.7.0.0-SNAPSHOT
September 14, 2020
3:06 PM    * Quality Profile: Use 'Quality Profile B' (Java)
           * Quality Profile: Stop using 'Quality Profile A' (Java)
           * Version: 4.7.0.0-SNAPSHOT
2:52 PM 

The analysis at 2:52 PM was with ‘Quality Profile A’. The analysis at 3:06 PM was with ‘Quality Profile B’.

The problem I have is that the “2:52 PM” activity has disappeared. The project is on ‘Quality Profile B’ now and I did 2 more analysis today. The activity page now looks like this:

4.6.9.1-SNAPSHOT
September 15, 2020
9:23 AM   * Version: 4.6.9.1-SNAPSHOT
8:56 AM   * Quality Gate: Red (was Green)

4.7.0.0-SNAPSHOT
September 14, 2020
3:06 PM    * Quality Profile: Use 'Quality Profile B' (Java)
           * Quality Profile: Stop using 'Quality Profile A' (Java)
           * Version: 4.7.0.0-SNAPSHOT

It’s subtle, but under September 14, the “2:52 PM” activity is gone. I can’t seem to be able to get it back and I don’t understand why it seems to have disappeared. I would like to be able to still see that activity so I can see the metrics gathered under the previous “Quality Profile A”. But I can’t seem to get that information anymore.

So does anyone know why that activity (which was under the previous “Quality Profile A”) can’t be seen anymore? Anyone know how to get it back?

Hi,

This is housekeeping kicking in. Your initial analysis was deleted because:

  • only one snapshot per day is kept after 1 day. Snapshots marked by an event are not deleted.

Your initial analysis wasn’t marked by any events because there was no change to the profile in use, and so it was eligible for deletion.

 
HTH,
Ann

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.