I want to see history of project about source code,coverage,Repetition rate

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    Community Edition V7.7
  • what are you trying to achieve
    Use Sonarqube as CI tool.Every time the code is push to gerrit will trigger check.I want to see all history data in project.But it only show the last analysis about detail data of project.If two developer one after another trigger sonar check,only the second developer can see detail data with source code
  • what have you tried so far to achieve this
    how can i configure to save all data,such as history source code in web ui

Hi,

You’re not going to be able to see old values on the project homepage; it only shows “now”. However, you can use the graphs on the Activity page to get previous values of selected metrics.

Additionally, you can call directly the web service (api/measures/search_history) that feeds those graphs.

Now, regarding developers being able to see their impact, it sounds to me like PR analysis (starting in Developer Edition($)) might be what you’re after.

 
Ann